How to Bind IP'S
cd /etc/sysconfig/network-scripts/
cat ifcfg-eth0
Then copy the contents of this file on to a notepad
Change the IP in the copied text to the IP that you want
pico ifcfg-eth0:x
where x is the device number
Then copy what you have on the notepad to this file.
Then fire the following command:
ifup ifcfg-eth0:x
where x is the device number
|