# startup file for KA9Q-NOS ST (DIS Version) hostname zetnet.co.uk # ^ this bit is obvious just your e-mail address without the bit b4 the @ ip addr [0.0.0.0] # ^ your IP address as supplied by you ISP. # Attach the SLIP driver to the serial port # if port 0 slip dev buff mru baud # --- ---- - ---- --- ---- --- ---- attach asy AUX: 0 slip sl0 32767 1500 19200 # ^^^^ # just copy this line but if you need to use PPP change the slip for ppp # how many hops before a packet is discarded (Time To Live) ip ttl 64 # tcp parameters can be tuned. tcp mss 212 tcp window 2000 tcp irtt 3000 tcp syndata on # ^ don't change the above. # Setup Simple Mail Transfer Protocol parameters smtp timer 600 #smtp wait 20 smtp trace 9 smtp maxclients 10 smtp beep on smtp gateway mail.zetnet.co.uk smtp verbose on #smtp delay 600 smtp batch off # ^ smtp details change the gateway IP to the one your provider gives # you otherwise leave everything as it is. # Setup POP3 parameters pop mailhost mail.zetnet.co.uk 3 pop mailbox FILENAME pop userdata USERNAME PASSWORD # ^ your pop3 setup if you don't need pop3 comment these out. Otherwise # pop mailhost 3 # pop mailbox ! the anything is the name of the mailbox # that NOS will store incoming mail in. # pop userdata ! self explanatary will be given by ISP. # Setup Network News Transfer Protocol parameters nntp groups alt.fan.me nntp addserver znews.zetnet.co.uk 600 nntp dir \OASIS\spool\articles nntp trace 1 nntp verbose on nntp batch on 16 nntp safety off nntp newgroups on # ^ most of the above are self explanatary the addserver command should # be changed to the IP of your ISPs newsserver. # function keys F1-10 59-68 (do not use 68) # sh F1-f10 84-93 # ct f1-f10 94-103 # at f1-f10 104-113 # help 98 fkey 59 "so\n" # fkey 67 "slip sl0 lcp close\n" fkey 84 "ls -CFa\n" fkey 85 "cd ../\n" fkey 86 "dir\n" fkey 88 "ftp ftp.sunet.se\n" fkey 90 "open wintermute.co.uk\n" fkey 91 "open micros.hensa.ac.uk\n" fkey 92 "open src.doc.ic.ac.uk\n" fkey 93 "open ftp.demon.co.uk\n" echo refuse # Start the servers start smtp start discard start finger start ttylink # ^ leave as is. # set up the domains #Janet domain addserver [193.63.106.100] # and Zetnet domain addserver [194.247.47.47] domain cache clean on domain cache size 100 domain cache wait 300 #domain trace on # leave as is, the doman addserver should be changed to the IP of your # ISPs DNS. icmp echo on icmp trace off route add default sl0 [194.247.47.47] 1 # ^ again changed to the gateway name. #log G:\OASIS\spool\nos.log time server ns.zetnet.co.uk time auto off #time set ftpopt byte ftpopt page on ftpopt binary #dial sl0 dial.txt # leave all the above the same.