if anyone has any input or pointers to the right spot in the docs i'd
appreciate it. thanks.
-r
Yes you can. You can add extra entries to rc.config for every extra
IP-Address you want to add.
NETDEV_0="tu0"
export NETDEV_0
NETDEV_1="tu0"
export NETDEV_1
IFCONFIG_0="10.31.110.20 netmask 255.255.255.0"
export IFCONFIG_0
IFCONFIG_1="10.31.120.20 netmask 255.255.255.0"
export IFCONFIG_1
NUM_NETCONFIG="2"
export NUM_NETCONFIG
Now you have two IP-Addresses on interface tu0. In my experience you have to
reboot for it to work correctly. Restarting /sbin/init.d/inet does not help.
That should be all
Regards,
Diederik de Groot
"No Body" <n...@body.com> wrote in message
news:47f78646$0$1116$4c36...@roadrunner.com...