From owner-freebsd-questions Mon Sep 24 16:12:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 6478437B422 for ; Mon, 24 Sep 2001 16:12:28 -0700 (PDT) Received: from hades.hell.gr (patr530-a200.otenet.gr [212.205.215.200]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8ONCOc03335; Tue, 25 Sep 2001 02:12:24 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f8ONCLl17460; Tue, 25 Sep 2001 02:12:22 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 25 Sep 2001 02:12:21 +0300 From: Giorgos Keramidas To: spell@unicompartner.ru Cc: questions@FreeBSD.ORG Subject: Re: aliases Message-ID: <20010925021221.B16702@hades.hell.gr> References: <003101c144c0$12d8eb20$e76fa8c0@intranet.unicompartner.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003101c144c0$12d8eb20$e76fa8c0@intranet.unicompartner.ru> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ?????? ???????? 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 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 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