Date: Wed, 14 Aug 2002 16:20:16 -0300 (ART) From: Fernando Gleiser <fgleiser@cactus.fi.uba.ar> To: Mark Rowlands <mark.rowlands@minmail.net> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: tool to derive ip from mac address of a remote box? Message-ID: <20020814161845.B22629-100000@localhost> In-Reply-To: <200208142056.45333.mark.rowlands@minmail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 Aug 2002, Mark Rowlands wrote: > I know this is not strictly freebsd related but ......there is a dodgy network > card somewhere on my network pumping 1.5mb/s of crap..... All I have is a mac > address, how can I get an ip for it? If the offending machine has sent some packets to the BSD box, do a arp -an | grep <mac> If it hasn't, try a 'tcpdump -len ether host <mac>' Fer > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?20020814161845.B22629-100000>