I use ipaliases
and use this as the start up script
 /sbin/ifconfig eth0 24.138.16.22 netmask 255.255.255.0 up
 /sbin/ifconfig eth0:0 24.138.16.23 netmask 255.255.255.0 up
 /sbin/ifconfig eth0:1 24.138.16.24 netmask 255.255.255.0 up
 /sbin/route add -host 24.138.16.22 dev eth0
 /sbin/route add -host 24.138.16.23 dev eth0:0
 /sbin/route add -host 24.138.16.24 dev eth0:1
 /sbin/route add -net 24.138.16.0 netmask 255.255.255.0 dev eth0
 /sbin/route add -net default gw 24.138.16.1


The problems is it don't aways work
and some time an ip will die ?


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to