home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / DIP / _DIP.TAR / usr / doc / dip / README.NEWBIES < prev    next >
Encoding:
Text File  |  1995-01-13  |  1.8 KB  |  52 lines

  1. A Simple Approach for newbies...
  2.  
  3. This is how to run DIP in terminal mode:
  4.  
  5.  
  6. user ~/> dip -t -v                  -v for debugging output
  7.  
  8. DIP> port cua1
  9. DIP> speed 38400
  10. DIP> term                           start terminal mode
  11. atd p31420952                       dial your SLIP server
  12. Connect ....                        modem will report when connected
  13.  
  14. Welcome ......                      server will print something and
  15.  
  16. ts2>_                               gives you a prompt
  17.  
  18. ts2> SLIP                           you tell the server that you want
  19.                                     to use SLIP services
  20.  
  21. Your IP Number is 130.149.10.100    this is for dynamic IP assignment
  22.  
  23. Cntrl-]                             hit this key to return to local mode
  24.  
  25. DIP> get $locip 130.149.10.100      set up your assigned IP number
  26. DIP> get $rmtip 130.149.1.10        or whatever IP number the server will
  27.                                     have where you dial in
  28. DIP> default                        set up route with assigned IP number
  29. DIP> mode CSLIP                     finally start up SLIP or CSLIP session
  30.                                     this will bring you back to the shell
  31. root ~/# ping 130.149.1.10          try if connection is okay
  32. PING 130.149.1.10 ......            hooray :-)
  33.  
  34. --------------
  35. I think from this point one can be sure that everything seems to be
  36. installed properly and one will understand sample.dip better and can
  37. customize the script for their needs.
  38.  
  39. Please feel free to do with my short text what you want.
  40.  
  41. Thank you for your time.
  42.  
  43.  
  44. --
  45. Kang-Jin Lee
  46. lee@tengu.in-berlin.de
  47. -----------------------------------
  48. And note, that instead of IP addresses you can use host names, and then
  49. substitute "$remote" for "$rmtip", and "$local" for "$locip"... OK?
  50.  
  51. uri@watson.ibm.com
  52.