Skip to main content

More Than One IP

More
17 years 1 month ago #20641 by monootan
More Than One IP was created by monootan
I am using Redhat Linux 8.0 . I want to configure two Ip address for same lan card. How can I do this...... plz help
More
17 years 1 month ago #20649 by smitherton
Replied by smitherton on topic Re: More Than One IP
You can assign more than one ip address to a card by using an IP Alias

[code:1]

/sbin/ifconfig eth0 10.0.0.1
/sbin/ifconfig eth0:0 10.0.0.2
/sbin/ifconfig eth0:1 10.0.0.3

[/code:1]
Time to create page: 0.126 seconds