home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
tcp
/
AmiTCP-demo
/
QuickStart_Ether
< prev
next >
Wrap
Text File
|
1995-05-13
|
834b
|
31 lines
Echo "Welcome to AmiTCP 4.0 Demo"
Echo ""
Echo "We are going to set some Assigns, then start the network."
Echo ""
Echo "This ethernet configuration sets the IP address to"
Echo " 192.10.10.40"
Echo "And the default-gateway is "
Echo " <not set>"
Echo ""
Echo "You might want to change this after TCP/IP was started."
Echo "Use ifconfig a2065 <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 "Network started - good luck!"
Echo "Close the window yourself please. It will open for error messages."
Run Execute AmiTCP:bin/startnet_ether