home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / networks / tcpip / multinet / 2402 < 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:03 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: TCPDUMP and the ETHERS file.
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <36A00FB320NOV92210503@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 46
  13.  
  14. > I've been doing some debugging using TCPDUMP.  From the Multinet help
  15. > library I get this:
  16.  
  17. >     ether dst ehost
  18. >       True if the ethernet destination address is ehost.  Ehost may be
  19. >       either a name from MULTINET:TCPDUMP.ETHERS or a number.
  20. >          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^
  21.  
  22. > Now.    My ethers file looks like this:
  23.  
  24. >   #
  25. >   #    This file maps between ethernet addresses and host names for
  26. >   #    the tcpdump utility
  27. >   #
  28. >   09:00:2B:00:00:0F      LAT-servers
  29. >   09:00:2B:01:00:01      DEC-bridges
  30. >   09:00:2B:02:00:00      DECnet-L2-Rtrs
  31. >   AB:00:00:01:00:00      DECnet-Dump/Load
  32. >   AB:00:00:02:00:00      Remote-Console
  33. >   AB:00:00:03:00:00      DECnet-Routers
  34. >   AB:00:00:04:00:00      DECnet-End-Nodes
  35. >   AB:00:03:00:00:00      LAT-multicast
  36. >   CF:00:00:00:00:00      loopback
  37. >   FF:FF:FF:FF:FF:FF      broadcast
  38. >   00:00:89:01:A1:AC      Cecil
  39.  
  40. > My question is, why can't I use the name "Cecil" in the TCPDUMP command?
  41.  
  42. >   $ mu tcpdump/snap=1500 ether host cecil
  43. >   tcpdump: unknown ether host 'cecil'
  44. >   $
  45.  
  46. > But, when I enter the Ethernet address for Cecil, I get:
  47.  
  48. >   $ mu tcpdump/snap=1500 ether host 00:00:89:01:a1:ac
  49. >   13:57:04.27 Cecil 9:0:7:ff:ff:ff 0022 26:
  50. >             001a 0000 0000 0002 ff5d 0101 0100 0208 .........]......
  51. >             5d00 0280 0002 8200 0900             ].........
  52.  
  53. > It obediently translates Cecil's Ethernet address into the name Cecil when
  54. > it displays the packets.  Anybody know what's going on?
  55.  
  56.     The name is case-sensitive. Put it in lower case.
  57.  
  58.                                 Ken
  59. 
  60.