Results 1 to 3 of 3
HI guys,
How to configure multiple IP addresses on a RED HAT liunx ?
Thanks!...
- 12-20-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 4
configure multiple IP addresses
HI guys,
How to configure multiple IP addresses on a RED HAT liunx ?
Thanks!
- 12-20-2011 #2
That would depend. Are you talking multiple ip's on a single interface or many interfaces?
In /etc/sysconfig/network-scripts you will find the configuration files for your interfaces.
If you are looking to have more then one ip per interface then copy ifcfg-eth# to ifcfg-eth#.1 and change the ip address in that file. continue doing this for every IP you want to add to that interface increasing the .# by 1 every time.
If you are talking multiple interface then you copy ifcfg-eth# to another interface, for example copy ifcfg-eth0 to ifcfg-eth1 and change the IP address.
- 12-20-2011 #3Just Joined!
- Join Date
- Dec 2011
- Posts
- 4
OH,Thank u so much
I will try


Reply With Quote