home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1819 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.7 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!swrinde!gatech!ukma!widener!iggy.GW.Vitalink.COM!pacbell.com!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: adelman@TGV.COM
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: Anyone using bootp and kermit with Multinet?
  5. Message-ID: <2380588829JUL92165319@TGV.COM>
  6. Date: 29 Jul 92 16:53:19 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 32
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13.  
  14. > I am seeking information on how to setup the bootp-server.configuration file
  15. > for use with Kermit(TCP).  We are using asynch kermit now and have been
  16. > experimenting with the TCP option.  It is the right price...free!  Kermit has
  17. > an option to boot under TCP without knowing its IP number using BOOTP.  I am
  18. > currently trying to get this to work but I just really dont understand exactly
  19. > what I must have in the configuration file to get this to work.  I have the
  20. > RFC's on Bootp and they gave me some ideas but as of yet I dont have it working.
  21.  
  22. > I am hoping someone else out in netland has done this and is willing to share
  23. > how they configured Multinet and Kermit to get it to work.
  24.  
  25. > If you dont mind placing the IP number in the configuration file KERMIT/TCP
  26. > seems to work very well with Multinet I just dont want to do this in our
  27. > environment unless I have no other options.
  28.  
  29.     Probably something like:
  30.  
  31. tiger:\
  32.     :tc=kermit-setup:\
  33.     :ha=020304050607:\
  34.     :ip=1.2.3.4:
  35.  
  36. kermit-setup:\
  37.     :ht=ethernet:\
  38.     :gw=1.2.3.1:\
  39.     :sm=255.255.255.0:\
  40.     :ds=1.2.3.2:
  41.  
  42.     Where you replace the IP addresses of the machine, gateway, domain
  43. nameserver, and Ethernet address in the above example.
  44.  
  45.                                 Ken
  46.