Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 1999 06:01:31 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        "Jason J. Horton" <jason@intercom.com>
Cc:        Keith Woodman <keith@lightningweb.com>, Yev <phate1@ix.netcom.com>, Langa Kentane <LKentane@mweb.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Binding more ip addresses to one card
Message-ID:  <19990301060131.A5716@relay.nuxi.com>
In-Reply-To: <Pine.BSF.3.96.990226154535.19509B-100000@mail.intercom.com>; from Jason J. Horton on Fri, Feb 26, 1999 at 03:49:59PM -0500
References:  <Pine.BSF.3.96.990226114718.15197A-100000@nefertiti.lightningweb.com> <Pine.BSF.3.96.990226154535.19509B-100000@mail.intercom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> replace fxp0 with yer ether device and a.b.c.d with the IP you want.
> Then toss it in /etc/rc.local (repeat if neccessary) and yer set.

Rather than put this in /etc/rc.local, put it in /etc/rc.conf like this:

    ifconfig_fxp0="inet 1.2.3.4 netmask 255.255.255.0"

    ifconfig_fxp0_alias0="inet 1.2.3.5 netmask 0xffffffff"
    ifconfig_fxp0_alias1="inet 1.2.3.6 netmask 0xffffffff"
    
-- 
-- David    (obrien@NUXI.com  -or-  obrien@FreeBSD.org)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990301060131.A5716>