I have created a script to add 2 ips to interface eth0. This script simply
contains the commands
ifconfig eth0:0 192.168.0.2 netmask 255.255.255.0
ifconfig eth0:0 192.168.0.3 netmask 255.255.255.0
When I reboot my machine i simply run this script to add the interfaces, but
would like the server to add them automatically. I believe I need to add
these to rc.local, but is there a standard way of doing this so it works
properly or reports errors. For example, what if something goes wrong and
eth0 is not up when the above commands are issued?
Also, what scripts bring up the initial interfaces? and where should the
commands for IP chains be placed so they run at startup?
Thanks,
Chad W. Skinner
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.