¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Howto: get a msg that has failed to forward to try again

 

I¡¯ll try that, thanks


Re: Mapping Problems & resolution

 

Greg,

I think there may be more to removing a forwarding partner than simply removing his MAP entry. You probably should remove his Forwarding? and User records as well. And, removing him from your netrom network cache wouldn't hurt either.

Here's how I would remove him from the network cache.

1. Shut down bpq
2. Go to the linbpq directory
3a. Edit the file BPQNODES.dat and remove all instances of the former partner
or
3b. Completely remove the BPQNODES.dat file
4. restart bpq

BPQNODES.dat is the backup file that is written periodically by bpq. It's purpose is to immediately populate the netrom nodes list upon bpq bootup. If you simply delete the file as in step 3B, bpq will utimately rebuild the file once it has had enough time to rebuild its nodes list.

73, Mark, N2MH


Re: Howto: get a msg that has failed to forward to try again

 

On 6/12/24 16:26, Jim - KI0BK via groups.io wrote:
I¡¯m trying to forward a msg type P to a link partner, when it failed, it set status to N (not forwarded)
how can I get it to try again after making a change to my forwarding Parameters?
on linBPQ
Jim KI0BK
Hi, Jim:

Did you try:
Log on to the BBS as a SYSOP user and enter
reroutemsgs

73, Chuck


Re: Howto: get a msg that has failed to forward to try again

 

Perhaps it is this, Since the forward P to many was added I noticed that the PN indicator does not change, tho it does in fact forward to many as is witnessed in the logs.

Not sure if there is anything that can be done to that but just noting an observation.? Just throwing it out there.


Re: Howto: get a msg that has failed to forward to try again

 

If it is showing as queued on the forwarding record simply click on Start Forwarding.

If you changed the parameters so that it should forward to a different partner then go to Mail Mgmt, Messages, then click on the call of the station you want it to forward to, changing the box to yellow, then Save.? Start forwarding from the Mail Mgmt, Forwarding screen as above.


Howto: get a msg that has failed to forward to try again

 

I¡¯m trying to forward a msg type P to a link partner, when it failed, it set status to N (not forwarded)
how can I get it to try again after making a change to my forwarding Parameters?
on linBPQ
Jim KI0BK?


Re: 64bit version ?

 

¿ªÔÆÌåÓý

There aren't 64 bit versions of bpq32.dll, BPQMail.exe or BPQChat.exe.

It is possible to build LinBPQ for Windows in either 32 or 64 bit versions.

73, John

On 12/06/2024 16:30, Marco Di Martino wrote:

Hi all,

I was snopping around into my partners' nodes and I found this:

BEDNOD:GB7BED-5} Version 6.0.24.33 (64 bit)?

Is there a 64bit version for Windows ? I did some reasearches in the mail archive, but I couldn't find anything related.
Thanks.
73 de iw2ohx


64bit version ?

 

Hi all,

I was snopping around into my partners' nodes and I found this:

BEDNOD:GB7BED-5} Version 6.0.24.33 (64 bit)?

Is there a 64bit version for Windows ? I did some reasearches in the mail archive, but I couldn't find anything related.
Thanks.
73 de iw2ohx


Re: Having trouble configuring LinBPQ on Raspberry PI

 

use crontab

@reboot /root/bpq/run.sh

--------

run.sh?
#!/bin/bash
#
cd /root/bpq
if pgrep -x "linbpq" > /dev/null
then
? ? kill $(pgrep -x "linbpq")
fi
sleep 10
./linbpq >/dev/null 2>/dev/null &

--------------

You can also do a linbpq restart every 6 hours

0 */6 * * * /root/bpq/run.sh

-----------------

There are many Linux distros that do not use systemd
The best option is to use crontab?

?

73


Re: Having trouble configuring LinBPQ on Raspberry PI

 

The other copy of linbpq that is running might have been started as a service.

Check /etc/systemd and look for any likely suspects. e.g. bpq.service or linbpq.service etc.

Also, run the following command.

systemctl list-units --type=service

You may need to scroll up/down the output to locate the instance.

Tom G0JSV


Re: Having trouble configuring LinBPQ on Raspberry PI

 

¿ªÔÆÌåÓý

As Todd has has mentioned Alias is limited to 6 char but it also can't include a - character.

Bind Error 98 almost always means you have another copy of linbpq running.

73,
John G8BPQ

On 11/06/2024 21:20, Adrian Lane wrote:

This is the error I am getting, any help would be appreciated.

