# 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 ppp sl0 32767 1500 19200 # ^^^^ # just copy this line but if you need to use slip change the ppp for slip # 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. # ppp parameters ppp sl0 lcp local mru 1500 ppp sl0 lcp remote mru 1500 ppp sl0 lcp local accm 0x000a0000 ppp sl0 lcp local pfc on ppp sl0 lcp local acfc on ppp sl0 ipcp local address 0 allow on ppp sl0 ipcp local compress tcp 16 1 ppp sl0 lcp open active ppp sl0 ipcp open active ppp sl0 idle 600 exit # ^ leave as is. # 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 dave.hen pop userdata dhend # ^ 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 "ppp 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 domain addserver [194.247.47.47] domain cache clean on domain cache size 100 domain cache wait 300 # leave as is icmp echo on icmp trace off route add default sl0 [194.247.47.47] 1 # ^ again changed to the gateway name. ftpopt byte ftpopt page on ftpopt binary dial sl0 dial.txt # leave all the above the same.