Date: Sat, 18 Nov 2000 23:34:45 -0600 From: Dan Nelson <dnelson@emsphone.com> To: Eric Paynter <eric@arcticbears.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: arp: x is on y but got reply on z Message-ID: <20001118233445.A6655@dan.emsphone.com> In-Reply-To: <20001119042629.1B1B437B4C5@hub.freebsd.org>; from "Eric Paynter" on Sat Nov 18 20:16:25 GMT 2000 References: <20001118213948.A27948@dan.emsphone.com> <20001119042629.1B1B437B4C5@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001118233445.A6655>