Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I remove a virtual IP address

Status
Not open for further replies.

rankar

IS-IT--Management
Jul 30, 2001
60
0
0
US
I am trying to remove a virtual IP address. I created it using ifconfig but I can't seem to remove it. This is what I tried, [ifconfig hme0:1 drop], and [ifconfig hme0:1 release]. Neither of these worked, any help would be appreciated.

Thanks,
RG
 
What would be the correct syntax, I tried this but it just hangs. ifconfig hme0:4 unplumb
Should I have tried the down command first?
Thanks
RG
 
This command unplumb copletely wiped out my Interface card. I tried to reconfigure it using ifconfig and it returned no such interface hme0. Now I really need help!

RG
 
can you reboot? That should bring you back to your pervious state and then you can use:

# ifconfig hme0 removeif <ip_address>

ie:

# ifconfig hme0 removeif 66.111.222.123

to remove the virtual interface.

-r --
robb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top