- Posts: 3
- Thank you received: 0
More Than One IP
17 years 7 months 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
- smitherton
- Offline
- Junior Member
Less
More
- Posts: 60
- Thank you received: 0
17 years 7 months 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]
[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.112 seconds