Skip to main content

[CPANEL-21359] IPv6 stops working after reboot on CentOS 6 systems

Comments

6 comments

  • cPanelMichael
    Hello @janipewter, Can you run the following commands on this system and let us know the output? grep ONBOOT /etc/sysconfig/network-scripts/* grep NM_CONTROLLED /etc/sysconfig/network-scripts/*
    The output shouldn't show any identifying server information, but ensure to replace the output with examples before posting it here if it does. Thank you.
    0
  • janipewter
    Here you go: [quote][root@srv01 ~]# grep ONBOOT /etc/sysconfig/network-scripts/* /etc/sysconfig/network-scripts/ifcfg-eth0:ONBOOT="yes" /etc/sysconfig/network-scripts/ifcfg-eth1:ONBOOT="no" /etc/sysconfig/network-scripts/ifcfg-eth2:ONBOOT="no" /etc/sysconfig/network-scripts/ifcfg-eth3:ONBOOT="no" /etc/sysconfig/network-scripts/ifcfg-lo:ONBOOT=yes /etc/sysconfig/network-scripts/ifup:if [ "foo$2" = "fooboot" ] && [ "${ONBOOT}" = "no" -o "${ONBOOT}" = "NO" ] /etc/sysconfig/network-scripts/ifup-ippp:if [ "${2}" = "boot" -a "${ONBOOT}" = "no" ]; then /etc/sysconfig/network-scripts/ifup-isdn:if [ "${2}" = "boot" -a "${ONBOOT}" = "no" ]; then /etc/sysconfig/network-scripts/ifup-plip:if [ "foo$2" = "fooboot" -a "${ONBOOT}" = "no" ] /etc/sysconfig/network-scripts/ifup-plusb:if [ "foo$2" = "fooboot" -a "${ONBOOT}" = "no" ] /etc/sysconfig/network-scripts/ifup-ppp:if [ "${2}" = "boot" -a "${ONBOOT}" = "no" ]; then
    [quote] [root@srv01 ~]# grep NM_CONTROLLED /etc/sysconfig/network-scripts/* /etc/sysconfig/network-scripts/ifcfg-eth0:NM_CONTROLLED="yes" /etc/sysconfig/network-scripts/ifcfg-eth1:NM_CONTROLLED="yes" /etc/sysconfig/network-scripts/ifcfg-eth2:NM_CONTROLLED="yes" /etc/sysconfig/network-scripts/ifcfg-eth3:NM_CONTROLLED="yes" /etc/sysconfig/network-scripts/network-functions: ! is_false $NM_CONTROLLED && is_nm_running && USE_NM=true
    0
  • cPanelMichael
    Hello, Could you open a support ticket so we can take a closer look at the IPv6 configuration and rule out any issues caused by the cPanel & WHM software?
    0
  • janipewter
    Thanks, support ticket opened. Your Support Request ID is: 9443101
    0
  • cPanelMichael
    Hello, To update, internal case CPANEL-21359 is now open to investigate an issue where IPv6 addresses are not bound to the server at boot time on CentOS 6 systems. I'll monitor the case and update this thread with more information as it becomes available. In the meantime, the workaround is to run the following command once the server resumes after a reboot: /scripts/restartsrv_cpipv6
    Thank you.
    0
  • cPanelMichael
    Hello, To update, this is fixed in
    0

Please sign in to leave a comment.