home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / 5927 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.3 KB

  1. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!mogul
  2. From: mogul@pa.dec.com (Jeffrey Mogul)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: reading what you're writing on Suns
  5. Date: 11 Jan 1993 23:58:41 GMT
  6. Organization: DEC Western Research
  7. Lines: 21
  8. Message-ID: <1it1jhINNpma@usenet.pa.dec.com>
  9. References: <21102@ucdavis.ucdavis.edu>
  10. NNTP-Posting-Host: jove.pa.dec.com
  11.  
  12. In article <21102@ucdavis.ucdavis.edu> heberlei@cs.ucdavis.edu writes:
  13. >I have found while using ethernet analyzers on Sun workstations
  14. >that they do not report the packets from the same host that they
  15. >are running on.
  16. >Apparently a Sun cannot read the packets that it is writing to
  17. >the network.  I have two questions regarding this:
  18. >    1) Is this common with most/all workstations (non-Suns)?
  19.  
  20. Recent versions of ULTRIX provide a mechanism for applications
  21. (such as tcpdump and nfswatch) to see all packets to/from the
  22. host they are running on.  On ULTRIX: "man packetfilter" and
  23. look for the string ENCOPYALL.  It took us a few tries to get this
  24. correctly implemented, so before ULTRIX 4.3 there might be some
  25. related bugs.
  26.  
  27. Recent releases of tcpdump and nfswatch, including the versions that
  28. are shipped with ULTRIX, use this mechanism.  The latest version
  29. of NNstat (v3.2) does not, but last week I made the appropriate
  30. (1-word) patch.
  31.  
  32. -Jeff
  33.