Date: Wed, 5 Jul 2000 11:26:13 -0400 (EDT) From: Robert Watson <rwatson@freebsd.org> To: "Jason L. Schwab" <jlschwab@simphost.com> Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Weird Networking.... Message-ID: <Pine.NEB.3.96L.1000705112301.28854B-100000@fledge.watson.org> In-Reply-To: <Pine.BSF.4.21.0007032027060.51700-100000@alpha.simphost.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 3 Jul 2000, Jason L. Schwab wrote: > I have a machine running FreeBSD 3.5-STABLE, runs just awesome! It > has 18 IP Addresses binded to it. I can ping all 18 IP Addresses from any > where and I get replies, so they work just fine. Except! I can only ping > the first IP that I setup the machine with locally. > > I have nothing blocking anything (as in firewall rules) right now. What command are you using to add IP addresses? Specifically, are you setting a netmask on the ifconfig line, and if so, what is that netmask? Do you get any warnings on adding the IP address to the interface? The command I use to add aliases under 4.x is: ifconfig de0 inet add 204.156.12.59 netmask 255.255.255.255 Under 3.x, I believe you have to use "alias" instead of "add" as I'm not sure that change was backported: ifconfig de0 inet alias 204.156.12.59 netmask 255.255.255.255 Specifying a netmask of 255.255.255.255 allows a routing entry to be created; by default, the netmask will normally be 255.255.255.0, which will conflict with the routing entry for the base IP address on the device (if they are in the same network). Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1000705112301.28854B-100000>