My Centos 7 server has started to forget its IPv6 address on a reboot. This causes problems with services being unable to start up. It's easy enough to fix each time (ip addr add ...), but it would be nice to be able to convince it to retain that information. Presumably, there's a file somewhere under /etc/sysconfig that should contain this information - does anyone know where it should be stored? Thanks, Dave... -- Dave Cross :: dave at dave.org.uk http://dave.org.uk/ @davorg
Chris Murphy
2015-Jul-06 16:25 UTC
[CentOS] Centos 7 Server Forgets IPv6 Address On Reboot
On Mon, Jul 6, 2015 at 8:36 AM, Dave Cross <davorg at gmail.com> wrote:> My Centos 7 server has started to forget its IPv6 address on a reboot. > This causes problems with services being unable to start up. > > It's easy enough to fix each time (ip addr add ...), but it would be > nice to be able to convince it to retain that information. Presumably, > there's a file somewhere under /etc/sysconfig that should contain this > information - does anyone know where it should be stored?I'd look at nmcli and see why the connection is not persistent. -- Chris Murphy
Gordon Messmer
2015-Jul-06 16:31 UTC
[CentOS] Centos 7 Server Forgets IPv6 Address On Reboot
On 07/06/2015 07:36 AM, Dave Cross wrote:> Presumably, > there's a file somewhere under /etc/sysconfig that should contain this > information - does anyone know where it should be stored?https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-interfaces.html