home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / ibmpc / 4901 < prev    next >
Encoding:
Text File  |  1992-08-26  |  2.3 KB  |  59 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!Sirius.dfn.de!ira.uka.de!sun1.ruf.uni-freiburg.de!news.belwue.de!eratu.rz.uni-konstanz.de!nike.rz.uni-konstanz.de!root
  3. From: root@nike.rz.uni-konstanz.de. (Z. Horvat)
  4. Subject: Re: ka9q
  5. Message-ID: <1992Aug26.153125.192588@eratu.rz.uni-konstanz.de>
  6. Sender: usenet@eratu.rz.uni-konstanz.de
  7. Reply-To: root@nike.rz.uni-konstanz.de.
  8. Organization: Rechenzentrum Universitaet Konstanz
  9. References: <0095F600.292C74E0.13834@NICAD3.NIC.BC.CA>
  10. Date: Wed, 26 Aug 1992 15:31:25 GMT
  11. Lines: 46
  12.  
  13. In article 13834@NICAD3.NIC.BC.CA, broughton@NICAD3.NIC.BC.CA (Simeon Broughton) writes:
  14. >Sorry if this is a FAQ but I can't find an answer. I have 100+
  15. >PC's using CUTCP,  and I would like them to use a dynamic pool
  16. >of say 30-40 IP numbers.  I have ka9q installed on a PC and
  17. >at the end of the autoexec.net I have:-
  18. >
  19. >bootpd start
  20. >bootpd dns nnn.nnn.nnn.4 nnn.nnn.nnn.5
  21. >bootpd dynip sl0 nnn.nnn.nnn.200 nnn.nnn.nnn.249
  22. >
  23. >When I fire up my client I get the first available IP number and
  24. >the dns entries ok, but I can't seem to get the subnet mask or
  25. >default gateway to be passed. As I understand it the bootptab
  26. >file doesn't enter into this as that is only for static entries.
  27. >Any help or pointers appreciated.
  28. >
  29. >      Simeon Broughton, Manager, Computer Services. (604)334-5254
  30. >   North Island College, 2300 Ryan Road, Courtenay, B.C. V9N 8N6. CANADA
  31. >                  broughton@nicad3.nic.bc.ca
  32. >
  33.  
  34. You should have default entries for the subnet mask in your master bootptab file (/etc/bootptab), something like :
  35.  
  36. .......................
  37. #Default Entry :
  38.  
  39. default.def:\
  40.     :sm=255.255.255.0:\  # subnet mask
  41.     :ht=ethernet:\        # ...strange, but it looks like this matters somehow
  42.     :ds=xxx.yyy.zzz.xxx aaa.bbb.cc.dd:\ # Your favorite DNS goes here
  43.     :ts=ccc.sss.iii.ddd:    # Thats for the time server, if there is one
  44. .... etc etc
  45.  
  46. As far as i remember, the gateway adress should be passed automatically by the gateway which receives/routes the bootp-request.    
  47.  
  48. ---
  49. ------------------------------------
  50. Z. Horvat
  51. Rechenzentrum Universitaet Konstanz
  52. 7750 Konstanz
  53. +49(0)7531-88-2405
  54.  
  55. root@nike.rz.uni-konstanz.de
  56. rzhorv@nyx.uni-konstanz.de
  57. ------------------------------------
  58.  
  59.