Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !TCPIPUser/Config

!TCPIPUser/Config

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak
Filename: !TCPIPUser/Config
Read OK:
File size: 02E6 bytes
Load address: 0000
Exec address: 0000
File contents
terminal * @main W

set ftpuser   "ftpuser"
set node      "yourmc"
set ip_addr   "158.152.38.98"
set domain    "demon.co.uk"
set host      "yourmc.demon.co.uk"
set nsqserver "ns.demon.co.uk"

set dempw     "abcdefgh"

hostname yourmc.demon.co.uk
ip address [158.152.38.98]
domain suffix demon.co.uk

attach asy Internal 0 cslip ax0 2048 576 0
route add default ax0 [158.152.1.71] 1

ip ttl 64

tcp mss 536
tcp irtt 5000
tcp window 21440
tcp hangup 60 5

resolve timeout 5

start echo
start discard
start ftp
start smtp
start finger
start telnet
start telnet 87

nntp trace 2
nntp dup hist
nntp trim 48
nntp fudge 120
nntp direct on
nntp batch 8
nntp newgroups yes

smtp trace 1
#smtp sep rm

#pop trace 2
#pop sep rm

log <TCPIP$Dir>.logfile
00000000  74 65 72 6d 69 6e 61 6c  20 2a 20 40 6d 61 69 6e  |terminal * @main|
00000010  20 57 0a 0a 73 65 74 20  66 74 70 75 73 65 72 20  | W..set ftpuser |
00000020  20 20 22 66 74 70 75 73  65 72 22 0a 73 65 74 20  |  "ftpuser".set |
00000030  6e 6f 64 65 20 20 20 20  20 20 22 79 6f 75 72 6d  |node      "yourm|
00000040  63 22 0a 73 65 74 20 69  70 5f 61 64 64 72 20 20  |c".set ip_addr  |
00000050  20 22 31 35 38 2e 31 35  32 2e 33 38 2e 39 38 22  | "158.152.38.98"|
00000060  0a 73 65 74 20 64 6f 6d  61 69 6e 20 20 20 20 22  |.set domain    "|
00000070  64 65 6d 6f 6e 2e 63 6f  2e 75 6b 22 0a 73 65 74  |demon.co.uk".set|
00000080  20 68 6f 73 74 20 20 20  20 20 20 22 79 6f 75 72  | host      "your|
00000090  6d 63 2e 64 65 6d 6f 6e  2e 63 6f 2e 75 6b 22 0a  |mc.demon.co.uk".|
000000a0  73 65 74 20 6e 73 71 73  65 72 76 65 72 20 22 6e  |set nsqserver "n|
000000b0  73 2e 64 65 6d 6f 6e 2e  63 6f 2e 75 6b 22 0a 0a  |s.demon.co.uk"..|
000000c0  73 65 74 20 64 65 6d 70  77 20 20 20 20 20 22 61  |set dempw     "a|
000000d0  62 63 64 65 66 67 68 22  0a 0a 68 6f 73 74 6e 61  |bcdefgh"..hostna|
000000e0  6d 65 20 79 6f 75 72 6d  63 2e 64 65 6d 6f 6e 2e  |me yourmc.demon.|
000000f0  63 6f 2e 75 6b 0a 69 70  20 61 64 64 72 65 73 73  |co.uk.ip address|
00000100  20 5b 31 35 38 2e 31 35  32 2e 33 38 2e 39 38 5d  | [158.152.38.98]|
00000110  0a 64 6f 6d 61 69 6e 20  73 75 66 66 69 78 20 64  |.domain suffix d|
00000120  65 6d 6f 6e 2e 63 6f 2e  75 6b 0a 0a 61 74 74 61  |emon.co.uk..atta|
00000130  63 68 20 61 73 79 20 49  6e 74 65 72 6e 61 6c 20  |ch asy Internal |
00000140  30 20 63 73 6c 69 70 20  61 78 30 20 32 30 34 38  |0 cslip ax0 2048|
00000150  20 35 37 36 20 30 0a 72  6f 75 74 65 20 61 64 64  | 576 0.route add|
00000160  20 64 65 66 61 75 6c 74  20 61 78 30 20 5b 31 35  | default ax0 [15|
00000170  38 2e 31 35 32 2e 31 2e  37 31 5d 20 31 0a 0a 69  |8.152.1.71] 1..i|
00000180  70 20 74 74 6c 20 36 34  0a 0a 74 63 70 20 6d 73  |p ttl 64..tcp ms|
00000190  73 20 35 33 36 0a 74 63  70 20 69 72 74 74 20 35  |s 536.tcp irtt 5|
000001a0  30 30 30 0a 74 63 70 20  77 69 6e 64 6f 77 20 32  |000.tcp window 2|
000001b0  31 34 34 30 0a 74 63 70  20 68 61 6e 67 75 70 20  |1440.tcp hangup |
000001c0  36 30 20 35 0a 0a 72 65  73 6f 6c 76 65 20 74 69  |60 5..resolve ti|
000001d0  6d 65 6f 75 74 20 35 0a  0a 73 74 61 72 74 20 65  |meout 5..start e|
000001e0  63 68 6f 0a 73 74 61 72  74 20 64 69 73 63 61 72  |cho.start discar|
000001f0  64 0a 73 74 61 72 74 20  66 74 70 0a 73 74 61 72  |d.start ftp.star|
00000200  74 20 73 6d 74 70 0a 73  74 61 72 74 20 66 69 6e  |t smtp.start fin|
00000210  67 65 72 0a 73 74 61 72  74 20 74 65 6c 6e 65 74  |ger.start telnet|
00000220  0a 73 74 61 72 74 20 74  65 6c 6e 65 74 20 38 37  |.start telnet 87|
00000230  0a 0a 6e 6e 74 70 20 74  72 61 63 65 20 32 0a 6e  |..nntp trace 2.n|
00000240  6e 74 70 20 64 75 70 20  68 69 73 74 0a 6e 6e 74  |ntp dup hist.nnt|
00000250  70 20 74 72 69 6d 20 34  38 0a 6e 6e 74 70 20 66  |p trim 48.nntp f|
00000260  75 64 67 65 20 31 32 30  0a 6e 6e 74 70 20 64 69  |udge 120.nntp di|
00000270  72 65 63 74 20 6f 6e 0a  6e 6e 74 70 20 62 61 74  |rect on.nntp bat|
00000280  63 68 20 38 0a 6e 6e 74  70 20 6e 65 77 67 72 6f  |ch 8.nntp newgro|
00000290  75 70 73 20 79 65 73 0a  0a 73 6d 74 70 20 74 72  |ups yes..smtp tr|
000002a0  61 63 65 20 31 0a 23 73  6d 74 70 20 73 65 70 20  |ace 1.#smtp sep |
000002b0  72 6d 0a 0a 23 70 6f 70  20 74 72 61 63 65 20 32  |rm..#pop trace 2|
000002c0  0a 23 70 6f 70 20 73 65  70 20 72 6d 0a 0a 6c 6f  |.#pop sep rm..lo|
000002d0  67 20 3c 54 43 50 49 50  24 44 69 72 3e 2e 6c 6f  |g <TCPIP$Dir>.lo|
000002e0  67 66 69 6c 65 0a                                 |gfile.|
000002e6