home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / tcp / AmiTCP-demo / QuickStart_Slip < prev    next >
Text File  |  1995-05-13  |  885b  |  33 lines

  1.  
  2. Echo "Welcome to AmiTCP 4.0 Demo"
  3. Echo ""
  4. Echo "We are going to set some Assigns, then start the network,"
  5. Echo "assuming you dialed to the slip server and started SLIP"
  6. Echo "on the remote side!"
  7. Echo ""
  8. Echo "This SLIP configuration sets the SLIP IP address to"
  9. Echo "   192.10.10.20"
  10. Echo "And the default-gateway is "
  11. Echo "   192.10.10.21"
  12. Echo ""
  13. Echo "You might want to change this after TCP/IP was started."
  14. Echo "Use ifconfig cslip0 <myaddress> <hisadress> for this purpose."
  15. Echo ""
  16.  
  17. ;BEGIN AmiTCP/IP
  18. Assign AmiTCP: :Amiga/Network/AmiTCP-demo
  19. Assign ADD Devs: AmiTCP:devs
  20. Assign ADD L: AmiTCP:l
  21. Assign ADD Libs: AmiTCP:libs
  22. Path AmiTCP:bin add
  23. Assign APIPE: Exists > NIL:
  24. IF Warn
  25.   Mount APIPE: from AmiTCP:devs/APipe-Mountlist
  26. EndIf
  27. ;END AmiTCP/IP
  28.  
  29. Echo "Assigns set."
  30. Echo "Going to start the net."
  31. Run Execute AmiTCP:bin/startnet_slip
  32. Echo "Network started - good luck!"
  33.