Date: Thu, 8 Oct 1998 11:13:30 +0100 (BST) From: Karl Pielorz <kpielorz@tdx.co.uk> To: Jim Mock <jim@phrantic.phear.net> Cc: isp@FreeBSD.ORG Subject: Re: arp lookup Message-ID: <Pine.BSF.4.05.9810081110120.7435-100000@caladan.tdx.co.uk> In-Reply-To: <Pine.BSF.4.05.9810080239550.17511-100000@phear.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 Oct 1998, Jim Mock wrote: > Results of ifconfig -a: > > [jim@phear:~]$ ifconfig -a > fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 206.58.96.18 netmask 0xffffff00 broadcast 206.58.96.255 > inet 206.58.100.140 netmask 0xffffffff broadcast 206.58.100.140 > inet 206.58.100.78 netmask 0xffffffff broadcast 206.58.100.78 > inet 206.58.100.137 netmask 0xffffffff broadcast 206.58.100.137 > inet 206.58.100.150 netmask 0xffffffff broadcast 206.58.100.150 > inet 206.58.100.241 netmask 0xffffffff broadcast 206.58.100.241 > inet 206.58.100.242 netmask 0xffffffff broadcast 206.58.100.242 > ether 00:a0:c9:0f:0f:45 > media: autoselect > lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 > tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552 > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet 127.0.0.1 netmask 0xff000000 Hmmm... The aliases your setting up on fxp0 aren't on the same network as your primary IP, I think that's why your getting the warning... Presuming that 206.58.100.140 is also a class 'c' network, what happens if you change the first alias (for 206.58.100.140) to have a propper netmask, i.e. 255.255.255.0 (0xffffff00) rather than the 'fake / alias' IP (255.2552.255.255) - and leave everything else 'as-is'. That might help it out a bit... I'm kinda out on a limb here, but it might work... ;-) - Worth trying anyway <G>, and let me know what happens... Regards, Karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" 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.05.9810081110120.7435-100000>