home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / networks / tcpip / multinet / 2401 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.0 KB  |  60 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!news.service.uci.edu!unogate!mvb.saic.com!tgv.com!info-multinet
  3. Date: 20 NOV 92 21:05:00 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From: Brian McKeever <MCKEEVER@VAX2.CSTP.UMKC.EDU>
  7. From: Brian McKeever <MCKEEVER@VAX2.CSTP.UMKC.EDU>
  8. Subject: TCPDUMP and the ETHERS file.
  9. X-Envelope-to: INFO-MULTINET@TGV.COM
  10. X-VMS-To: IN%"INFO-MULTINET@TGV.COM"
  11. Organization: The INFO-MULTINET Community
  12. Message-ID: <36A00FB320NOV92210500@TGV.COM>
  13. Nntp-Posting-Host: Mvb.Saic.Com
  14. Lines: 44
  15.  
  16. I've been doing some debugging using TCPDUMP.  From the Multinet help
  17. library I get this:
  18.  
  19.     ether dst ehost
  20.          True if the ethernet destination address is ehost.  Ehost may be
  21.          either a name from MULTINET:TCPDUMP.ETHERS or a number.
  22.                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^    ^^^^^^^^
  23.  
  24. Now.  My ethers file looks like this:
  25.  
  26.   #
  27.   #   This file maps between ethernet addresses and host names for
  28.   #   the tcpdump utility
  29.   #
  30.   09:00:2B:00:00:0F    LAT-servers
  31.   09:00:2B:01:00:01    DEC-bridges
  32.   09:00:2B:02:00:00    DECnet-L2-Rtrs
  33.   AB:00:00:01:00:00    DECnet-Dump/Load
  34.   AB:00:00:02:00:00    Remote-Console
  35.   AB:00:00:03:00:00    DECnet-Routers
  36.   AB:00:00:04:00:00    DECnet-End-Nodes
  37.   AB:00:03:00:00:00    LAT-multicast
  38.   CF:00:00:00:00:00    loopback
  39.   FF:FF:FF:FF:FF:FF    broadcast
  40.   00:00:89:01:A1:AC    Cecil
  41.  
  42. My question is, why can't I use the name "Cecil" in the TCPDUMP command?
  43.  
  44.   $ mu tcpdump/snap=1500 ether host cecil
  45.   tcpdump: unknown ether host 'cecil'
  46.   $
  47.  
  48. But, when I enter the Ethernet address for Cecil, I get:
  49.  
  50.   $ mu tcpdump/snap=1500 ether host 00:00:89:01:a1:ac
  51.   13:57:04.27 Cecil 9:0:7:ff:ff:ff 0022 26:
  52.                    001a 0000 0000 0002 ff5d 0101 0100 0208 .........]......
  53.                    5d00 0280 0002 8200 0900                ].........
  54.  
  55. It obediently translates Cecil's Ethernet address into the name Cecil when
  56. it displays the packets.  Anybody know what's going on?
  57.  
  58. --Brian
  59. 
  60.