================================================================================ #plumb up virtual #add to /etc/hosts: "10.10.10.10 myvirtual" ifconfig lan2:1 inet 10.10.10.10 ifconfig lan2:1 up #take down virtual ifconfig lan2:1 down #list VIPs - "ifconfig -a" doesn't exist on hpux, and "ifconfig $INFC" # (i.e. ifconfig lan0) doesn't give you the VIPs on that INFC netstat -in ================================================================================ rsh should be renamed (restricted shell) and link rsh to remsh OR use ssh. ================================================================================