Date: Tue, 24 Apr 2001 14:24:26 -0700 (PDT) From: Chris Phillips <chris@selkie.org> To: Marius Kirschner <marius@agoron.com> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: ifconfig Message-ID: <Pine.BSF.4.21.0104241421440.7719-100000@shell.bchosting.com> In-Reply-To: <NEBBKGPPOLDBPJPLMKDIGEHCEKAA.marius@agoron.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0104241421440.7719-100000>