Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Deleteing Virtual Interfaces

2 views
Skip to first unread message

Robert Sills

unread,
Mar 14, 1999, 3:00:00 AM3/14/99
to
After one creates an IP Alias on a solaris box, how can one delete it?
Say you have:

le0 10.10.10.1
le0:0 10.10.10.2

How would you delete the 10:0. Unplumb seems to remove le0 and all of the
associated virtual interfaces, even is one does ifconfig le0:0 -unplumb.
The versions of solaris I am useing are 2.51 and 2.6.

Thanks in advance

Robert Sills bobs...@umich.edu


George Neill

unread,
Mar 15, 1999, 3:00:00 AM3/15/99
to
I believe you can do a 'ifconfig le0:0 down"


George.

Thomas Tornblom

unread,
Mar 15, 1999, 3:00:00 AM3/15/99
to
Robert Sills <bobs...@umich.edu> writes:

> After one creates an IP Alias on a solaris box, how can one delete it?
> Say you have:
>
> le0 10.10.10.1
> le0:0 10.10.10.2
>
> How would you delete the 10:0. Unplumb seems to remove le0 and all of the
> associated virtual interfaces, even is one does ifconfig le0:0 -unplumb.
> The versions of solaris I am useing are 2.51 and 2.6.
>
> Thanks in advance
>
> Robert Sills bobs...@umich.edu
>

Try "ifconfig le0:0 0 down".

--

Thomas Tornblom Tel: +46 8 623 9100 E-mail: Thomas....@Sun.SE
Sun Microsystems AB Fax: +46 8 623 9102

Achim Gratz

unread,
Mar 15, 1999, 3:00:00 AM3/15/99
to
Robert Sills <bobs...@umich.edu> writes:

> After one creates an IP Alias on a solaris box, how can one delete it?
> Say you have:
>
> le0 10.10.10.1
> le0:0 10.10.10.2
>
> How would you delete the 10:0. Unplumb seems to remove le0 and all of the
> associated virtual interfaces, even is one does ifconfig le0:0 -unplumb.
> The versions of solaris I am useing are 2.51 and 2.6.

ifconfig le0:0 0.0.0.0


Achim Gratz.

--+<[ It's the small pleasures that make life so miserable. ]>+--
WWW: http://www.inf.tu-dresden.de/~ag7/{english/}
E-Mail: gr...@ite.inf.tu-dresden.de
Phone: +49 351 463 - 8325

rf unix/firewall beheer

unread,
Mar 15, 1999, 3:00:00 AM3/15/99
to

George Neill schreef:

> I believe you can do a 'ifconfig le0:0 down"
>

Even better
ifconfig le0:0 down private

The logical interface will stay in existance until the next reboot, but is
effectivly disabled.


Casper H.S. Dik - Network Security Engineer

unread,
Mar 15, 1999, 3:00:00 AM3/15/99
to
[[ PLEASE DON'T SEND ME EMAIL COPIES OF POSTINGS ]]

rf unix/firewall beheer <c.f.c...@rf.rabobank.nl> writes:

>Even better
>ifconfig le0:0 down private

>The logical interface will stay in existance until the next reboot, but is
>effectivly disabled.

Better is:

ifconfig le0:1 0 down

(all but the :0 interface will be removed when the address is set to 0)

Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.

0 new messages