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.AX next >
Text File  |  1992-02-20  |  3KB  |  131 lines

  1. # PE1CHL-NET configuration file for PC (AX.25-only version)
  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"
  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. # COM1 connected to 2m (144), COM2 to 70cm (430)
  25. # Setup COM1 (second line) and COM2 (first line)
  26. #
  27. attach com 2 ax25 430 256 4800 n $CALLSIGN-7
  28. attach com 1 ax25 144 256 4800 n $CALLSIGN-2
  29. #
  30. # attach PA0HZP OptoPcScc board(s)
  31. #
  32. #buffers 32 2 64
  33. #attach scc 2 init 150 4 2 0 1 168 3 p4915200
  34. #           ^ 2 * #boards          ^ interrupt level
  35. #
  36. #attach scc 3 ax25 psk 256 d1200 $CALLSIGN-10
  37. #attach scc 2 ax25 4k8 256 d4800 $CALLSIGN-4
  38. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  39. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  40. #
  41. # attach a DRSI PC*Packet adapter
  42. #
  43. #buffers 32 2 64
  44. #attach scc 1 init 300 16 2 0 1 0 7 p4915200 8
  45. #           ^ boards    int.level ^  ^ crystal clock freq (on DRSI)
  46. #
  47. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  48. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  49. #
  50. #
  51. # AX25 parameters
  52. #
  53. ax25 digipeat on
  54. ax25 maxframe 4
  55. ax25 paclen 128
  56. ax25 pthresh 64
  57. ax25 retry 10
  58. ax25 t1 15000
  59. ax25 t2 2000
  60. ax25 t3 1800000
  61. ax25 t4 900000
  62. ax25 window 2048
  63. #
  64. # Misc settings
  65. #
  66. escape F10
  67. flow on
  68. #
  69. log c:\net\net.log
  70. setenv PROMPT "[use EXIT to go back to NET] ${PROMPT-$p$g}"
  71. #
  72. # KISS and AX25 stuff for each TNC connected
  73. #
  74. mheard 430 23
  75. mheard 144 23
  76. ax25 digipeat 430 gate
  77. ax25 digipeat 144 gate
  78. ax25 persist 430 128 5 64 60 900
  79. ax25 persist 144 128 5 64 60 900
  80. #
  81. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  82. #
  83. ax25 port 1 conn $CALLSIGN
  84. ax25 port 2 digi $CALLSIGN-3 144 gate
  85. ax25 port 2 digi $CALLSIGN-8 430 gate
  86. ax25 port 3 conn $CALLSIGN-3 144 multi
  87. ax25 port 3 conn $CALLSIGN-8 430 multi
  88. ax25 port 4 conn $CALLSIGN-6
  89. ax25 port 5 conn $CALLSIGN-12
  90. ax25 port 6 conn $CALLSIGN-1
  91. #
  92. # initialize KISS TNC on 430
  93. #
  94. param 430 1 36
  95. param 430 2 50
  96. param 430 3 30
  97. param 430 4 3
  98. param 430 5 0
  99. #
  100. # initialize KISS TNC on 144
  101. #
  102. param 144 1 36
  103. param 144 2 50
  104. param 144 3 30
  105. param 144 4 3
  106. param 144 5 0
  107. #
  108. # initialize KISS TNC on 9k6 for satellite operation (fullduplex)
  109. #
  110. #param 9k6 1 10
  111. #param 9k6 4 2
  112. #param 9k6 5 1
  113. #
  114. # now we can safely start all servers
  115. #
  116. ax25 start bridge
  117. ax25 start mheard
  118. ax25 start netdigi
  119. ax25 start tnc "= Connect Text ="
  120. #ax25 start tnc2 3=144 4=430
  121. #
  122. #broadcast start "\net\bcst"
  123. #broadcast server uo22 9k6 uosat5-11 244 6 1 3 pblist
  124. #broadcast server uo14 9k6 uosat3-11 244 6 1 3 pblist
  125. #broadcast trace 00ff
  126. #
  127. #ftl0 homedir "\net\ftl0"
  128. #ftl0 server ao16 psk pacsat-12 130 1 6 1 3 bbstat "Open"
  129. #ftl0 server uo14 9k6 uosat3-12 256 2 4 1 3 bbstat "Open"
  130. #ftl0 trace 00ff
  131.