Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/feed-rss2.php on line 8
Correcting Network Configuration After Snapshot Restore – AKLWEB HOST LLC Support Center https://support.aklwebhost.com Fri, 06 Dec 2019 19:06:00 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 Correcting Network Configuration After Snapshot Restore https://support.aklwebhost.com/knowledgebase/correcting-network-configuration-after-snapshot-restore/ https://support.aklwebhost.com/knowledgebase/correcting-network-configuration-after-snapshot-restore/#respond Fri, 06 Dec 2019 13:51:28 +0000 https://support.aklwebhost.com/?post_type=manual_kb&p=2512 After restoring a snapshot to a new machine, you may encounter issues caused by the MAC address of the network adapter changing. Usually, when the network adapter changes the operating system will create a new network adapter for it. You’d typically see the network adapter on ‘eth1’ (or eth2 if you had private networking enabled).

CentOS

  • Log in to your server via the KVM in your control panel
  • Remove the contents of /etc/udev/rules.d/70-persistent-net.rules
  • Open /etc/sysconfig/network-scripts/ifcfg-eth0, and change the contents to the following:
    DEVICE=eth0
    TYPE=Ethernet
    ONBOOT=yes
    NM_CONTROLLED=yes
    BOOTPROTO=dhcp
    DNS1=8.8.8.8
    NAME="System eth0"
    
  • Reboot your server
  • Once you have network connectivity again, you can permanently fix these issues by installing the cloud-init package from EPEL. This software will take care of adjusting your network adapter configuration whenever a snapshot is restored.

Debian/Ubuntu

  • Log into your server via the KVM in your control panel.
  • Remove the contents of /etc/udev/rules.d/70-persistent-net.rules
  • Review the contents of /etc/network/interfaces and update any IP addresses to match the current server.
  • Reboot your server
  • Once you have network connectivity again, you can permanently fix these issues by installing the cloud-init package. This software will take care of adjusting your network adapter configuration whenever a snapshot is restored.

Windows

  • No changes are necessary for Windows. It will automatically start using the new network adapter.
]]>
https://support.aklwebhost.com/knowledgebase/correcting-network-configuration-after-snapshot-restore/feed/ 0