pi@raspberrypi:~ $ cd linbpq
pi@raspberrypi:~/linbpq $ sudo ./linbpq
G8BPQ AX25 Packet Switch System Version 6.0.24.38 January 2024
Copyright ? 2001-2024 John Wiseman G8BPQ
Current Directory is /home/pi/linbpq
Log Directory is /home/pi/linbpq
Making Directory /home/pi/linbpq/logs
Configuration file Preprocessor.
Using Configuration file /home/pi/linbpq/bpq32.cfg
SSID out of range, must be between 0 and 15
NFD-NODE

NODEALIAS=NFD-NODE?
Conversion (probably) successful

PORTS 0x2babd0 LINKS 0x2bc920 DESTS 0x2bfc20 ROUTES 0x2c61b0 L4 0x2c7bb0 BUFFERS 0x2ce7e0

Route/Node recovery file BPQNODES.dat not found - Continuing without it
Initialising Port 01 ? ? Telnet Server bind(sock) failed port 8010 Error 98
bind(sock) failed port 8011 Error 98
bind(sock) failed port 8080 Error 98

Initialising Port 02 ? ? ASYNC /dev/ttyACM0 Chan A?


Re: Having trouble configuring LinBPQ on Raspberry PI

 

First, nodealias is limited to six (6) characters. Try changing NODEALIAS
to NFDNOD and see if that clears the error. This is likely the issue
Todd


73, de Todd N7TRY


On Tue, Jun 11, 2024 at 1:20?PM Adrian Lane via <adylane=[email protected]> wrote:
This is the error I am getting, any help would be appreciated.

pi@raspberrypi:~ $ cd linbpq
pi@raspberrypi:~/linbpq $ sudo ./linbpq
G8BPQ AX25 Packet Switch System Version 6.0.24.38 January 2024
Copyright ? 2001-2024 John Wiseman G8BPQ
Current Directory is /home/pi/linbpq
Log Directory is /home/pi/linbpq
Making Directory /home/pi/linbpq/logs
Configuration file Preprocessor.
Using Configuration file /home/pi/linbpq/bpq32.cfg
SSID out of range, must be between 0 and 15
NFD-NODE

NODEALIAS=NFD-NODE?
Conversion (probably) successful

PORTS 0x2babd0 LINKS 0x2bc920 DESTS 0x2bfc20 ROUTES 0x2c61b0 L4 0x2c7bb0 BUFFERS 0x2ce7e0

Route/Node recovery file BPQNODES.dat not found - Continuing without it
Initialising Port 01 ? ? Telnet Server bind(sock) failed port 8010 Error 98
bind(sock) failed port 8011 Error 98
bind(sock) failed port 8080 Error 98

Initialising Port 02 ? ? ASYNC /dev/ttyACM0 Chan A?


VARA on seperate platform and autostart

 

I am in the planning stages of adding VARA to an up and running LinBPQ site that is using Direwolf for VHF. Our intention is to use a CAT controlled radio that has yet to be acquired. On my test system at home, I have VARA, Flrig, hamlib and of course Wine on a Pi 4B. I have successfully controlled my IC-7300 from a test version of LinBPQ running on a Pi 3. I have also used the same instance of VARA with Pat from other platforms, both Linux and Windows.

It would be simpler and less disruptive to add VARA to the live site by adding a second Pi with VARA and friends already configured. Then, all I would have to do is add the VARA Radio and Port to the existing version of LinBPQ. That leads to two questions:

  • Is running separate platforms an acceptable solution? Is there and upside or downside or is this neutral other than expense.
  • How do you autostart VARA, FLRIG and Hamlib? This has to be tackled regardless. I¡¯m using the systemd method on our live site.

I appreciate the help I have recieved here in the past. This project is moving slowly because we don't have internet at the site but it is coming.

Dave Menges


Re: problems connecting Winlink

 

Problem Solve.

73 de Jean

VA2OM / VE2PKT

On 2024-06-09 19:50, Jean L¨¦tourneau via groups.io wrote:

Any one else have this error?


23:40:16 10 *** [1] Secure login failed - account password does not match. - Disconnecting (166.62.170.54)<cr>
23:40:17 10 *** Protocol Error - Line should start with 'F'<cr>


-


Re: Rigcontrol Across Two Ports

 

Thank you John,?

I did have INTERLINK=1 in both ports but I moved the line up under the Driver line in the?
ARDOP port, same location it is in on the VARA HF port, works fine now.

Glenn/N3MEL


