home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0674.ZIP / CCE_0674 / 920420TP.LZH / 920420TP / AUTOEXEC.NET < prev    next >
Text File  |  1992-02-21  |  5KB  |  168 lines

  1. # PE1CHL-NET configuration file for Atari ST
  2. #
  3. # insert your callsign (in lowercase) instead of the callsign below.
  4. # don't add an SSID here, and change only the part between - and }
  5. #
  6. setenv CALLSIGN ${CALLSIGN-pe1zzz}
  7. #
  8. # define timezone (name and offset in hours WESTward from UT)
  9. #
  10. date tzset MET-1
  11. #
  12. # below are shown some examples of attach commands, used to define the
  13. # connection to your radio(s) and/or other computer
  14. # the names you assign here, will be used later in "connect" and "route"
  15. # commands.  they may be 1..6 characters long, and should contain only
  16. # lower-case alphabetics and/or digits.
  17. # some suggestions for names (also used in the examples):
  18. #       144     144MHz 1200 baud AFSK
  19. #       430     430MHz 1200 baud AFSK
  20. #       4k8     HAPN's 4800 baud modem
  21. #       9k6     G3RUH's 9600 baud modem
  22. #       psk     PSK modem
  23. #
  24. # RS232 connected to 2m (144), MIDI to 70cm (430)
  25. #
  26. # MIDI as a KISS Interface (430)
  27. # can be used when a KISS TNC is connected to the (modified) MIDI port
  28. #
  29. attach asy 3 1 ax25 430 2048 256 9600 $CALLSIGN-7
  30. #
  31. # AUX: (RS232) as a KISS Interface (144)
  32. # for a KISS TNC connected to the RS232 port
  33. #
  34. attach asy 1 1 ax25 144 2048 256 9600 $CALLSIGN-2
  35. #
  36. # MIDI as a SLIP Interface (for connection to a second Atari system)
  37. #
  38. #attach asy 3 1 slip midi 4096 576 7812
  39. #
  40. # attach commands for SCC driver.
  41. # this driver is used with the "packet radio interface for Atari ST computers"
  42. # that uses one or more Z8530 SCC chips for direct packet interfacing.
  43. #
  44. # define buffers for use by SCC driver
  45. #memstat 30000
  46. #buffers 32 2 128
  47. # first init, then attach the channels.
  48. #attach scc 1 init fffd00 8 3 7 -2 fffd3f 3 p4915200
  49. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  50. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  51. #
  52. #
  53. # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
  54. #
  55. #attach netrom $CALLSIGN-9
  56. #
  57. # setup some directories and files. RAMDISK must be a 128K or more ramdisk.
  58. # you can use CPANEL.ACC to setup a suitable RAMDISK.
  59. #
  60. setenv NETDISK a:
  61. setenv RAMDISK g:
  62. #
  63. # if you don't have a RAMDISK then delete 3 lines below and change TMPDIR.
  64. #
  65. mkdir -f ${RAMDISK}\tmp ${RAMDISK}\net
  66. copy $NETHOSTS ${RAMDISK}\net\hosts.net
  67. setenv NETHOSTS ${RAMDISK}\net\hosts.net
  68. #
  69. setenv TMPDIR ${RAMDISK}\tmp
  70. del -f $TMPDIR\*.*
  71. #
  72. shell =${NETDISK}\command.prg
  73. #
  74. # remainder of configuration
  75. #
  76. source ${NETDISK}\net\config.net
  77. #
  78. # Addresses, IP routing table and ARP commands, Misc
  79. #
  80. hostname $CALLSIGN.ampr.org
  81. ip address $CALLSIGN
  82. source ${NETDISK}\net\routes.net
  83. log ${NETDISK}\net\net.log
  84. del -f ${NETMAILQ}*.lck
  85. #
  86. # NET/ROM configuration and filtering of reliable nodes
  87. #
  88. #netrom info ${NETDISK}\net\nr_info.txt
  89. #netrom interface 144 "#TCPIP" 192 lap
  90. #netrom interface 430 "#TCPIP" 192 uplink
  91. #netrom tcpip broadcast "#TCPIP"
  92. #netrom nodetimer 3600
  93. #netrom nodefilter mode accept
  94. #netrom nodefilter add pa0gri-2 144
  95. #netrom nodefilter add pi8rni-7 430
  96. #
  97. # KISS and AX25 stuff for each TNC connected
  98. #
  99. mheard 430 23
  100. mheard 144 23
  101. mode 430 datagram
  102. mode 144 datagram
  103. ax25 digipeat 430 gate
  104. ax25 digipeat 144 gate
  105. ax25 persist 430 128 5 64 60 900
  106. ax25 persist 144 128 5 64 60 900
  107. #
  108. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  109. #
  110. ax25 port 1 conn $CALLSIGN
  111. ax25 port 2 digi $CALLSIGN-3 144 gate
  112. ax25 port 2 digi $CALLSIGN-8 430 gate
  113. ax25 port 3 conn $CALLSIGN-3 144 multi
  114. ax25 port 3 conn $CALLSIGN-8 430 multi
  115. ax25 port 4 conn $CALLSIGN-6
  116. ax25 port 5 conn $CALLSIGN-12
  117. ax25 port 6 conn $CALLSIGN-1
  118. #
  119. # initialize KISS TNC on 430
  120. #
  121. param 430 1 36
  122. param 430 2 50
  123. param 430 3 30
  124. param 430 4 3
  125. param 430 5 0
  126. #
  127. # initialize KISS TNC on 144
  128. #
  129. param 144 1 36
  130. param 144 2 50
  131. param 144 3 30
  132. param 144 4 3
  133. param 144 5 0
  134. #
  135. # initialize KISS TNC on 9k6 for satellite operation (fullduplex)
  136. #
  137. #param 9k6 1 10
  138. #param 9k6 4 2
  139. #param 9k6 5 1
  140. #
  141. # now we can safely start all servers
  142. #
  143. start discard
  144. start echo
  145. start finger
  146. start ftp
  147. #start rcmd 333 "hier de password zin voor de rcmd server invullen"
  148. start smtp
  149. start telnet
  150. start tp
  151. #
  152. ax25 start bridge
  153. ax25 start mbox ${NETFINGER}name.txt
  154. ax25 start mheard
  155. ax25 start netdigi
  156. ax25 start tnc "= Connect Text ="
  157. #ax25 start tnc2 8=144 9=430
  158. #
  159. #broadcast start ${NETDISK}\net\bcst
  160. #broadcast server uo22 9k6 uosat5-11 244 6 1 3 pblist
  161. #broadcast server uo14 9k6 uosat3-11 244 6 1 3 pblist
  162. #broadcast trace 00ff
  163. #
  164. #ftl0 homedir ${NETDISK}\net\ftl0
  165. #ftl0 server ao16 psk pacsat-12 130 1 6 1 3 bbstat "Open"
  166. #ftl0 server uo14 9k6 uosat3-12 256 2 4 1 3 bbstat "Open"
  167. #ftl0 trace 00ff
  168.