home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1791 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.3 KB

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!dstos3.dsto.gov.au!ardu.dsto.gov.au!css
  2. From: css@ardu.dsto.gov.au
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: hardware address?
  5. Message-ID: <1992Jul23.135118.1@ardu.dsto.gov.au>
  6. Date: 23 Jul 92 04:21:18 GMT
  7. References: <2020038B16JUL92220529@TGV.COM>
  8. Organization: RAAF ARDU
  9. Lines: 43
  10. Nntp-Posting-Host: rental.dsto.gov.au
  11.  
  12. In article <2020038B16JUL92220529@TGV.COM>, adelman@TGV.COM writes:
  13. >> Node Volatile Characteristics as of 16-JUL-1992 11:38:35
  14. >> Remote node =   43.755 (ROCK09)
  15. >> Hardware address       = 08-00-2B-0F-5E-73
  16. >> Tertiary loader       = SYS$SYSTEM:TERTIARY_VMB.EXE
  17. >> Load Assist Agent       = SYS$SHARE:NISCS_LAA.EXE
  18. >> Load Assist Parameter    = DISK$VAXVMSRL5:<SYS10.>
  19. >> What is that "Hardware address"? How is it related to the ethernet
  20. >> physical address which is AA-00-04-00-F3-AE for this node? Somebody
  21. >> please enlightens me about this. Thanx in advance.
  22. >     Every ethernet controller made has an unique ethernet address
  23. > located in a PROM on the board; your address is 08-00-2B-0F-5E-73 (DEC
  24. > hardware addresses start with 08-00-2B or AA-00-03.).  When DECnet
  25. > starts it changed the address used by the card to a function of your
  26. > DECnet address, starting with AA-00-04-00.
  27. >     For all practical purposes, the address of your machine is
  28. > AA-00-04-00-F3-AE.  If you boot across the Ethernet, it will use the
  29. > address 08-00-2B-0F-5E-73 for a short period of time until VMS gets
  30. > loaded and it changed address.
  31. >                                 Ken
  32. Just to add some more info (for those who like a bit of calculating), the DEC
  33. physical address is calculated from the DECNET node and area number, in this
  34. case 43.755 (ROCK09) is area 43, node 755. To calculate:-
  35.     area * 1024 + node =
  36.     43   * 1024 + 755  = 44,787 (a decimal number)
  37.       convert 44,787 to hexadecimal = AEF3
  38.       reverse pairs of digits       = F3 AE
  39.       Append to the address AA-00-04-00 to give the address used by DECnet:
  40.                 AA-00-04-00-F3-AE
  41.      Ain't life wonderful!!!!!
  42.           All this is spelled out in the DEC VMS Networking manual
  43.           (para 3.3.4.2 in my old VMS 5.0 edition)
  44. Hope this takes out the mystery of where the number comes from.
  45.  
  46.                         John Hall, jlh@ardu.dsto.gov.au
  47.