From owner-freebsd-stable Mon Mar 1 6: 2: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 006981536F for ; Mon, 1 Mar 1999 06:02:03 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id GAA05746; Mon, 1 Mar 1999 06:01:32 -0800 (PST) (envelope-from obrien) Date: Mon, 1 Mar 1999 06:01:31 -0800 From: "David O'Brien" To: "Jason J. Horton" Cc: Keith Woodman , Yev , Langa Kentane , freebsd-stable@FreeBSD.ORG Subject: Re: Binding more ip addresses to one card Message-ID: <19990301060131.A5716@relay.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Jason J. Horton on Fri, Feb 26, 1999 at 03:49:59PM -0500 X-Operating-System: FreeBSD 3.1-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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