home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / vmsnet / networks / tcpip / multinet / 2542 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.1 KB

  1. Path: sparky!uunet!wupost!spool.mu.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!mvb.saic.com!info-multinet
  2. From: John.Mann@cc.monash.edu.au (John Mann)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: SLIP and bootp
  5. Message-ID: <01GSB7X7ZKOE8Y5GIJ@vaxc.cc.monash.edu.au>
  6. Date: 14 Dec 1992 16:11:35 +1100
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 41
  10.  
  11. Alan, Ken
  12.  
  13. > > Is there any reason BootP requests wouldn't be passed through a slip
  14. > > line?  We have a PC acting as a router on the end of the slip line, and
  15. > > are having a hard time determining whether bootp won't work because the
  16. > > routing software (on the PC) isn't passing it through or whether the
  17. > > SLIP line won't take them for some reason.
  18.  
  19. >    The PC isn't, and shouldn't pass IP broadcast packets through.
  20.  
  21. For a number of years we have used PCs running PCroute software and
  22. cisco routers to forward BootP request packets (but not over SLIP).
  23.  
  24. Have you set a bootp forwarding address in the PC router configuration?
  25. From INSTALL.DOC :
  26. -------------
  27.         Next the CONFIG program will ask you for the address to forward
  28.         BOOTP packets to.  This can be a directed broadcast (and directed
  29.         broadcasts are not turned off on all routers connected to the
  30.         destination net).  If you have no diskless machines booting across
  31.         the gateway, just leave this value 0.0.0.0.
  32. -------------
  33.  
  34. In our case we set the forwarding address to 130.194.1.255 so that all
  35. hosts on our machine room subnet could see the request.
  36.  
  37. The other half of the question is whether the BootP reply can find its
  38. way back to the requesting PC ...
  39.  
  40. I can hightly recommend TCPDUMP (MultiNet and Unix versions) for
  41. debugging this stuff, e.g. for a full breakdown from a VMS machine that
  42. isn't the bootp server do something like
  43.  
  44.   $ multinet tcpdump/hex/eth/snap=400 udp port bootpc or port bootps
  45.  
  46.         John
  47. --
  48. John Mann
  49. Communications and Networking Group  Net: John.Mann@cc.monash.edu.au
  50. Computer Centre, Monash University   Tel: +61 3 565 4774
  51. Clayton, Victoria 3168, Australia    Fax: +61 3 565 4746
  52.