From owner-freebsd-questions Tue Apr 24 14:24:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shell.bchosting.com (shell.bchosting.com [64.69.68.35]) by hub.freebsd.org (Postfix) with ESMTP id D4DDD37B423 for ; Tue, 24 Apr 2001 14:24:25 -0700 (PDT) (envelope-from chris@selkie.org) Received: from localhost (chris@localhost) by shell.bchosting.com (8.11.0/8.11.0) with ESMTP id f3OLOQT29687; Tue, 24 Apr 2001 14:24:26 -0700 (PDT) (envelope-from chris@selkie.org) Date: Tue, 24 Apr 2001 14:24:26 -0700 (PDT) From: Chris Phillips X-Sender: chris@shell.bchosting.com To: Marius Kirschner Cc: FreeBSD Questions Subject: Re: ifconfig In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ifconfig_fxp0_alias0="inet aa.bb.cc.dd netmask 255.255.255.255" ifconfig_fxp0_alias1="inet aa.bb.cc.ee netmask 255.255.255.255" ifconfig_fxp0_alias2="inet aa.bb.cc.ff netmask 255.255.255.255" You can include the broadcast in there as well, if needed. Replace fxp0 with your proper NIC driver. Type ifconfig -au for hints. From the command line it would look like this... ifconfig fxp0 inet aa.bb.cc.dd netmask 255.255.255.255 alias -Chris Phillips On Tue, 24 Apr 2001, Marius Kirschner wrote: > What's the exact syntax for ifconfig to load another IP alias in the rc.conf > file? Thanks, > > ---Marius > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message