Date: Mon, 11 Oct 1999 11:26:07 -0700 (PDT) From: Doug <Doug@gorean.org> To: "David C. Maple" <dmaple@methos.net> Cc: freebsd-questions@freebsd.org Subject: Re: Virtual Hosting IP question. Message-ID: <Pine.BSF.4.10.9910111124040.15266-100000@dt011n66.san.rr.com> In-Reply-To: <Pine.BSF.4.10.9910111219060.67871-100000@zephrey.methos.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Oct 1999, David C. Maple wrote: > > I have a server setup to alias several IP addresses. I'm using the alias > command to ifconfig through my rc.conf: > > -- snip -- > ifconfig_xl0="inet 216.54.63.12 media 100baseTX netmask 255.255.255.192" > ifconfig_xl0_alias0="inet 216.54.63.30 netmask 255.255.255.192" > ifconfig_xl0_alias1="inet 216.54.63.31 netmask 255.255.255.192" Make the netmasks on all of your aliases 255.255.255.255. This is a quirk of Berkeley-based routing, but once configured it will let the system do the right thing. Also, make sure your loopback device is configured properly. There was a bogon in the 3.3 install that prevented this from happening. Good luck, Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" 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.10.9910111124040.15266-100000>