home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / sys / cisco / 1933 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!boulder!recnews
  3. From: Bob Albrightson <albright@lager.cisco.com>
  4. Subject: Re: BootP question [detailed, longish]
  5. In-Reply-To: Your message of 6 Jan 93 22:47:35 GMT
  6. Message-ID: <726430779.12623@news.Colorado.EDU>
  7. Sender: news
  8. Date: 7 Jan 93 8:09:08 PST
  9. Approved: news
  10. X-Note1: message-id generated by recnews
  11. X-Note2: mail msgid was   <CMM.0.90.2.726422948.albright@lager.cisco.com>
  12. Lines: 24
  13.  
  14. I see at least one problem with this packet: (This is the bootp reply
  15. from the bootp server)
  16.  
  17. > !      Source IP Address:    132.241.200.10
  18. > !      Dest. IP Address:     132.241.16.1
  19. > !      ...
  20. > !      ...
  21. > !      Source Port:          67  Bootstrap Protocol Server
  22. > !      Destination Port:     67  Bootstrap Protocol Server
  23. > !      ...
  24. > !      ...
  25. > !      UDP Data Area:
  26. > !      PPPPPPI@PPPPPPPP   02 01 06 00 00 00 49 40 00 08 00 00 00 00 00 00
  27. > !      ^DPPP^DPHP^DPPPPPPP   84 f1 50 0b 84 f1 c8 0a 84 f1 10 01 02 07 01 08
  28.                 ^^ ^^ ^^ ^^
  29. The problem is the server is assigning a subnet 80 address to bob-pc
  30. (132.241.80.11, actually).  This is why bob-pc is not receiving the
  31. reply.  The router will send the packet to its subnet 80 interface.
  32. Look at the arp cache for 132.241.80.11 on the router.  You will find
  33. it points to 0207:0108:6be4.
  34.  
  35. Take a look at ther servers bootp config file.
  36.  
  37.  -bob
  38.