home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / sys / cisco / 1924 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  6.0 KB

  1. Path: sparky!uunet!olivea!charnel!warlock
  2. From: warlock@ecst.csuchico.edu (John Kennedy)
  3. Newsgroups: comp.dcom.sys.cisco
  4. Subject: BootP question [detailed, longish]
  5. Summary: How can I prove the router is working
  6. Message-ID: <1ifni7INNg43@charnel.ecst.csuchico.edu>
  7. Date: 6 Jan 93 22:47:35 GMT
  8. Organization: California State University, Chico
  9. Lines: 151
  10. NNTP-Posting-Host: amber.ecst.csuchico.edu
  11.  
  12.  
  13.   We have a large network, a small part of which looks like this:
  14.  
  15.     bootp --- AGS+ --- oavax
  16.            |
  17.            |
  18.          bob-pc
  19.  
  20.   "bootp" (a unix host set up as a bootp server) is in 132.241.200.0, oavax
  21. is in 132.241.80.0, and bob-pc is in 132.241.16.0.  The router interfaces
  22. for these subnets are 132.241.200.1, 132.241.16.1, and 132.241.80.3.  The
  23. oavax's IP # is 132.241.80.95, and bootp's is 132.241.200.10.  bob-pc is
  24. trying to find his out.  Ethernet interfaces for bootp, oavax and bob-pc
  25. are 1, 0, and 7 respectivly.
  26.  
  27.   The router has been set up for the following (chopped down for display):
  28.  
  29.     ip forward-protocol udp
  30.     ...
  31.     interface Ethernet 7
  32.     ip address 132.241.16.1 255.255.255.0
  33.     ip address 132.241.64.1 255.255.255.0 secondary
  34.     ip address 132.241.81.1 255.255.255.0 secondary
  35.     ip helper-address 132.241.200.10
  36.     ip helper-address 132.241.80.95
  37.     appletalk cable-range 12083-12083 12083.1
  38.     appletalk zone CHI_Campus
  39.     appletalk zone CHI_Butte
  40.     appletalk send-rtmp
  41.     no appletalk discovery
  42.     novell network 3
  43.     no novell route-cache
  44.     no shutdown
  45.  
  46.   Now, at one point, a setup like this worked.  At some point, something we
  47. did in our subnetting seems to have upset it.  At least everyone is looking
  48. in my direction.  (:
  49.  
  50.   When using ip-udp debugging, you can see bob-pc sending bootp packets.  The
  51. router forwards them along to the helpers and you can see the replies coming
  52. back.  On bootp's side of the router, I captured two packets and portions of
  53. those are tacked onto the end of this article.  Everything seems to be
  54. working as far as I can tell, except bob-pc isn't getting them.
  55.  
  56.   Now, I've traced the packets from bob-pc to .16.1, seen them forwarded to
  57. .200.10 and .80.95, and seen the results going back to .16.1.  I haven't been
  58. able to see them coming back from .16.1, but maybe I'm looking for the wrong
  59. thing.
  60.  
  61.   The following two packets were spit out by EtherPeek (a macintosh program).
  62. I'm no expert on UDP internals, so bear with me.  The hardware address of
  63. bob-pc is 0207:0108:6be4.  While I don't see that in the header anywhere,
  64. it's clearly in the UDP data area.
  65.  
  66.   At this point, I'm assuming that the bootp data is making it to the router
  67. and from there it's being sat on somehow.  I'd really like to see the bootp
  68. data coming back out of .16.1 and capture it to my satisfaction.  I can
  69. capture based on IP, name and hardware addresses so this shouldn't be a
  70. problem.  Suggestions?
  71.  
  72.   We're running 9.1(1.5) ROMs in the router.
  73.  
  74.  
  75.   ***  Nasty details follow  ***  (:{
  76.  
  77.   The packet going from the router to bootp has this for a header:
  78.  
  79. !      Flags:        0x00
  80. !      Status:       0x00
  81. !      Packet Length:346
  82. !      Timestamp:    13:35:44.365
  83. !    Ethernet Header
  84. !      Destination:  08:00:09:03:d8:70
  85. !      Source:       00:00:0c:00:ce:c7
  86. !      Protocol Type:0x0800  DoD IP
  87. !    IP Header - Internet Protocol Datagram
  88. !      Version:              4
  89. !      Header Length:        5
  90. !      Precedence:           0
  91. !      Type of Service:      %000
  92. !      Unused:               %00
  93. !      Total Length:         328
  94. !      Identifier:           1
  95. !      Fragmentation Flags:  %000
  96. !      Fragment Offset:      0
  97. !      Time To Live:         99
  98. !      IP Type:              0x11  UDP
  99. !      Header Checksum:      0x74b6
  100. !      Source IP Address:    132.241.16.1
  101. !      Dest. IP Address:     132.241.200.10
  102. !      No Internet Datagram Options
  103. !    UDP - User Datagram Protocol
  104. !      Source Port:          68  Bootstrap Protocol Client
  105. !      Destination Port:     67  Bootstrap Protocol Server
  106. !      Length:               308
  107. !      Checksum:             0xc6e1
  108. !      UDP Data Area:
  109. !      PPPPPPI@PPPPPPPP   01 01 06 00 00 00 49 40 00 08 00 00 00 00 00 00
  110. !      PPPPPPPP^DPPPPPPP   00 00 00 00 00 00 00 00 84 f1 10 01 02 07 01 08
  111. !      kPPPPPPPPPPPPPPP   6b e4 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  112. !      PPPPPPPPPPPPPPPP   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  113. !      ...
  114. !    Frame Check Sequence:  0x1b62fca9
  115.  
  116.  
  117.   The packet going from bootp to the router has this for a header:
  118.  
  119. !      Flags:        0x00
  120. !      Status:       0x00
  121. !      Packet Length:346
  122. !      Timestamp:    13:35:44.379
  123. !    Ethernet Header
  124. !      Destination:  00:00:0c:00:ce:c7
  125. !      Source:       08:00:09:03:d8:70
  126. !      Protocol Type:0x0800  DoD IP
  127. !    IP Header - Internet Protocol Datagram
  128. !      Version:              4
  129. !      Header Length:        5
  130. !      Precedence:           0
  131. !      Type of Service:      %000
  132. !      Unused:               %00
  133. !      Total Length:         328
  134. !      Identifier:           55513
  135. !      Fragmentation Flags:  %000
  136. !      Fragment Offset:      0
  137. !      Time To Live:         30
  138. !      IP Type:              0x11  UDP
  139. !      Header Checksum:      0xe0dd
  140. !      Source IP Address:    132.241.200.10
  141. !      Dest. IP Address:     132.241.16.1
  142. !      No Internet Datagram Options
  143. !    UDP - User Datagram Protocol
  144. !      Source Port:          67  Bootstrap Protocol Server
  145. !      Destination Port:     67  Bootstrap Protocol Server
  146. !      Length:               308
  147. !      Checksum:             0xc524
  148. !      UDP Data Area:
  149. !      PPPPPPI@PPPPPPPP   02 01 06 00 00 00 49 40 00 08 00 00 00 00 00 00
  150. !      ^DPPP^DPHP^DPPPPPPP   84 f1 50 0b 84 f1 c8 0a 84 f1 10 01 02 07 01 08
  151. !      kPPPPPPPPPPPPPPP   6b e4 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  152. !      PPPPPPPPPPPPPPPP   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  153. !      ...
  154. !      PPPPPPPPPPPPc^BSc   00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63
  155. !      PPPPbpPPPPPPPP^DP   02 04 00 00 62 70 01 04 ff ff 00 00 03 04 84 f1
  156. !      PPPP^DPPP^DPP<PP^DP   50 50 06 08 84 f1 50 01 84 f1 01 3c 04 04 84 f1
  157. !      PPPPPPPPPPPPPPPP   01 02 ff 00 00 00 00 00 00 00 00 00 00 00 00 00
  158. !      PPPPPPPPPPPP       00 00 00 00 00 00 00 00 00 00 00 00
  159. !    Frame Check Sequence:  0x6d62f97c
  160. -- 
  161. p'ch'zarni'chiwkov:  the nasty little sound of a sword being unsheathed right
  162. behind one at just the point when one thought one had disposed of one's enemies.
  163.