264 Enterprise Business Portals with IBM Tivoli Access Manager
Add the same command line into the file /etc/rc.net within part II of the file as
shown below:
# (Remember that if you have more than one interface,
# you'll want to have a different IP address for each one.
# Below, xx.xx.xx.xx stands for the internet address for the
# given interface).
#
/usr/sbin/ifconfig lo0 alias 200.139.10.100 netmask 0xffffff80 >>$LOGFILE
2>&1
#/usr/sbin/ifconfig en0 inet `hostname` up >>$LOGFILE 2>&1
#/usr/sbin/ifconfig et0 inet xx.xx.xx.xx up >>$LOGFILE 2>&1
#/usr/sbin/ifconfig tr0 inet xx.xx.xx.xx up >>$LOGFILE 2>&1
After adding the ifconfig line to rc.net, make sure that it has the proper bit
mask applied to the file. Use the command
ls -l /etc/rc.net to ...