Monday, May 4, 2009

AIX - Network - Remove IP Address

AIX - Network - Remove IP Address

Using ifconfig command we can remove network interface from network list
#ifconfig en0 detach (Removes en0 card from the network interface list)

1 comment:

  1. This won't remove it permanently. Next time you restart the system the IP will reappear on the interface.

    Unless of course you are also removing information from the ODM (and/or /etc/rc.net in some rare cases).

    Cheers.

    ReplyDelete

Note: Only a member of this blog may post a comment.