Date: Tue, 25 Sep 2001 02:12:21 +0300 From: Giorgos Keramidas <charon@labs.gr> To: spell@unicompartner.ru Cc: questions@FreeBSD.ORG Subject: Re: aliases Message-ID: <20010925021221.B16702@hades.hell.gr> In-Reply-To: <003101c144c0$12d8eb20$e76fa8c0@intranet.unicompartner.ru> References: <003101c144c0$12d8eb20$e76fa8c0@intranet.unicompartner.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
?????? ???????? <spell@unicompartner.ru> wrote:
> Hello,
>
> How many aliases I can do on one ethernet interface ???
> If I add more than 3 aliases then first added alias was killed like in the
> stack.
Does not seem to work this way here:
# ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
# ifconfig lo0 127.0.0.2 netmask 0xffffffff alias
# ifconfig lo0 127.0.0.3 netmask 0xffffffff alias
# ifconfig lo0 127.0.0.4 netmask 0xffffffff alias
# ifconfig lo0 127.0.0.5 netmask 0xffffffff alias
# ifconfig lo0 127.0.0.6 netmask 0xffffffff alias
# ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
inet 127.0.0.2 netmask 0xffffffff
inet 127.0.0.3 netmask 0xffffffff
inet 127.0.0.4 netmask 0xffffffff
inet 127.0.0.5 netmask 0xffffffff
inet 127.0.0.6 netmask 0xffffffff
What are the exact steps you took to define those aliases?
-giorgos
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010925021221.B16702>
