Quote:
Originally posted by rspivack
I would like to configure multiple IP addresses on a single NIC for name-based hosting.
How do I setup IP alias (or equivalent) network configuration for Fedora Core 3 distro?
|
You configure aliases just like a normal interface. You just add a ":" prefix and a number to the interface name.
e.g
ifconfig eth0 192.168.0.2 up (Real interface)
ifconfig eth0:1 192.168.5.2 up (alias)
ifconfig eth0:45 172.16.1.1 (alias)
.
.
.