Re: Rigcontrol Across Two Ports

 

¿ªÔÆÌåÓý

Glenn,

Have you set the same INTERLOCK value on the VARA and ARDOP ports? That is how BPQ knows they share a radio.

73,
John

On 09/06/2024 19:39, N3MEL - Glenn wrote:

Setup here:?
Pi4 running pilinbpq?w/WinmorControl?over to IC-7300, VARA HF, 300bd & ARDOP on a Windows machine.

Rigcontrol?is configured in the VARA HF port? #5

ARDOP is port #12

I can not get the RADIO command to work on the ARDOP port from the forwarding script, the system reports "port not found"

ATT 12
RADIO 3.596 USB 3
port not found

Any help would be appreciated, please.



--
Apologies for any grammar?or spelling errors!
--
73 de Glenn N3MEL
(FRNPA) 1st Responders Network of Pa
PKT:145.090 &?VARA HF:3.596?WL2K:145.670
Emergency Coordinator
Chester County ARES/RACES


Re: Mapping Problems & resolution

 

Current Config file - Original config only differed by having the silent key station listing in mapping...

=======Config File Start Paste======
; Configuration sets created by Greg N3BYR

;SIMPLE ? ? ? ? ? ? ; This set a whole load of paramters to reasonable defaults

BBS=1
BTINTERVAL=60
BUFFERS=999
C_IS_CHAT=1
FULL_CTEXT=1
HIDENODES=0
IDINTERVAL=15
IDLETIME=900
L3TIMETOLIVE=25
L4DELAY=10
L4RETRIES=3
L4TIMEOUT=60
L4WINDOW=4
ENABLE_LINKED=A
MAXCIRCUITS=128
MAXNODES=250
MAXHOPS=4
MAXLINKS=64
MAXROUTES=64
MAXRTT=90
MINQUAL=150
NODE=1
NODESINTERVAL=0
OBSINIT=6
OBSMIN=5
PACLEN=236
AUTOSAVE=1
SAVEMH=1
T3=180


;EXCLUDE= ? ? ? ? ; The banned list

LOCATOR=EM82DN ? ? ? ??
MAPCOMMENT=Mid GA Data Network (ARES)<BR>Access: RMS, BBS, CHAT, WEB, AREDN<BR>VHF Station 65w @ 45' AGL<BR> HF Station 65w @ 12' NVIS<BR>VHF: 145.030Mhz 1200 Packet 24/7<BR> HF: 14.105LSB/7.104LSB Mhz 300 Packet Day/Night<BR> VARA: HF dial 14.1017USB/7.104LSB N3BYR-10 RMS Gateway<BR>Solar Powered Station @ 415' ASL<BR>
NODECALL=N3BYR-7 ? ?; Default Node Callsign
NODEALIAS=WARTWN


IDINTERVAL=30
IDMSG:
MidGAData Network - EM82DN - HF/VHF - SSID -10 RMS, -12 CHAT, -1 BBS, -7 DIGI/SWITCH - VARA/PKT
***
INFOMSG:
Welcome to the Middle Georgia Data Netowrk and Tri-County ARES.
This station is operated and hosted by N3BYR in Warner Robins, GA
and node connections are available 24/7. Due to local WX Condx. the
node will occasionally shift to either a WX antenna system or suspend
operation. SYSOP can be contacted via N3BYR@... or you
can visit www.n3byr.com for more information.
***

CTEXT:
Welcome to the ARES & Mid GA Data Network hosted by N3BYR. www.n3byr.com for more information.
***




PORT ? ? ? ? ? ? ? ? ; Telnet Port
? ? PORTNUM=1 ? ?
? ? HIDE=1
? ? ID=Telnet Server
? ? DRIVER=TELNET
? ? CONFIG
? ? LOGGING=1
? ? CMS=1 ; Enable CMS Gateway
? ? CMSCALL=N3BYR
? ? CMSPASS=*** ; Secure CMS Password
? ? HTTPPORT=8090 ; Port used for Web Management
? ? TCPPORT=8010 ; Port for Telnet Access
? ? FBBPORT=8011 ; Not required, but allows monitoring using BPQTermTCP
? ? CMDPORT=63004 ;63008
? ? MAXSESSIONS=12
? ? FALLBACKTORELAY=1
? ? ?RELAYHOST=127.0.0.1
? ? ?RELAYAPPL=BBS
? ? CloseOnDisconnect=1 ; Close Telent Session when Node disconnects
? ? USER=*
? ? USER=*
? ? USER=*
? ? USER=*
? ? USER=*
? ? USER=*
? ??
ENDPORT

