|
Setup Virtual IP address on eth01 |
|
|
|
|
Written by Paul Matthews
|
|
This is how to make one networking card use mulitable IP addresses. Name: Fedora HomePage: http://fedora.redhat.com/ Function:
Fedora Core is a free operating system that offers the best combination
of stable and cutting-edge software that exists in the free software
world.
1. Login as root  2. Run the following command ifconfig eth0:1 192.168.0.128 netmask 255.255.255.0 3. Then change directories to /etc/sysconfig/network-scripts cd /etc/sysconfig/network-scripts 4. Once there copy the ifcfg-eth0 file to ifcfg-eth0:1 cp ifcfg-eth0 ifcfg-eth0:1
 5. Now edit the file to suit your new ip address nano /etc/sysconfig/network-scripts/ifcfg-eth0:1
Code.conf:
DEVICE=eth0:1 BOOTPROTO=static BROADCAST=192.168.0.255 HWADDR=00:50:BA:74:0D:7C IPADDR=192.168.1.128 NETMASK=255.255.255.0 NETWORK=192.168.1.0 ONBOOT=yes TYPE=Ethernet
|
 6. Now restart the networking service /etc/init.d/network restart
 7. Once that is done go to another machine on the same network and try and ping the new ip address.
BookMarking:
cell1
|
|
cell3 |
|
cell4
|
|
Trouble Shooting:
Go to the wiki page Go to the 'Contact Us ' Forum Go to the how-to's Support Forum
External Links:
http://www.top25web.com/bbs/-vp288.html http://www.jnsa.org/mpki/ts/setup_virtualhost.html |
|
Last Updated ( Sunday, 03 June 2007 )
|