Linux/Network does not activate on cloned centos server: Difference between revisions

From voipsupport
Jump to navigation Jump to search
(Created page with "First check if the mac address, if present, in /etc/sysconfig/network-scripts/ifcfg-eth0 is correct. The following files may have the mac address from the source server. It i...")
 
No edit summary
 
Line 1: Line 1:
First check if the mac address, if present, in /etc/sysconfig/network-scripts/ifcfg-eth0 is correct.
First check if the mac address, if present, in /etc/sysconfig/network-scripts/ifcfg-eth0 is correct.


The following files may have the mac address from the source server. It is sufficient to delete the files and restart the network
The following file may have the mac address from the source server. It is sufficient to delete the files and restart the network


<pre>rm /etc/udev/rules.d/70-persistent-net.rules
<pre>rm /etc/udev/rules.d/70-persistent-net.rules
reboot</pre>
reboot</pre>

Latest revision as of 00:22, 14 June 2016

First check if the mac address, if present, in /etc/sysconfig/network-scripts/ifcfg-eth0 is correct.

The following file may have the mac address from the source server. It is sufficient to delete the files and restart the network

rm /etc/udev/rules.d/70-persistent-net.rules
reboot