home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / ibmpc / 5043 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!CAI.LSUC.ON.CA!jim
  2. From: jim@CAI.LSUC.ON.CA (Jim Mercer)
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: [Help] Working example of BootpTab file for KA9Q, anyone?
  5. Message-ID: <m0mQQQQ-0001QsC@lsuc.lsuc.on.ca>
  6. Date: 3 Sep 92 23:17:13 GMT
  7. References: <jms.25.715521725@cs.ufh.ac.za>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 61
  12.  
  13. > The KA9Q documentation does not say much about the Bootptab file. Looking
  14. > at RFC951 and RFC1048, I tried a couple of permutations, but I still don't
  15. > get the bootp server to allocate the desired ip numbers to the specified
  16. > hardware addresses. It works OK for dynamically assigning numbers from a
  17. > range, but those addresses can disappear when KA9Q is re-started. So, would
  18. > someone with a working (non-trivial) version of the bootptab file for NOS
  19. > 910612 please mail me? Thanks in advance...
  20.  
  21. i discovered the same thing about gateways and such in ka9q's bootp response.
  22.  
  23. the way we "fix" it is by specifying the gateway in the config.tel file for
  24. ncsa/cutcp, or whatever stack you are using.
  25.  
  26. here is a snippet from our autoexec.net and bootptab files:
  27.  
  28. autoexec.net:
  29. ---------------
  30. arp add 142.57.2.255 ether ff:ff:ff:ff:ff:ff
  31. arp add 142.57.3.255 ether ff:ff:ff:ff:ff:ff
  32.  
  33. bootpd dns 142.57.1.1
  34. bootpd logfile bootpd.log
  35. bootpd logscreen on
  36. bootpd start
  37. ---------------
  38.  
  39. bootptab:
  40. ---------------
  41. logscreen on
  42. dns 142.57.1.1
  43. host pc-aa.sg.lsuc.on.ca Ethernet 00:00:c0:b5:34:2b 142.57.2.2 keith
  44. host pc-ab.sg.lsuc.on.ca Ethernet 00:00:c0:e9:2a:1c 142.57.2.3 jim
  45. host placeholdend Ethernet 00:00:d0:00:00:d0 142.57.99.99 none
  46. start
  47. ---------------
  48.  
  49. the bootptab file is loaded into ka9q by the "bootpd start" command, and
  50. internally it is as if each line in bootptab was typed at the net> prompt
  51. prepended with a "bootpd ".
  52.  
  53. our bootptab file contains entries for subnet 142.57.2.0 and 142.57.3.0
  54.  
  55. 142.57.2.0 is pc's attached to novell, using ethernet, packet drivers and
  56. talk to an econfig'd novell server.
  57.  
  58. 142.57.3.0 is pc's connected using Starlan 1Mbit, using the IPXPKT packet
  59. driver.
  60.  
  61. the config.tel file lists 142.57.2.1 as the primary gateway, and 142.57.3.1
  62. as the secondary gateway.  (although i think the starlan PC's actually use a
  63. config.tel which lists them in the other order).
  64.  
  65. i know it looks like some duplication, but, hey, it works.
  66.  
  67. if it ain't broke, don't fix it.  8^)
  68.  
  69. -- 
  70. [ Jim Mercer  jim@lsuc.On.Ca  || ...!uunet!uunet.ca!lsuc!jim  +1 416 947-5258 ]
  71. [ Educational Systems Manager - Law Society of Upper Canada, Toronto, CANADA  ]
  72. [ Standards are great. They give non-conformists something to not conform to. ]
  73. [      The opinions expressed here may or may not be those of my employer     ]
  74.