[arch-general] arch way for ip aliasing

RedShift redshift at pandora.be
Sat Feb 21 15:12:06 EST 2009


Adam Stokes wrote:
> Does one exist or are we still putting them in rc.local?
> 
> Thanks
> 

Use your brains next time, it took me exactly 1 second to come up with this. In rc.conf:

eth0="eth0 192.168.1.5 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0_1="eth0:1 192.168.0.5 netmask 255.255.255.0 broadcast 192.168.0.255"

INTERFACES=(eth0 eth0_1)

Glenn


More information about the arch-general mailing list