home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / 4266 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.INS.CWRU.Edu!agate!dog.ee.lbl.gov!ace.ee.lbl.gov!leres
  2. From: leres@ace.ee.lbl.gov (Craig Leres)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: Monitor program for catching duplicate IP addrs?
  5. Date: 2 Sep 1992 08:32:18 GMT
  6. Organization: Lawrence Berkeley Laboratory, Berkeley
  7. Lines: 20
  8. Message-ID: <25931@dog.ee.lbl.gov>
  9. References: <1992Aug20.132541.7865@newshost.lanl.gov>
  10. Reply-To: leres@ee.lbl.gov (ucbvax!leres for uucp weenies)
  11. NNTP-Posting-Host: 128.3.112.6
  12.  
  13. Peter Richards writes:
  14. > >In article <jqymwsq.ptrubey@netcom.com> ptrubey@netcom.com (Phil Trubey) writes:
  15. > >>Does anyone know of a utility program that will scan an Ethernet
  16. > >>and build a table of IP # to ethernet # mappings and check for
  17. > >>duplicate IP #s?  Thanks for any info,
  18. > I was wondering if there is anything like this for Suns running SunOS 4.1.1?
  19.  
  20. I have something called arpwatch which maintains a database of
  21. ethernet/ip address pairings. It emails significant changes. (I pipe
  22. these into a local newsgroup called lbl.arpwatch.) To use it you must
  23. first install the Berkeley Packet Filter. SunOS 4 is one operating
  24. systems supported by bpf.
  25.  
  26. Arpwatch is available via anonymous ftp from ftp.ee.lbl.gov
  27. (128.3.112.20). Set binary mode and retrieve the compressed tarchive
  28. arpwatch-1.0.tar.Z; bpf is packaged as part of tcpdump. The current
  29. version of tcpdump is also found on ftp.ee.lbl.gov in the compressed
  30. tarchive tcpdump-2.2.1.tar.Z.
  31.  
  32.         Craig
  33.