PORT ? ? ? ? ? ? ? ? ; KAM TNC
? ? ? ? PORTNUM=2 ? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ID=VHF Packet Station 1200bps ? ; Displayed by PORTS command
? ? ? ? TYPE=ASYNC ? ? ? ? ? ? ? ? ? ? ?; Port is RS232
? ? ? ? PROTOCOL=KISS ? ? ? ? ? ? ? ? ; TNC is used in KISS or JKISS mode
? ? ? ? FULLDUP=0 ? ? ? ? ? ? ? ? ? ? ? ; Only meaningful for KISS or JKISS devices
? ? ? ? COMPORT=COM3
? ? ? ? SPEED=9600 ? ? ? ? ? ? ? ? ? ? ?; RS232 COM PORT SPEED
? ? ? ? CHANNEL=A ? ? ? ? ? ? ? ? ? ? ? ; A for single channel TNC, A or B for multichannel
? ? ? ? PERSIST=64 ? ? ? ? ? ? ? ? ? ? ?; PERSIST=256/(# of transmitters-1)
? ? ? ? SLOTTIME=100 ? ? ? ? ? ? ? ?; CMSA interval timer in milliseconds
? ? ? ? TXDELAY=400 ? ? ? ? ? ? ? ? ; Transmit keyup delay in milliseconds
? ? ? ? TXTAIL=50 ? ? ? ? ? ? ? ? ? ? ? ; TX key down, in milliseconds, at packet end
? ? ? ? MINQUAL=236 ? ? ? ? ? ? ? ? ; Only broadcast essential nodes
? ? ? ? QUALITY=90 ? ? ? ? ? ? ? ? ?; Quality factor applied to node broadcasts heard on
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; this port, unless overridden by a locked route
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; entry. Setting to 0 stops node broadcasts
? ? ? ? FRACK=7000 ? ? ? ? ? ? ? ? ? ? ?; Level 2 timout in milliseconds
? ? ? ? RESPTIME=1500 ? ? ? ? ? ? ? ; Level 2 delayed ack timer in milliseconds
? ? ? ? RETRIES=5 ? ? ? ? ? ? ? ? ? ? ?; Level 2 maximum retry value
? ? ? ? MAXFRAME=3 ? ? ? ? ? ? ? ? ? ? ?; Max outstanding frames (1 thru 7)
? ? ? ? PACLEN=128 ? ? ? ? ? ? ? ? ? ? ?; Default max packet length for this port.
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; PACLEN is ignored for APRS packets
? ? ? ? BCALL= ? ? ? ? ? ? ? ?; BTEXT call. unstated defaults to APPL1CALL
? ? ? ? L3ONLY=0 ? ? ? ? ? ? ? ? ? ? ? ?; 1=No user downlink connects on this port
? ? ? ? DIGIFLAG=1 ? ? ? ? ? ? ? ? ? ? ?; Digipeat: 0=OFF, 1=ALL, 255=UI Only
? ? ? ? DIGIPORT=0 ? ? ? ? ? ? ? ? ? ? ?; Port on which to send digi'd frames (0 = same port)
? ? ? ? USERS=10 ? ? ? ? ? ? ? ? ? ? ? ?; Maximum number of L2 sessions, 0 = no limit
? ? ? ? UIONLY=0 ? ? ? ? ? ? ? ? ? ? ? ?; If set to 1 will stop any connects on this port ie it can only be used for UNPROTO traffic, such as APRS.
? ? ? ? WL2KREPORT PUBLIC, server.winlink.org, 8085, N3BYR, EM82DN, 00-23, 145030000, PKT1200, 50, 50, 9, 0 ? ? ? ? ? ? ? ? ? ? ? ? ?
ENDPORT

PORT ? ? ? ? ? ? ? ? ; KAM TNC
? ? ? ? PORTNUM=3 ? ? ? ? ? ? ? ? ? ? ? ; Optional but sets port number if stated
? ? ? ? INTERLOCK=1 ? ? ? ? ? ? ? ? ? ? ; This radio also used for VARA
? ? ? ? ID=HF Packet Station 300bps ? ?; Displayed by PORTS command
? ? ? ? TYPE=ASYNC ? ? ? ? ? ? ? ? ? ? ?; Port is RS232
? ? ? ? PROTOCOL=KISS ? ? ? ? ? ? ? ? ; TNC is used in KISS or JKISS mode
? ? ? ? FULLDUP=0 ? ? ? ? ? ? ? ? ? ? ? ; Only meaningful for KISS or JKISS devices
? ? ? ? COMPORT=COM3
? ? ? ? SPEED=9600 ? ? ? ? ? ? ? ? ? ? ?; RS232 COM PORT SPEED
? ? ? ? CHANNEL=B ? ? ? ? ? ? ? ? ? ? ? ; A for single channel TNC, A or B for multichannel
? ? ? ? PERSIST=64 ? ? ? ? ? ? ? ? ? ? ?; PERSIST=256/(# of transmitters-1)
? ? ? ? SLOTTIME=100 ? ? ? ? ? ? ? ?; CMSA interval timer in milliseconds
? ? ? ? TXDELAY=400 ? ? ? ? ? ? ? ? ; Transmit keyup delay in milliseconds
? ? ? ? TXTAIL=50 ? ? ? ? ? ? ? ? ? ? ? ; TX key down, in milliseconds, at packet end
? ? ? ? MINQUAL=236 ? ? ? ? ? ? ? ? ; Only broadcast essential nodes
? ? ? ? QUALITY=90 ? ? ? ? ? ? ? ? ?; Quality factor applied to node broadcasts heard on
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; this port, unless overridden by a locked route
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; entry. Setting to 0 stops node broadcasts
? ? ? ? FRACK=7000 ? ? ? ? ? ? ? ? ? ? ?; Level 2 timout in milliseconds
? ? ? ? RESPTIME=1500 ? ? ? ? ? ? ? ; Level 2 delayed ack timer in milliseconds
? ? ? ? RETRIES=5 ? ? ? ? ? ? ? ? ? ? ?; Level 2 maximum retry value
? ? ? ? MAXFRAME=3 ? ? ? ? ? ? ? ? ? ? ?; Max outstanding frames (1 thru 7)
? ? ? ? PACLEN=32 ? ? ? ? ? ? ? ? ? ? ?; Default max packet length for this port.
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; PACLEN is ignored for APRS packets
? ? ? ? BCALL= ? ? ? ? ? ? ? ; BTEXT call. unstated defaults to APPL1CALL
? ? ? ? L3ONLY=0 ? ? ? ? ? ? ? ? ? ? ? ?; 1=No user downlink connects on this port
? ? ? ? DIGIFLAG=0 ? ? ? ? ? ? ? ? ? ? ?; Digipeat: 0=OFF, 1=ALL, 255=UI Only
? ? ? ? DIGIPORT=0 ? ? ? ? ? ? ? ? ? ? ?; Port on which to send digi'd frames (0 = same port)
? ? ? ? USERS=10 ? ? ? ? ? ? ? ? ? ? ? ?; Maximum number of L2 sessions, 0 = no limit
? ? ? ? UIONLY=0 ? ? ? ? ? ? ? ? ? ? ? ?; If set to 1 will stop any connects on this port ie it can only be used for UNPROTO traffic, such as APRS.
? ? ? ? ? ? ? ? ? ? ? ? ??
ENDPORT

PORT
?PORTNUM=4
?ID=Network Links AREDN/WAN
?DRIVER=BPQAXIP
?QUALITY=200
?MAXFRAME=4
?FRACK=7000
?RESPTIME=1000
?RETRIES=10
?PACLEN=120
?CONFIG
?UDP 10093 ? ? ? ? ? ? ? ? # Optional. Enables UDP support, and defines the port
? ? ? ? ? ? ? ? ? ? ? ? ? ?# AX.IP listens on. You can specify more than one
? ? ? ? ? ? ? ? ? ? ? ? ? ?# UDP line if you need to listen on more than one port
?MHEARD ? ? ? ? ? ? ? ? ? ?# Optional - opens a window to display a "Heard List"?
?BROADCAST NODES
?MAP KA4KKF UDP 10093 B
?MAP W9IKU UDP 10093 B
?MAP KD4WLE UDP 10093 B
?MAP KK4DIV-7 UDP 10093 B
?MAP NC8Q-7 UDP 10093 B
?MAP KA3VSP-7 UDP 10093 B
?MAP KE4QCM-7 UDP 10093 B
ENDPORT




PORT
?PORTNUM=5
?ID=VARA HF
?DRIVER=VARA
?INTERLOCK=1
?CONFIG
?ADDR 127.0.0.1 8300 PTT CI-V PATH C:\VARA\VARA.exe
?BW2300
?RIGCONTROL
? COM4 9600 ICOM IC718 5Eh
? 00:00
? 60,7.1006,USB

??
?****

?WL2KREPORT PUBLIC, server.winlink.org, 8085, N3BYR-10, EM82DN, 00-23, 7102200, VARA, 65, 12, 0, 0

ENDPORT





; WINLINK REPORT STATMENT **REFERENCE **
; WL2KREPORT Service, Host, Port, Callsign, Locator, Hours, Freq, Mode, Power, Ant Height, Ant Gain, Ant Direction


; **** Applications ****?
APPLICATION 1,RMS,C 1 CMS,N3BYR-10 ? ? ? ? ? ?; CMS Application
APPLICATION 2,BBS,,N3BYR-1,(P)BBS,255 ? ? ? ? ? ?; BBS Application
APPLICATION 3,CHAT,,N3BYR-12,BYRCHT,255 ? ? ? ? ? ?; CHAT Application
======Config File Stop Paste=======


Mapping Problems & resolution

 

Good Morning, I wanted to at least drop a note about an issue I ran into with the latest iteration of BPQ32. While I found a way to resolve it, I'm unsure that it's known or if it may just be my system. I will attempt to check up on this thread as time permits but my schedule is a bit hectic at the moment.

Issue: I needed to remove a map line from my AXUDP configuration file (silent key, node went offline). After removing the map line I rebooted the entire computer and brought BPQ32 back online. BPQ continued to attempt to connect to the station even though the map line was removed. A few more checks to ensure I removed any and all references to the station. I rebooted again, BPQ continued to attempt to connect to the station. BBS traffic from others (Bulls, PMs, etc.) became intermittent over the same port when the silent key station was removed from mapping.

Troubleshooting: I attempted to remove a known active mapped node to test, same results - the BPQ continues to attempt to connect to the stations that were removed from mapping that are active.

Resolution: I removed the port from my config file - the whole port settings and rebooted. On reboot I verified the port for AXUDP/AXIP port was no longer listed or active. I then put the port back into the config file with no stations mapped. BPQ made no attempt to connect to any previous stations. I then populated the mapping section (without the silent key station) and BPQ connected to only the new map listings. No issues past that point.

Configuration: Port 1 Telnet (Internal/AREDN accessible only and CMS), Port 2 VHF Packet only, Port 3 HF Packet only with interlock between Port 3 & 5, Port 4 AXIP/AXUDP, Port 5 HF VARA with interlock between port 3 & 5, OS Windows 10, Interfaces are by sound card for VARA and Kantronics KAM along with some audio mixing externally to share the transceiver. I will post the current configuration file (sterilized) on this post shortly. The only difference between the original config and the new config is the silent key station is removed.

Greg - N3BYR


problems connecting Winlink

 

Any one else have this error?


23:40:16 10 *** [1] Secure login failed - account password does not match. - Disconnecting (166.62.170.54)<cr>
23:40:17 10 *** Protocol Error - Line should start with 'F'<cr>



--

73 de Jean,
VA2OM / VE2PKT

Sysop de: VE2PKT (BBS), VE2PKT-13 (URONode), VE2PKT-4 (XRPI)
: VE2PKT-5 (Jnos), VE2PKT-9 (DXCluster)

RF: 145.05 Mhz (1.2K Bps)

Internet:
Telnet: ve2pkt.dyndns.org port 2323 (Xrpi Node) - VE2PKT-4
Telnet: ve2pkt.ampr.org port 9000 (DXCluster) - VE2PKT-9

E-Mail:
packet: va2om@ve2pkt.#qbc.qc.can.noam
ampr net: va2om@...
Inet: ve2pkt@...

Hamshack Hotline: 5500000866

Membre Createur du groupe [email protected]

/g/PacketQuebec

Carte des Station RF au Quebec


Rigcontrol Across Two Ports

 

Setup here:?
Pi4 running pilinbpq?w/WinmorControl?over to IC-7300, VARA HF, 300bd & ARDOP on a Windows machine.

Rigcontrol?is configured in the VARA HF port? #5

ARDOP is port #12

I can not get the RADIO command to work on the ARDOP port from the forwarding script, the system reports "port not found"

ATT 12
RADIO 3.596 USB 3
port not found

Any help would be appreciated, please.



--
Apologies for any grammar?or spelling errors!
--
73 de Glenn N3MEL
(FRNPA) 1st Responders Network of Pa
PKT:145.090 &?VARA HF:3.596?WL2K:145.670
Emergency Coordinator
Chester County ARES/RACES