home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / ham / pe1chl_9.zip / PC / AUTOEXEC.NET < prev    next >
Text File  |  1993-04-05  |  5KB  |  187 lines

  1. # PE1CHL-NET configuration file for PC
  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. hostname $CALLSIGN.ampr.org
  9. ip address $CALLSIGN
  10. #
  11. # define timezone (name and offset in hours WESTward from UT)
  12. #
  13. #date tzset MET-1
  14. date tzset MDT-2
  15. #
  16. # below are shown some examples of attach commands, used to define the
  17. # connection to your radio(s) and/or other computer
  18. # the names you assign here, will be used later in "connect" and "route"
  19. # commands.  they may be 1..6 characters long, and should contain only
  20. # lower-case alphabetics and/or digits.
  21. # some suggestions for names (also used in the examples):
  22. #       144     144MHz 1200 baud AFSK
  23. #       430     430MHz 1200 baud AFSK
  24. #       4k8     HAPN's 4800 baud modem
  25. #       9k6     G3RUH's 9600 baud modem
  26. #       psk     PSK modem
  27. #
  28. # COM1 connected to KISS TNC on 2m (144), COM2 to 70cm (430)
  29. # Setup COM1 (second line) and COM2 (first line)
  30. #
  31. attach com 2 ax25 430 256 4800 n $CALLSIGN-7
  32. attach com 1 ax25 144 256 4800 n $CALLSIGN-2
  33. #
  34. # attach PA0HZP OptoPcScc board(s).  please read SCC driver documentation!
  35. #
  36. #attach scc 2 init 150 4 2 0 1 168 3 p4915200
  37. #           ^ 2 * #boards          ^ interrupt level
  38. #
  39. # when you are running DESQview, use one channel for timing. change above
  40. # attach statement to something like this, to use channel 3 for timing:
  41. #    attach scc 2 init 150 4 2 0 1 168 3 p4915200 0 0 t3
  42. #
  43. #attach scc 3 ax25 psk 256 d1200 $CALLSIGN-10
  44. #attach scc 2 ax25 4k8 256 d4800 $CALLSIGN-4
  45. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  46. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  47. #
  48. # attach a DRSI PC*Packet adapter.  please read SCC driver documentation!
  49. #
  50. #attach scc 1 init 300 16 2 0 1 0 7 p4915200 8
  51. #           ^ boards    int.level ^  ^ crystal clock freq (on DRSI)
  52. #
  53. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  54. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  55. #
  56. # attach Ethernet board using PACKET driver on INT 60h, default class
  57. #
  58. #attach packet 60 0 enet 8 1500
  59. #
  60. # attach Ethernet board (number 0) using NetBIOS
  61. #
  62. #attach netbios 0 nb0 8 512
  63. #
  64. # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
  65. #
  66. #attach netrom $CALLSIGN-9
  67. #
  68. # TCP/IP parameters
  69. #
  70. smtp expiry 7
  71. #smtp gateway ...
  72. smtp mode route
  73. tnoption echo accept
  74. tnoption eol standard
  75. tcp window 432
  76. ip ttl 16
  77. ping length 0
  78. source \net\routes.net
  79. #
  80. # AX25 parameters
  81. #
  82. ax25 digipeat on
  83. #
  84. # Misc settings
  85. #
  86. escape F10
  87. screen swap on
  88. setenv NETATTRECHO ""
  89. setenv NETATTROUTPUT ""
  90. setenv NETATTRCMD ""
  91. log c:\net\net.log
  92. del -f ${NETMAILQ}*.lck
  93. setenv PROMPT "[use EXIT to go back to NET] ${PROMPT-$p$g}"
  94. #
  95. # Function key programming
  96. #
  97. fkey F1 -2 24 "ses 0" 13
  98. fkey F2 -2 24 "ses 1" 13
  99. fkey F3 -2 24 "ses 2" 13
  100. fkey F4 -2 24 "ses 3" 13
  101. fkey F9 -2 24 "ses t" 13
  102. #
  103. # NET/ROM configuration and filtering of reliable nodes
  104. #
  105. #netrom logmask ffff
  106. #netrom info c:\net\nr_info.txt
  107. #netrom interface 144 "#TCPIP" 192 lap
  108. #netrom interface 430 "#TCPIP" 192 uplink
  109. #netrom tcpip broadcast "#TCPIP"
  110. #netrom obsotimer 3600
  111. #netrom nodetimer 3600
  112. #netrom nodefilter mode accept
  113. #netrom nodefilter add pa0gri-2 144
  114. #netrom nodefilter add pi8rni-7 430
  115. #
  116. # KISS and AX25 stuff for each TNC connected
  117. #
  118. mheard 430 23
  119. mheard 144 23
  120. mode 430 datagram
  121. mode 144 datagram
  122. ax25 digipeat 430 gate
  123. ax25 digipeat 144 gate
  124. ax25 persist 430 128 5 64 60 900
  125. ax25 persist 144 128 5 64 60 900
  126. #
  127. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  128. #
  129. ax25 port 1 conn $CALLSIGN
  130. ax25 port 2 digi $CALLSIGN-3 144 gate
  131. ax25 port 2 digi $CALLSIGN-8 430 gate
  132. ax25 port 3 conn $CALLSIGN-3 144 multi
  133. ax25 port 3 conn $CALLSIGN-8 430 multi
  134. ax25 port 4 conn $CALLSIGN-6
  135. ax25 port 5 conn $CALLSIGN-12
  136. ax25 port 6 conn $CALLSIGN-1
  137. #
  138. # initialize KISS TNC on 430
  139. #
  140. param 430 1 36
  141. param 430 2 50
  142. param 430 3 30
  143. param 430 4 3
  144. param 430 5 0
  145. #
  146. # initialize KISS TNC on 144
  147. #
  148. param 144 1 36
  149. param 144 2 50
  150. param 144 3 30
  151. param 144 4 3
  152. param 144 5 0
  153. #
  154. # initialize KISS TNC on 9k6 for satellite operation (fullduplex)
  155. #
  156. #param 9k6 1 10
  157. #param 9k6 4 2
  158. #param 9k6 5 1
  159. #
  160. # now we can safely start all servers
  161. #
  162. start discard
  163. start echo
  164. start finger
  165. start ftp
  166. #start rcmd 333 "hier de password zin voor de rcmd server invullen"
  167. start smtp
  168. start telnet
  169. start time
  170. #
  171. ax25 start bridge
  172. ax25 start mbox ${NETFINGER}name.txt
  173. ax25 start mheard
  174. ax25 start netdigi
  175. ax25 start tnc "= Connect Text ="
  176. #ax25 start tnc2 3=144 4=430
  177. #
  178. #broadcast start "\net\bcst"
  179. #broadcast server uo22 9k6 uosat5-11 244 6 1 3 pblist
  180. #broadcast server uo14 9k6 uosat3-11 244 6 1 3 pblist
  181. #broadcast trace 00ff
  182. #
  183. #ftl0 homedir "\net\ftl0"
  184. #ftl0 server ao16 psk pacsat-12 130 1 6 1 3 bbstat "Open"
  185. #ftl0 server uo14 9k6 uosat3-12 256 2 4 1 3 bbstat "Open"
  186. #ftl0 trace 00ff
  187.