| Next revision | Previous revision |
| packet:linbpq-sample-config [2023/04/03 22:16] – created m0lte | packet:linbpq-sample-config [2024/10/25 15:26] (current) – removed m0lte |
|---|
| Below is the config for GB7OUK for reference [with some personal info removed] doesn't mean it's right :) it's just what it is | |
| |
| <code> | |
| ; FH BBS config File | |
| |
| SIMPLE ; This set a whole load of paramters to reasonable defaults | |
| NODECALL=GB##UK ; Default node callsign | |
| NODEALIAS=ALIAS | |
| LOCATOR=IO92pb ; Defailt node location | |
| LINMAIL ; Enable BBS | |
| LINCHAT | |
| IDINTERVAL=30 ; UI broadcast interval (minutes) | |
| IDMSG: ; UI broadcast text | |
| OARC Prototype Node - packet.oarc.uk. Connect to GB7OUK. | |
| *** | |
| |
| CTEXT: ; Connect Message | |
| Welcome to the Online Amateur Radio Community Prototype Node. | |
| https://packet.oarc.uk | |
| Local Commands> BBS CHAT CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD | |
| *** | |
| |
| BTINTERVAL=30 ; Beacon interval (minutes) | |
| BTEXT: ; Beacon text | |
| OARC Prototype Node - packet.oarc.uk. Connect to GB7OUK. | |
| *** | |
| |
| INFOMSG: ; Text for INFO command | |
| This is the BPQ32 Node for the Francis Hennigan. | |
| Sysop GB7OUK. | |
| Type BBS to connect to the BBS. | |
| *** | |
| |
| TNCPORT ; Host Port | |
| COMPORT=/home/fin/linbpq/com10 ; Serial connection (created by BPQ) | |
| TYPE=TNC2 ; TNC2,KANT,SCS,DED | |
| APPLNUM=32 ; Last Application | |
| APPLFLAGS=6 ; Display Connected Message | |
| ENDPORT | |
| |
| ;********** Port 1 ********** | |
| PORT | |
| PORTNUM=1 ; Port number | |
| ID=144.950 MHz 1200 bps ; PORTS command text | |
| TYPE=ASYNC ; RS232 connection | |
| COMPORT=/dev/ttyACM0 ; Serial port | |
| SPEED=57600 ; Serial port speed | |
| PROTOCOL=KISS ; KISS protocol | |
| KISSOPTIONS=PITNC,NOPARAMS ; KISS options for TNC | |
| CHANNEL=A ; TNC channel | |
| MAXFRAME=2 ; Max outstanding frames | |
| FRACK=7000 ; Level 2 timeout (ms) | |
| RESPTIME=1000 ; Level 2 delayed ACK (ms) | |
| RETRIES=10 ; Level 2 max retries | |
| PACLEN=236 ; Max packet length (bytes) | |
| TXDELAY=500 ; Transmit keyup delay (ms) | |
| SLOTTIME=100 ; CMSA interval timer (ms) | |
| PERSIST=64 ; Persistence (256/(# transmis> | |
| QUALITY=200 | |
| MINQUAL=1 | |
| NODESINTERVAL=15 | |
| ENDPORT | |
| ;********** Port 2 ********** | |
| PORT | |
| PORTNUM=2 ; Port number | |
| ID=Telnet Server ; PORTS command text | |
| DRIVER=TELNET ; TCP/IP connection | |
| CONFIG ; Driver specific configuration from here to ENDPORT | |
| LOGGING=1 ; Log all connections | |
| DisconnectOnClose=1 ; Disconnect on close | |
| CMDPORT 63000 | |
| TCPPORT=8010 ; Port for telnet connections | |
| FBBPORT=8011 ; Port for FBB protocol BBS connections | |
| HTTPPORT=8008 ; Port for web interface | |
| LOGINPROMPT=user: ; Telnet login prompt | |
| PASSWORDPROMPT=password: ; Telnet password prompt | |
| LOCALECHO=NO ; Do not echo input | |
| MAXSESSIONS=10 ; Maxmimum simultaneous connections | |
| CTEXT=FH BPQ32 Telnet Server\nEnter ? for list of commands\n\n ; Telnet connect message | |
| USER=fin,fin,GB7OUK,NODE,SYSOP ; Telnet user | |
| ENDPORT | |
| |
| ;*********** PORT 3 ************ | |
| PORT | |
| PORTNUM=3 | |
| ID=AXIPUDP | |
| DRIVER=BPQAXIP ; Uses BPQAXIP.DLL | |
| QUALITY=200 ; Quality factor applied to node broadcasts heard on | |
| MINQUAL=0 ; Entries in the nodes table with qualities greater or | |
| MAXFRAME=7 ; Max outstanding frames (1 thru 7) | |
| FRACK=7000 ; Level 2 timout in milliseconds | |
| RESPTIME=1000 ; Level 2 delayed ack timer in milliseconds | |
| RETRIES=10 ; Level 2 maximum retry value | |
| UNPROTO=ID ; BTEXT broadcast addrs format: DEST[,digi1[,digi2]] | |
| CONFIG | |
| UDP 10094 ;Listens for UDP packets on this UDP port number | |
| UDP 10095 | |
| UDP 10096 | |
| UDP 10097 | |
| UDP 10098 | |
| MHEARD on | |
| BROADCAST NODES | |
| BROADCAST ID | |
| MAP N0CALL IP.IP.IP.IP UDP 10094 B | |
| ENDPORT | |
| |
| |
| ;********** Applications ********** | |
| APPLICATION 1,BBS,,GB7OUK-1,BBS,255 ; BBS Application | |
| APPLICATION 2,CHAT,,GB7OUK-2,CHAT,255 | |
| APPLICATION 32,TALK,,GB7OUK</code> | |
| |