On Wed, 5 Mar 2003, quoth Robert Andrews: > Hi all I created an alias device > ifconfig eth1:0 192.168.3.200 > now I would like to remove it without rebooting Try: ifconfig eth1:0 down This will remove the aliased IP address but will not bring down the main interface. - Matt