1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>FORMAT of PORT.SYS</title>
</head>
<body background="/back_fbb.jpg">
<h1 align="Center"> PORT.SYS </h1>
<p> <big><b>PORT.SYS (\FBB\SYSTEM).</b></big> </p>
<pre>First, be aware of this useful feature:<br>If PORT.SYS does not exist, FBB looks for <br>PORT_D.SYS (for DosFBB)<br>PORT_W.SYS (for WinFBB)<br>PORT_L.SYS (For LinFBB)<br>So it is possible to have for example DosFBB and WinFBB files in the PC<br>at the same time. This is useful at sites where you want to change<br>from WinFBB to DosFBB from time to time..<br><br>I have divided this section in two parts:<br>1 : <a href="#Simple">Simple instruction (for first-time setup).</a>
2 : <a href="#Advanced">Advanced setup, with more details.</a>
2.1 : <a href="#BPQ">For BPQ.</a>
2.2 : <a href="#DRSI">For DRSI.</a>
<b><big>1: Simple instruction (for first-time setup).</big></b>
This file is found in the directory called SYSTEM (if you used my default
directory-names). In this file we decide what kind of TNCs to use, how many
available channels etc. You must do several changes here, and be very careful
that you do all changes correctly. If you don't, the BBS cannot operate
properly. Remember that a line starting with # is a comment-line, and the
BBS ignores these lines.
# FBB7.00
# File for programming of channels and TNCs.
#
# Ports : How many ports (COM1, COM2, Etc...)
# TNCs : How many TNCs and modems in use. With multiplexer
# there can be up to 4 TNCs per port.
#
#Ports TNCs
2 2
#
Next you must type one complete line of parametres for each COM-port you
use. You must be careful to use the correct values here.
Here are the valid interfaces for DosFBB and WinFBB:
<font color="#ff0000">For WinFBB:</font>
The mostly-used interface for WinFBB is 6. This interface replaces ESS,
MBBIOS etc and FBBIOS. The driver is FBBCOMM.DRV, which is installed
during the installation-process.
<font color="#ff0000">In WinFBB ONLY THESE interfaces are available:</font>
# Interface : 2 = BPQ-node (BPQ in AA4RE-mode)
# 4 = DRSI
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# 6 = Windows-driver, replaces both ESS, ESSKAM and FBBIOS.
# 7 = TCP/IP. Needs WINSOCK.DLL. Put port-adress as 17.
# TNC-emulation is T (see below)
# 8 = TFWin.dll (only WinFBB32)
# BEWARE: The old interface 1 and 3 will NOT be used in WinFBB. Interface 6
# replaces both. (FBBCOMM.DRV). Neither ESS nor FBBIOS can be
# used with WinFBB !
<font color="#ff0000">For LinFBB (Linux):</font>
# Interface 9 = Linux. Can work via serial port (D),via AX25 domain
# socket (X) or via Telnet port (T).
<font color="#ff0000">For DosFBB:</font>
If you use drivers like COMBIOS, BPQ or DRSI-card, you must be careful to
give the correct values here. If you use COMBIOS, FBBIOS, BPQ etc, they
must always be loaded before you start the BBS-program.
<font color="#ff0000">In DosFBB ONLY THESE interfaces are available:</font>
# Interface : 1 = Use external COMBIOS-driver (MBBIOS, ESS etc)
# 2 = BPQ-node v 4.05 and up (BPQ in AA4RE-mode)
# 3 = Telephone-modem with FBBIOS
# 4 = DRSI card with driver
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
<font color="#ff0000">Example for WinFBB:</font>
I use 2 TNCs, one on COM1 and one on COM3, and I use the standard
FBBCOMM.DRV loaded by Windows:
# Com : COM-number (1,2,...8)
# Interface : 2 = BPQ-node (BPQ in AA4RE-mode)
# 4 = DRSI
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# 6 = Windows-driver, replaces both ESS, ESSKAM and FBBIOS.
# 7 = TCP/IP. Needs WINSOCK.DLL. Put port-address as 17.
# TNC-emulation is T (see below)
# 8 = TFWin.dll (only WinFBB32)
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (device) Baud<br>1 6 3F8 9600<br>3 6 338 9600<br>#<br><br><br><font color="#ff0000">Same example for DosFBB:</font>
I use 2 TNCs, one on COM1 and one on COM3, and I use the ESS-driver
(ESS must be properly loaded before FBB is started):
# Com : COM-number (1,2,...8)
# Interface : 1 = Use external COMBIOS-driver (MBBIOS, ESS etc)
# 2 = BPQ-node v 4.05 and up (BPQ in AA4RE-mode)
# 3 = Telephone-modem with FBBIOS
# 4 = DRSI card with driver
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (device) Baud<br>1 1 3F8 9600<br>3 1 338 9600<br>#<br><br><font color="#ff0000">Same example for LinFBB (Linux):</font>
# Com : COM-number (1,2,...8)
# Interface 9 = Linux. Can work via serial port (D),via AX25 domain
# socket (X) or via Telnet port (T).
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (Device) Baud<br>1 9 /dev/cua0 9600<br>3 9 /dev/cua2 9600<br>#<br><br> Once more, the number of lines below must be the same as number of TNCs in<br>use. One line for each TNC. I think most of it is self-explanatory. MultCh<br>will normally be 1. If you use DRSI-card, you can use a value from 0 to 7. <br>If you use BPQ, the first TNC must have MultCh 0, the next must have MultCh1<br>and so on. This is very important. If you have a KAM in host-mode, you must<br>use 1 for VHF and 2 for HF. When using kernel AF_AX25 socket in Linux,<br>MultCh is the interface name (eg: ax0). <br>MxBloc decides how many kb will be forwarded one way to another BBS before <br>the forward is reversed. Leave this value at 10 for VHF/UHF and a little <br>smaller for HF. Type host-mode depends on your TNC, and if you use BPQ :<br><br> # TNC : Number on TNC in use. Use 0 for file-forward !<br> # NbCh : Number of channels I want to use in the TNC.<br> # Maximum available channels depend on firmware.<br> # Com : Number of the COM-port. Com1, Com2 etc.<br> # MultCh : Number of channel if port-multiplexer is used, otherwise 1.<br> # In DRSI use values from 0 to 7, by KAM use 1/VHF and 2/HF.<br> # With BPQ first TNC must have MultCh 0, the next 1, etc. <br> # When using kernel AF_AX25 socket in Linux, MultCh is the<br> # interface name (eg: ax0)<br> # Paclen : PACLEN on this TNC.<br> # Maxframe: The maximum nb of frames the TNC will send at a time.<br> # NbFwd : Number of channels for OUTGOING forward at same time.<br> # MxBloc : Size of forward-block in kb.<br> # M/P-Fwd : Minute of the hour for start of forward, and period<br> # (how many minutes between each forward-start).<br> # Port mode, one of these:<br> # B : BBS-mode.<br> # G : "Guest"-mode.<br> # U : Normal-mode.<br> # Type host-mode, one of these:<br> # D : WA8DED<br> # K : KAM hostmode. Must use ESSKAM driver.<br> # P : PK-232<br> # Q : BPQ v 4.x<br> # T : Ethernet/TCP-IP<br> # X : AX25 domain socket (for Linux)<br> # Addition: One or more of these letters can be used too:<br> # L : Send unproto beacon after each arriving mail.<br> # M : Telephone-modem.<br> # Y : Yapp allowed on this QRG.<br> # W : Gateway allowed TO this QRG.<br> # R : Modem port allowed in Read-only mode.<br> # Freq. : Text to describe this port (max 9 characters, no space)<br> #<br> # Same number of lines as TNCs:<br> #<br> #TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq<br> 1 7 1 1 230 4 1 10 30/60 UDYW 433.650<br> 2 1 3 1 80 2 1 5 17/30 GDW 15/20m<br> #<br><br> At the end of the file, you can specify one (or more) callsigns and SSIDs<br>for some channels. You might use this for special callsigns on forward-<br>channels. If you don't need this (you probably don't, at least not the first<br>times..), place an # in front of the line. This only works with WA8DED<br>interface.<br><br> # Special callsigns and modes for some channels.<br> #<br> #TNC Nbs Callsign-SSID Mode<br> 1 2 LA1B-1 B<br> #<br> # End of file.<br> #<br><br><br><br><b><big>2. Advanced setup, with more details.</big></b>
The BBS may use a special port-multiplexer so that you can have up to
4 TNCs per COM-port.
<font color="#ff0000">For DosFBB</font> you may also use other drivers like COMBIOS, MBBIOS, FBBIOS etc.<br>These drivers must be loaded BEFORE the BBS-program. You can include the<br>drivers in APPEL.BAT for convenience. It is possible to use telephone-modem<br>with the BBS. In that case the number of TNCs include the modem. The FBBIOS-<br>driver must be loaded before the BBS starts.<br><font color="#ff0000">For WinFBB</font> you do not need COMBIOS, MBBIOS, ESS or FBBIOS. They are all<br>included in FBBCOMM.DRV (interface 6).<br><br><br><font color="#ff0000">Example for WinFBB:</font>
Standard PORT.SYS with 1 TNC (COM1) with WA8DED-hostmode,
FBBCOMM.DRV-driver, 4 channels, 1 channel for outgoing forward, 1 channel
reserved for BBSs with callsign LA1B-1 :
# FBB7.00
# File for programming of channels and TNCs.
#
# Ports : How many ports (COM1, COM2, Etc...)
# TNCs : How many TNCs and modems in use. With multiplexer
# there can be up to 4 TNCs per port.
#
#Ports TNCs
1 1
#
#<font color="#ff0000">In WinFBB ONLY THESE interfaces are available:</font>
# Interface : 2 = BPQ-node (BPQ in AA4RE-mode)
# 4 = DRSI
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# 6 = Windows-driver, replaces both ESS, ESSKAM and FBBIOS.
# 7 = TCP/IP. Needs WINSOCK.DLL. Put port-address as 17.
# TNC-emulation is T (see below)
# 8 = TFWin.dll (only WinFBB32)
# BEWARE: The old interface 1 and 3 will NOT be used in WinFBB. Interface 6
# replaces both. (FBBCOMM.DRV). Neither ESS nor FBBIOS can be
# used with WinFBB !
#
<font color="#000000">#</font><font color="#ff0000">In LinFBB ONLY this interface is available:</font>
# Interface 9 = Linux. Can work via serial port (D),via AX25 domain
# socket (X) or via Telnet port (T).
#
#<font color="#ff0000">In DosFBB ONLY THESE interfaces are available:</font>
# Interface : 1 = Use external COMBIOS-driver (MBBIOS, ESS etc)
# 2 = BPQ-node v 4.05 and up (BPQ in AA4RE-mode)
# 3 = Telephone-modem with FBBIOS
# 4 = DRSI card with driver
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
#
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (device) Baud<br>1 6 3F8 9600<br>#<br># TNC : Number on TNC in use. Use 0 for file-forward !<br># NbCh : Number of channels I want to use in the TNC.<br># Maximum available channels depend on firmware.<br># Com : Number of the COM-port. Com1, Com2 etc.<br># MultCh : Number of channel if port-multiplexer is used, otherwise 1.<br># In DRSI use values from 0 to 7, by KAM use 1/VHF and 2/HF.<br># With BPQ first TNC must have MultCh 0, the next 1, etc.<br># When using kernel AF_AX25 socket in Linux, MultCh is the<br># interface name (eg: ax0)<br># Paclen : PACLEN on this TNC.<br># Maxframe: The maximum nb of frames the TNC will send at a time.<br># NbFwd : Number of channels for OUTGOING forward at same time.<br># MxBloc : Size of forward-block in kb.<br># M/P-Fwd : Minute of the hour for start of forward, and period<br># (how many minutes between each forward-start).<br># Port mode, one of these:<br># B : BBS-mode.<br># G : "Guest"-mode.<br># U : Normal-mode.<br># Type host-mode, one of these:<br># D : WA8DED<br># K : KAM hostmode. Must use ESSKAM driver.<br># P : PK-232<br># Q : BPQ v 4.x<br># T : Ethernet/TCP-IP<br># X : AX25 domain socket (for Linux)<br># Addition: One or more of these letters can be used too:<br># L : Send unproto beacon after each arriving mail.<br># M : Telephone-modem.<br># Y : Yapp allowed on this QRG.<br># W : Gateway allowed TO this QRG.<br># R : Modem port allowed in Read-only mode.<br># Freq. : Text to describe this port (max 9 characters, no space)<br>#<br># Same number of lines as TNCs:<br>#<br>#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq<br>1 4 1 1 230 4 1 10 30/60 UDYL 433.650<br>#<br># Special callsigns and modes for some channels.<br>#<br>#TNC Nbs Callsign-SSID Mode<br>1 1 LA1B-1 B<br>#<br># End of file.<br>#<br><br><font color="#ff0000">Same example for LinFBB (Linux):</font>
Standard PORT.SYS with 1 TNC (COM1) with WA8DED-hostmode,
4 channels, 1 channel for outgoing forward, 1 channel
reserved for BBSs with callsign LA1B-1 :
# FBB7.00
# File for programming of channels and TNCs.
#
# Ports : How many ports (COM1, COM2, Etc...)
# TNCs : How many TNCs and modems in use. With multiplexer
# there can be up to 4 TNCs per port.
#
#Ports TNCs
1 1
#
#<font color="#ff0000">In WinFBB ONLY THESE interfaces are available:</font>
# Interface : 2 = BPQ-node (BPQ in AA4RE-mode)
# 4 = DRSI
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# 6 = Windows-driver, replaces both ESS, ESSKAM and FBBIOS.
# 7 = TCP/IP. Needs WINSOCK.DLL. Put port-address as 17.
# TNC-emulation is T (see below)
# 8 = TFWin.dll (only WinFBB32)
# BEWARE: The old interface 1 and 3 will NOT be used in WinFBB. Interface 6
# replaces both. (FBBCOMM.DRV). Neither ESS nor FBBIOS can be
# used with WinFBB !
#
<font color="#000000">#</font><font color="#ff0000">In LinFBB ONLY this interface is available:</font>
# Interface 9 = Linux. Can work via serial port (D),via AX25 domain
# socket (X) or via Telnet port (T).
#
#<font color="#ff0000">In DosFBB ONLY THESE interfaces are available:</font>
# Interface : 1 = Use external COMBIOS-driver (MBBIOS, ESS etc)
# 2 = BPQ-node v 4.05 and up (BPQ in AA4RE-mode)
# 3 = Telephone-modem with FBBIOS
# 4 = DRSI card with driver
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
#
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (device) Baud<br>1 9 /dev/cua0 9600<br>#<br># TNC : Number on TNC in use. Use 0 for file-forward !<br># NbCh : Number of channels I want to use in the TNC.<br># Maximum available channels depend on firmware.<br># Com : Number of the COM-port. Com1, Com2 etc.<br># MultCh : Number of channel if port-multiplexer is used, otherwise 1.<br># In DRSI use values from 0 to 7, by KAM use 1/VHF and 2/HF.<br># With BPQ first TNC must have MultCh 0, the next 1, etc.<br># When using kernel AF_AX25 socket in Linux, MultCh is the<br># interface name (eg: ax0)<br># Paclen : PACLEN on this TNC.<br># Maxframe: The maximum nb of frames the TNC will send at a time.<br># NbFwd : Number of channels for OUTGOING forward at same time.<br># MxBloc : Size of forward-block in kb.<br># M/P-Fwd : Minute of the hour for start of forward, and period<br># (how many minutes between each forward-start).<br># Port mode, one of these:<br># B : BBS-mode.<br># G : "Guest"-mode.<br># U : Normal-mode.<br># Type host-mode, one of these:<br># D : WA8DED<br># K : KAM hostmode. Must use ESSKAM driver.<br># P : PK-232<br># Q : BPQ v 4.x<br># T : Ethernet/TCP-IP<br># X : AX25 domain socket (for Linux)<br># Addition: One or more of these letters can be used too:<br># L : Send unproto beacon after each arriving mail.<br># M : Telephone-modem.<br># Y : Yapp allowed on this QRG.<br># W : Gateway allowed TO this QRG.<br># R : Modem port allowed in Read-only mode.<br># Freq. : Text to describe this port (max 9 characters, no space)<br>#<br># Same number of lines as TNCs:<br>#<br>#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq<br>1 4 1 1 230 4 1 10 30/60 UDYL 433.650<br>#<br># Special callsigns and modes for some channels.<br>#<br>#TNC Nbs Callsign-SSID Mode<br>1 1 LA1B-1 B<br>#<br># End of file.<br>#<br><br><br><font color="#ff0000">Same example for DosFBB:</font>
Standard PORT.SYS with 1 TNC (COM1) with WA8DED-hostmode,
ESS-driver, 4 channels, 1 channel for outgoing forward, 1 channel
reserved for BBSs with callsign LA1B-1 :
# FBB7.00
# File for programming of channels and TNCs.
#
# Ports : How many ports (COM1, COM2, Etc...)
# TNCs : How many TNCs and modems in use. With multiplexer
# there can be up to 4 TNCs per port.
#
#Ports TNCs
1 1
#
#<font color="#ff0000">In WinFBB ONLY THESE interfaces are available:</font>
# Interface : 2 = BPQ-node (BPQ in AA4RE-mode)
# 4 = DRSI
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# 6 = Windows-driver, replaces both ESS, ESSKAM and FBBIOS.
# 7 = TCP/IP. Needs WINSOCK.DLL. Put port-address as 17.
# TNC-emulation is T (see below)
# 8 = TFWin.dll (only WinFBB32)
# BEWARE: The old interface 1 and 3 will NOT be used in WinFBB. Interface 6
# replaces both. (FBBCOMM.DRV). Neither ESS nor FBBIOS can be
# used with WinFBB !
#
<font color="#000000">#</font><font color="#ff0000">In LinFBB ONLY this interface is available:</font>
# Interface 9 = Linux. Can work via serial port (D),via AX25 domain
# socket (X) or via Telnet port (T).
#
#<font color="#ff0000">In DosFBB ONLY THESE interfaces are available:</font>
# Interface : 1 = Use external COMBIOS-driver (MBBIOS, ESS etc)
# 2 = BPQ-node v 4.05 and up (BPQ in AA4RE-mode)
# 3 = Telephone-modem with FBBIOS
# 4 = DRSI card with driver
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (device) Baud<br>1 1 3F8 9600<br>#<br># TNC : Number on TNC in use. Use 0 for file-forward !<br># NbCh : Number of channels I want to use in the TNC.<br># Maximum available channels depend on firmware.<br># Com : Number of the COM-port. Com1, Com2 etc.<br># MultCh : Number of channel if port-multiplexer is used, otherwise 1.<br># In DRSI use values from 0 to 7, by KAM use 1/VHF and 2/HF.<br># With BPQ first TNC must have MultCh 0, the next 1, etc.<br># When using kernel AF_AX25 socket in Linux, MultCh is the<br># interface name (eg: ax0)<br># Paclen : PACLEN on this TNC.<br># Maxframe: The maximum nb of frames the TNC will send at a time.<br># NbFwd : Number of channels for OUTGOING forward at same time.<br># MxBloc : Size of forward-block in kb.<br># M/P-Fwd : Minute of the hour for start of forward, and period<br># (how many minutes between each forward-start).<br># Port mode, one of these:<br># B : BBS-mode.<br># G : "Guest"-mode.<br># U : Normal-mode.<br># Type host-mode, one of these:<br># D : WA8DED<br># K : KAM hostmode. Must use ESSKAM driver.<br># P : PK-232<br># Q : BPQ v 4.x<br># T : Ethernet/TCP-IP<br># X : AX25 domain socket (for Linux)<br># Addition: One or more of these letters can be used too:<br># L : Send unproto beacon after each arriving mail.<br># M : Telephone-modem.<br># Y : Yapp allowed on this QRG.<br># W : Gateway allowed TO this QRG.<br># R : Modem port allowed in Read-only mode.<br># Freq. : Text to describe this port (max 9 characters, no space)<br>#<br># Same number of lines as TNCs:<br>#<br>#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq<br>1 4 1 1 230 4 1 10 30/60 UDYL 433.650<br>#<br># Special callsigns and modes for some channels.<br>#<br>#TNC Nbs Callsign-SSID Mode<br>1 1 LA1B-1 B<br>#<br># End of file.<br>#<br><br><font color="#ff0000">Note that the differences in the three PORT.SYS files above (for WinFBB, LinFBB</font>
<font color="#ff0000">and DosFBB) is ONLY the Interface and (for LinFBB:) the address !</font>
<b>In the next examples, all comment-lines are removed, for clarity.</b>
<font color="#ff0000">One example for WinFBB:</font>
Now an example of a file with 4 ports, 13 channels, FBBCOMM.DRV, with a
port-multiplexer on COM 1. Port 1 has limited access (guest-user), port 2 and
3 allows YAPP-transfer and port 4 uses a PK-232. Port 2 and 3 also allows
unproto-beacon-lists.
# FBB7.00
#
#Ports TNCs
1 4
#
#Com Interface Address (device) Baud
1 6 3F8 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 4 1 1 230 4 0 1 00/60 GD 433.650
2 4 1 2 230 4 1 5 10/30 UDYL 144.675
3 4 1 3 230 3 4 10 20/60 UDYWL 433.650
4 1 1 4 80 1 1 5 15/30 BP 15/20m
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<font color="#ff0000">Same example for LinFBB (Linux):</font>
Now an example of a file with 4 ports, 13 channels, with a
port-multiplexer on COM 1. Port 1 has limited access (guest-user), port 2 and
3 allows YAPP-transfer. Port 2 and 3 also allows unproto-beacon-lists.
This example is really no good for LinFBB, as port 4 uses a PK-232 which is
not supported by LinFBB (yet ?). But if it ever will be, it will probably
look something like this:
# FBB7.00
#
#Ports TNCs
1 4
#
#Com Interface Address (device) Baud
1 9 /dev/cua0 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 4 1 1 230 4 0 1 00/60 GD 433.650
2 4 1 2 230 4 1 5 10/30 UDYL 144.675
3 4 1 3 230 3 4 10 20/60 UDYWL 433.650
4 1 1 4 80 1 1 5 15/30 BP 15/20m
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<font color="#ff0000">Same example for DosFBB:</font>
Now an example of a file with 4 ports, 13 channels, ESS-driver, with a
port-multiplexer on COM 1. Port 1 has limited access (guest-user), port 2 and
3 allows YAPP-transfer and port 4 uses a PK-232. Port 2 and 3 also allows
unproto-beacon-lists.
# FBB7.00
#
#Ports TNCs
1 4
#
#Com Interface Address (device) Baud
1 1 3F8 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 4 1 1 230 4 0 1 00/60 GD 433.650
2 4 1 2 230 4 1 5 10/30 UDYL 144.675
3 4 1 3 230 3 4 10 20/60 UDYWL 433.650
4 1 1 4 80 1 1 5 15/30 BP 15/20m
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<font color="#ff0000">Note that the difference in the 3 PORT.SYS files above (for WinFBB, CFBB</font>
<font color="#ff0000">and DosFBB) is ONLY the Interface and /for LinFBB:) the address !</font>
Next an example of a file with 4 ports, 13 channels.
<font color="#ff0000">This one is for DosFBB, but it is identical for WinFBB, with the exception</font>
<font color="#ff0000">of interface, which must be changed to 6 for WinFBB. </font>
# FBB7.00
#
#Ports TNCs
4 4
#
#Com Interface Address (device) Baud
1 1 3f8 9600
2 1 2f8 9600
3 1 3e8 9600
4 1 2e8 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 4 1 1 230 4 0 1 00/60 GD 433.650
2 4 2 1 230 4 1 5 10/30 UDY 144.675
3 4 3 1 230 3 4 10 20/60 UDYW 433.650
4 1 4 1 80 1 1 5 15/30 BP 15/20m
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<font color="#ff0000">Same example for LinFBB (Linux):</font>
# FBB7.00
#
#Ports TNCs
4 4
#
#Com Interface Address (device) Baud
1 9 /dev/cua0 9600
2 9 /dev/cua1 9600
3 9 /dev/cua2 9600
4 9 /dev/cua3 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 4 1 1 230 4 0 1 00/60 GD 433.650
2 4 2 1 230 4 1 5 10/30 UDY 144.675
3 4 3 1 230 3 4 10 20/60 UDYW 433.650
4 1 4 1 80 1 1 5 15/30 BP 15/20m
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<big><b>2.1 For BPQ:</b></big>
<a name="BPQ"><!-- --></a>Now an example of a file with 2 ports with BPQ-node and 4 channels on <br>each port. Note that MultCh starts with 0 on first port !<br><font color="#ff0000">This one is 100% identical for DosFBB and WinFBB !</font>
<font color="#ff0000">This one is not possible for LinFBB as BPQ cannot be run in Linux.</font>
BPQ must be correctly installed for DOS or WINDOWS (respectively) before
it can be used with FBB.
# FBB7.00
#
#Ports TNCs
1 2
#
#Com Interface Address (device) Baud
8 2 0 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 4 8 0 230 4 1 1 00/60 UQY 433.650
2 4 8 1 230 4 1 5 10/60 UQY 144.675
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
Note that I use COM8. This is because this is a "virtual" port, and if I use
for example COM2, I will not be able to use COM2 for other purposes.<br>
<big><b>2.2 For DRSI:</b></big>
<a name="DRSI"><!-- --></a>Next an example of a file with 1 DRSI-card and 8 channels, max 1 channel on<br>HF. As for BPQ, <font color="#ff0000">this one is 100% identical for DosFBB and WinFBB !</font>
# FBB7.00
#
#Ports TNCs
1 2
#
#Com Interface Address (device) Baud
8 4 0 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 8 8 0 230 4 1 10 00/60 UDY 433.650
2 1 8 1 80 2 1 10 30/60 GDW HF
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<font color="#ff0000">Same example for LinFBB (Linux):</font>
A file with 1 DRSI-card and 8 channels, max 1 channel on HF.
This example needs z8530drv by DL1BKE properly installed!
# FBB7.00
#
#Ports TNCs
1 2
#
#Com Interface Address (device) Baud
8 9 **** 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
1 8 8 scc0 230 4 1 10 00/60 XUY 433.650
2 1 8 scc1 80 2 1 10 30/60 XGW HF
#
#TNC Nbs Callsign-SSID Mode
#1 1 LA1B-1 B
#
# End of file.
#
<font color="#ff0000">Last, SM6TKY's own (big) setup for Linux :</font>
Standard kernel AF_AX25 socket, 7 interfaces, 42 channels, 1 interface for
file forward, 1 interface to a KISS TNC (ax0), 2 interfaces to a PA0HZP
compatible SCC card (scc0 & scc1), 1 interface to Pseudo-TTY loopback
for LinuxNode (ax2), 1 interface for EtherBPQ (bpq0), and 1 interface to
NET/ROM in kernel (nr1).
# FBB7.00
# File for programming of channels and TNCs.
#
# Ports : How many ports (COM1, COM2, Etc...)
# TNCs : How many TNCs and modems in use. With multiplexer
# there can be up to 4 TNCs per port.
#
#Ports TNCs
1 6
#
#<font color="#ff0000">In WinFBB ONLY THESE interfaces are available:</font>
# Interface : 2 = BPQ-node (BPQ in AA4RE-mode)
# 4 = DRSI
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# 6 = Windows-driver, replaces both ESS, ESSKAM and FBBIOS.
# 7 = TCP/IP. Needs WINSOCK.DLL. Put port-address as 17.
# TNC-emulation is T (see below)
# 8 = TFWin.dll (only WinFBB32)
# BEWARE: The old interface 1 and 3 will NOT be used in WinFBB. Interface 6
# replaces both. (FBBCOMM.DRV). Neither ESS nor FBBIOS can be
# used with WinFBB !
#
<font color="#000000">#</font><font color="#ff0000">In LinFBB ONLY this interface is available:</font>
# Interface 9 = Linux. Can work via serial port (D),via AX25 domain
# socket (X) or via Telnet port (T).
#
#<font color="#ff0000">In DosFBB ONLY THESE interfaces are available:</font>
# Interface : 1 = Use external COMBIOS-driver (MBBIOS, ESS etc)
# 2 = BPQ-node v 4.05 and up (BPQ in AA4RE-mode)
# 3 = Telephone-modem with FBBIOS
# 4 = DRSI card with driver
# 5 = TFPCR/TFPCX interface. Interrupt MUST be 0xFD or the same
# as stated in INIT.SRV, if any..
# Address : Address of port in hexadecimal (Needed for multiplexer).
# <font color="#ff0000">In LinFBB:</font>
<font color="#000000">#</font><font color="#ff0000"> </font> Address is the device name (/dev/cua0).<br># Be sure you have the rights to access to the device (rw-rw-rw-).<br># When using kernel AF_AX25 socket, address is not used.<br># When using Telnet, address is the Telnet port in Hex (Hex 17 = Telnet port 23)<br># Baud : Ports baud rate. Ignored by BPQ, kernel AF_AX25 socket and Telnet.<br>#<br># Use same number of lines as number of ports.<br>#<br>#Com Interface Address (device) Baud<br> 1 9 **** 9600<br>#<br># TNC : Number on TNC in use. Use 0 for file-forward !<br># NbCh : Number of channels I want to use in the TNC.<br># Maximum available channels depend on firmware.<br># Com : Number of the COM-port. Com1, Com2 etc.<br># MultCh : Number of channel if port-multiplexer is used, otherwise 1.<br># In DRSI use values from 0 to 7, by KAM use 1/VHF and 2/HF.<br># With BPQ first TNC must have MultCh 0, the next 1, etc.<br># When using kernel AF_AX25 socket in Linux, MultCh is the<br># interface name (eg: ax0)<br># Paclen : PACLEN on this TNC.<br># Maxframe: The maximum nb of frames the TNC will send at a time.<br># NbFwd : Number of channels for OUTGOING forward at same time.<br># MxBloc : Size of forward-block in kb.<br># M/P-Fwd : Minute of the hour for start of forward, and period<br># (how many minutes between each forward-start).<br># Port mode, one of these:<br># B : BBS-mode.<br># G : "Guest"-mode.<br># U : Normal-mode.<br># Type host-mode, one of these:<br># D : WA8DED<br># K : KAM hostmode. Must use ESSKAM driver.<br># P : PK-232<br># Q : BPQ v 4.x<br># T : Ethernet/TCP-IP<br># X : AX25 domain socket (for Linux)<br># Addition: One or more of these letters can be used too:<br># L : Send unproto beacon after each arriving mail.<br># M : Telephone-modem.<br># Y : Yapp allowed on this QRG.<br># W : Gateway allowed TO this QRG.<br># R : Modem port allowed in Read-only mode.<br># Freq. : Text to describe this port (max 9 characters, no space)<br>#<br># Same number of lines as TNCs:<br>#<br>#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq<br> 0 0 0 0 0 0 0 0 00/01 ---- File-fwd.<br> 1 8 1 ax0 250 7 2 10 30/01 XUWYL ax0<br> 2 8 1 scc0 250 7 2 10 30/01 XUWYL scc0<br> 3 8 1 scc1 250 7 2 10 30/01 XUWYL scc1<br> 4 8 1 ax2 250 7 2 10 30/01 XUY Loopback<br> 5 8 1 bpq0 250 7 2 10 30/01 XUWYL bpqether<br> 6 2 1 nr1 250 7 2 10 30/01 XUY netrom<br>#<br># Special callsigns and modes for some channels.<br>#<br>#TNC Nbs Callsign-SSID Mode<br>1 2 XXXXX-1 B<br>#<br># End of file.<br>#<br><br><br><br>
<font color="#800000">This page was last updated 17-Apr-99</font>
</pre>
</body>
</html>
|