In my CentOS server, for compliance reason, I cant directly access the file /etc/sysconfig/network-scripts/ifcfg-eth0
but I can use nmcli
to configure that file.
My problem is that I need to add this line below to that file:
IPV6ADDR_SECONDARIES="4566:1p44:e000:092b:0000:0000:0000:0000/64 4566:1p44:e000:092b:0000:0000:0000:0001/64"
But I cant find any nmcli
command that adds this line to the file. Should I stop looking or is there a command?