From owner-freebsd-questions Sat Nov 18 21:34:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 066ED37B479 for ; Sat, 18 Nov 2000 21:34:52 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.1/8.11.1) id eAJ5YjC11925; Sat, 18 Nov 2000 23:34:45 -0600 (CST) (envelope-from dan) Date: Sat, 18 Nov 2000 23:34:45 -0600 From: Dan Nelson To: Eric Paynter Cc: freebsd-questions@FreeBSD.ORG Subject: Re: arp: x is on y but got reply on z Message-ID: <20001118233445.A6655@dan.emsphone.com> References: <20001118213948.A27948@dan.emsphone.com> <20001119042629.1B1B437B4C5@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20001119042629.1B1B437B4C5@hub.freebsd.org>; from "Eric Paynter" on Sat Nov 18 20:16:25 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Nov 18), Eric Paynter said: > Right, good option. So, how do I put more than one IP on the same nic? > Or is that a question for the newbie list? Edit /etc/rc.conf and add a line similar to the following: ifconfig_fxp0_alias0="inet 1.2.3.4 netmask 0xffffffff" If the aliased IP is in the same netblock as your main IP, use a netmask of 0xffffffff. If it's in a different netblock, use the correct netmask for that network. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message