Sunday, October 30, 2005

Restoring network configuration from an old drive

If you have many IP addresses on a server, you can restore IP bindings from your old hard drive



cp -p /old/etc/sysconfig/network-scripts/ifcfg-eth0* /etc/sysconfig/network-scripts/


Restart network and verify


service network restart
ifconfig

0 Comments:

Post a Comment

<< Home