home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
tcp
/
AmiTCP-demo
/
QuickStart_Slip
< prev
next >
Wrap
Text File
|
1995-05-13
|
885b
|
33 lines
Echo "Welcome to AmiTCP 4.0 Demo"
Echo ""
Echo "We are going to set some Assigns, then start the network,"
Echo "assuming you dialed to the slip server and started SLIP"
Echo "on the remote side!"
Echo ""
Echo "This SLIP configuration sets the SLIP IP address to"
Echo " 192.10.10.20"
Echo "And the default-gateway is "
Echo " 192.10.10.21"
Echo ""
Echo "You might want to change this after TCP/IP was started."
Echo "Use ifconfig cslip0 <myaddress> <hisadress> for this purpose."
Echo ""
;BEGIN AmiTCP/IP
Assign AmiTCP: :Amiga/Network/AmiTCP-demo
Assign ADD Devs: AmiTCP:devs
Assign ADD L: AmiTCP:l
Assign ADD Libs: AmiTCP:libs
Path AmiTCP:bin add
Assign APIPE: Exists > NIL:
IF Warn
Mount APIPE: from AmiTCP:devs/APipe-Mountlist
EndIf
;END AmiTCP/IP
Echo "Assigns set."
Echo "Going to start the net."
Run Execute AmiTCP:bin/startnet_slip
Echo "Network started - good luck!"