Date: Thu, 3 May 2001 04:25:25 -0700 (PDT) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> To: mistwolf@mushhaven.net (Jamie Norwood) Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Arplookup Message-ID: <200105031125.EAA05173@gndrsh.dnsmgr.net> In-Reply-To: <20010503070205.B43143@mushhaven.net> from Jamie Norwood at "May 3, 2001 07:02:05 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Run a tcpdump on your fxp0 interface, looking for any and all packets from 209.16.96.1: tcpdump -n -i fxp0 host 209.16.96.1 You'll probably see a bunch of link level broadcast packets, probably even arp whohas or arp iam. Capture this and send it to your co-location ISP and ask them why your seeing traffic from this box on your port, you should not be, they have a missconfigured switch or router more than likely. Or they are trying to run multiple subnets on one physical network segment. You could also do a funky route command: route add 209.16.96.1 -interface fxp0 then see if you get an arp entry and the messages go away. If that works your ISP is sharing physical network segments, which in todays world is a really bad idea. > On Thu, May 03, 2001 at 11:38:28AM +0100, David Malone wrote: > > I think this message means is that according to the netmask set > > on your interfaces the machine doesn't fall into the local network > > addresses for any interface. If you are seeing the address alot that > > probably means that your machine is trying to route traffic through > > this machine (maybe because of routing updates?). > > It shouldn't, though. My machine is on 209.16.107.11, it's in a /24, > and the gateway is .1. The error IP is on 209.16.96.1. > > The IP isn't in my arp tables, and route -n shows: > > diarmadhi:/home/mistwolf> route -n get 209.16.96.1 > route to: 209.16.96.1 > destination: 209.16.96.1 > gateway: 209.16.107.1 > interface: fxp0 > flags: <UP,GATEWAY,HOST,DONE,WASCLONED> > recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire > 0 0 0 0 0 0 1500 0 > > This IP, AFAIK, has nothing to do with my machine. :/ > > Jamie > > > > > You could use netstat -nr and ifconfig -a to investigate fruther. > > > > David. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105031125.EAA05173>