开云体育

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

Configure axip port in bpq32.cfg


 

Hi attached is my current config for axip on my raspberrypi.
?
just wondering what i am missing i am getting a bind error for the udp port.
?
?
PORT
?PORTNUM=4
?ID=AX/IP/UDP?
?DRIVER=BPQAXIP
PROTOCOL=AXUDP
?QUALITY=200 ? ? ? ?; Quality factor applied to node broadcasts heard on
? ? ? ? ? ? ; this port, unless overridden by a locked route
? ? ? ? ? ? ; entry. Setting to 0 stops node broadcasts
?MINQUAL=0 ? ? ? ?; Entries in the nodes table with qualities greater or
? ? ? ? ? ? ; equal to MINQUAL will be sent on this port. A value
? ? ? ? ? ? ; of 0 sends everything.
?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 10093 ? ? ? ?;Listens for UDP packets on this UDP port number
?UDP 10092
?MHEARD ON
; AUTOADDMAP
?BROADCAST NODES
?BROADCAST ID
?
?MAP K0ZCO-1 K0ZCO.DDNS.NET UDP 10093 B

ENDPORT
--
Bob
va3rjs


 

Probably there is something else using udp port 10092 or 10093. You may be able to determine what with something like:

sudo ss -nlpt

or

sudo netstat -nlpt

This should show you what process id/name is using that port. So you can either stop that process or find another unused UDP port to put on those lines in the bpq config.


 

Comment out the UDP 10092 line.? It does not seem like you need it with this configuration.
?
Kill the BPQ process.? If Windows start up the task manager and look for any 'phantom' bpq process that should not be running.? If linux do a killall bpq (or whatever the command is...)
?
Then restart BPQ.
?
The netstat command will identify what process is using each port.? You just have to get the options right...
?
?
When I initially read your message I did not see the bind error statement.? I'm getting old...
?
--
73,
Mark, N5MDT
Montgomery, Texas
?
?
?


 

Thanks everyone
?
well i removed the 10092 port and now my bind error is gone, but i don’t see the 10093 port in the netstat command, i see other linbpq ports in the Listen state but not 10093.
?
made sure the port is also open in my router.
?
I will look at it again tomorrow AM!
?
happy Memorial Day to my American friends on here!
--
Bob
va3rjs


 

I have never seen this:
?
PROTOCOL=AXUDP
?
Maybe it's new, maybe old, maybe I'm going crazy... but try removing or commenting out that line.
?
--
73,
Mark, N5MDT
Montgomery, Texas
?
?
?


 

开云体育

I did remove that in one of my iterations of the config file…it was causing an out and out failure to process the file. Thanks

B

On May 25, 2025, at 9:42?AM, Mark Taylor <mtaylor@...> wrote:

?
I have never seen this:
?
PROTOCOL=AXUDP
?
Maybe it's new, maybe old, maybe I'm going crazy... but try removing or commenting out that line.
?
--
73,
Mark, N5MDT
Montgomery, Texas
?
?
?

--
Bob
va3rjs


 

开云体育

Depends on what the bInd error is, but the most common is error 98 which is normally caused by having two copies of LinBPQ running..

73, John


On 24/05/2025 21:42, Bob-va3rjs via groups.io wrote:

Hi attached is my current config for axip on my raspberrypi.
?
just wondering what i am missing i am getting a bind error for the udp port.
?
?
PORT
?PORTNUM=4
?ID=AX/IP/UDP?
?DRIVER=BPQAXIP
PROTOCOL=AXUDP
?QUALITY=200 ? ? ? ?; Quality factor applied to node broadcasts heard on
? ? ? ? ? ? ; this port, unless overridden by a locked route
? ? ? ? ? ? ; entry. Setting to 0 stops node broadcasts
?MINQUAL=0 ? ? ? ?; Entries in the nodes table with qualities greater or
? ? ? ? ? ? ; equal to MINQUAL will be sent on this port. A value
? ? ? ? ? ? ; of 0 sends everything.
?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 10093 ? ? ? ?;Listens for UDP packets on this UDP port number
?UDP 10092
?MHEARD ON
; AUTOADDMAP
?BROADCAST NODES
?BROADCAST ID
?
?MAP K0ZCO-1 K0ZCO.DDNS.NET UDP 10093 B

ENDPORT
--
Bob
va3rjs


 

开云体育

Ok John thanks,yes it was error=98

B

On May 25, 2025, at 10:33?AM, John G8BPQ via groups.io <john.wiseman@...> wrote:

? Depends on what the bInd error is, but the most common is error 98 which is normally caused by having two copies of LinBPQ running..

73, John


On 24/05/2025 21:42, Bob-va3rjs via groups.io wrote:
Hi attached is my current config for axip on my raspberrypi.
?
just wondering what i am missing i am getting a bind error for the udp port.
?
?
PORT
?PORTNUM=4
?ID=AX/IP/UDP?
?DRIVER=BPQAXIP
PROTOCOL=AXUDP
?QUALITY=200 ? ? ? ?; Quality factor applied to node broadcasts heard on
? ? ? ? ? ? ; this port, unless overridden by a locked route
? ? ? ? ? ? ; entry. Setting to 0 stops node broadcasts
?MINQUAL=0 ? ? ? ?; Entries in the nodes table with qualities greater or
? ? ? ? ? ? ; equal to MINQUAL will be sent on this port. A value
? ? ? ? ? ? ; of 0 sends everything.
?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 10093 ? ? ? ?;Listens for UDP packets on this UDP port number
?UDP 10092
?MHEARD ON
; AUTOADDMAP
?BROADCAST NODES
?BROADCAST ID
?
?MAP K0ZCO-1 K0ZCO.DDNS.NET UDP 10093 B

ENDPORT
--
Bob
va3rjs


--
Bob
va3rjs


 

On Sun, May 25, 2025 at 08:55 AM, Bob-va3rjs wrote:
I did remove that in one of my iterations of the config file…it was causing an out and out failure to process the file. Thanks
Are you able to try this again and view the syslog for BPQ startup errors?
?
--
73,
Mark, N5MDT
Montgomery, Texas
?
?
?