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.
> 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
> 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
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.
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.