Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!ut-sally!im4u!rutgers!rochester!udel!rminnich From: rminnich@udel.EDU (Ron Minnich) Newsgroups: comp.sys.amiga Subject: A sample startup file for amiga slip Message-ID: <487@louie.udel.EDU> Date: Tue, 8-Sep-87 09:25:38 EDT Article-I.D.: louie.487 Posted: Tue Sep 8 09:25:38 1987 Date-Received: Wed, 9-Sep-87 04:03:22 EDT Reply-To: rminnich@udel.EDU (Ron Minnich) Organization: University of Delaware Lines: 36 Keywords: TCP/IP, SLIP, Karne, ka9q,net-sequence Per a few requests i am posting a simple 'bootstrap' net-sequence that can get you on the air with amigatcp. Note that this is real simple, and there is a lot more you can do. Here goes. Comments start with a '#' in column 1, as usual. # This actually sets up a loggin window. Neat! log raw:20/20/500/150/TCP-IP_Logging_Output #my host name hostname RONSAMIGA #my ip address ipaddr 192.5.39.79 #various TCP/IP constants window 512 mss 256 ttl 15 # be sure that you say 'slip', not 'ax25' attach asy 0 0 slip sl0 256 256 9600 #the ip address of the host i am attached to. route add default sl0 192.5.39.1 #i am not sure how to use this line yet. #arp add 192.5.39.1 ax25 wb6rqn w3iwi-10 start echo start discard start telnet start smtp start ftp And there you are ... running echo, discard, telnet, smtp, and ftp servers. To talk to my host i can type telnet 192.5.39.1 You can also set host names in this file, but like i say this is the bare bones. Have fun, ron -- Ron Minnich