Operating System - Linux
1828492 Members
2615 Online
109978 Solutions
New Discussion

How to delete a virtual ip using commands.

 
SOLVED
Go to solution
amqstam
Occasional Contributor

How to delete a virtual ip using commands.

Hi,
How to delete the virtual ip in command line.

#netstat -ins has the following entry.

lan0:1 10.10.10.0 10.10.10.50

Through SAM it works fine.

Apprecite your help. Thanks.


1 REPLY 1
Robert-Jan Goossens
Honored Contributor
Solution

Re: How to delete a virtual ip using commands.

Hi,

# ifconfig lan0:1 down

Regards,
Robert-Jan