Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Chat Server Config
Hello All,
I just discovered some strange behavior with 6.0.23.1 on Windows 10. If you start the Chat Server first it complains of not finding its config in Appdata\Roaming\BPQ32 but instead works with a config in Appdata\Local\VirtualStore\Program File(x86)\BPQ32. If I start the Mail Server first, then the Chat Server, all is well and the config in Appdata\Roaming\BPQ32 is used as it should be. Your mileage may vary... Bob, NS2B |
Re: IPGATEWAY, 44ENCAP and actual AMPRGW on remote wireguard host
Hi John,
Well yea I wanted to do encap routing back to my main encap termination point in that case. It may not be as doable on bpq as I thought, i dont know.? AFAIK, you cant tell bpq in the config to only use a virtual ip assigned to a aliased network nic in linux. There is no way to specify source ips for tunnel endpoints?? Does it have to use whatever main ip that traffic exits on from the NIC perspective in linux? Did i overlook something? |
Re: IPGATEWAY, 44ENCAP and actual AMPRGW on remote wireguard host
¿ªÔÆÌåÓýWhat do you want to use IPGATEWAY for? It's main purposes are to run IP over RF links or to provide an amprnet tunnel endpoint, but you already have the latter.73, John On 16/07/2022 21:34, Kayne Kruse -
N9SEO wrote:
|
Re: IPGATEWAY, 44ENCAP and actual AMPRGW on remote wireguard host
Hi Kayne
toggle quoted message
Show quoted text
Here¡¯s my very minimal config: IPGATEWAY
ADAPTER eth0
IPADDR 192.168.1.9
IPNETMASK 255.255.255.0
NODEFAULTROUTE
ENABLES
Before bullseye, the IP 192.168.1.9 would be ping-able even though it didnt show up on the interface in ifconfig for LinBPQTAP, after bullseye it was completely unresponsive until I added the routes on the host OS. 73 Red On Mon, Jul 18, 2022 at 05:46 AM, Kayne Kruse - N9SEO wrote:
|
Re: IPGATEWAY, 44ENCAP and actual AMPRGW on remote wireguard host
Hi Red, |
Re: IPGATEWAY, 44ENCAP and actual AMPRGW on remote wireguard host
HI Kayne
Not sure if this is applicable to you but I had serious problems after changing from buster to bullseye where the TAP interface wouldn¡¯t respond to anything either, in the end the OS needed to have a route manually added after it was brought up so I added a background task with a sleep timer after linbpq launched to put the route back each time. I don¡¯t run AMPR so mine is applicable to just getting the TAP device to talk to the OS interfaces so that I can pull SNMP stats from the BPQ node, in my runbpq script that is called from systemd: (sleep 25; /home/bpq/nodes/pe1rrr/LinBPQTAP-route) & The LinBPQTAP-route: !/bin/bash -x
sudo route del -host 192.168.1.9 dev LinBPQTAP metric 10
sudo route add -host 192.168.1.9 dev LinBPQTAP metric 10
On Sat, Jul 16, 2022 at 01:34 PM, Kayne Kruse - N9SEO wrote:the metric option was crucial in putting the route before any other default in the table. I hope this sheds some light with some clues where it may be going wrong. 73 all the best Red
?HI Kayne |
IPGATEWAY, 44ENCAP and actual AMPRGW on remote wireguard host
Hi, |
Re: 255 error
¿ªÔÆÌåÓýI've seen this occasionally, but so far haven't managed to find where it is coming from. I'll keep looking.73, John On 11/07/2022 20:32, Richard Hendricks
- KE0GB wrote:
>From time-to-time, I see some nodes exhibiting what i call the "255 error".? ?I lose |
Re: AXIP
#bpq32
On Thu, Jul 14, 2022 at 10:06 AM, Joey N4QMI wrote:
Hey Red, I only tried a couple for testing purposes only and I removed them. I was able to add N3HYM with no problem but W4GON gives the error.Hi Joey No worries, yeah some nodes do autoaddmap - I have a backup node that provides that, if you¡¯d like to link up with mine I¡¯ve got all the info posted here: ?password is ¡®matrix¡¯ (without quotes). Glad to hear you got the UDP port info sorted with John, its easy to miss! 73 Red |
Re: AXIP
#bpq32
On Thu, Jul 14, 2022 at 12:18 PM, Joey N4QMI wrote:
That was the problem John, but is weird is that N5MDT doesn't use UDP before 10094 and it works.. I tried his with UDP in it and it gave an error.. But it works so problem solved! Thanks!We couldn't get the UDP working. We are connected via a TCP connection. Mark, N5MDT |
Re: AXIP
#bpq32
That was the problem John, but is weird is that N5MDT doesn't use UDP before 10094 and it works.. I tried his with UDP in it and it gave an error.. But it works so problem solved! Thanks!
|
Re: AXIP
#bpq32
Hey Red, I only tried a couple for testing purposes only and I removed them. I was able to add N3HYM with no problem but W4GON gives the error.
BPQAXIP - Bad config record MAP W4GON-7 10093 B Joel (W4GON) and I are corresponding by email as well trying to find the problem.? Joey |
Re: AXIP
#bpq32
toggle quoted message
Show quoted text
Hey John, sorry to mention that in the original message. Here is the error messages I get.. |
Re: AXIP
#bpq32
Hey John, sorry to mention that in the original message. Here is the error messages I get..
BPQAXIP - Bad config record MAP W4GON-7 10093 B
BPQAXIP - Bad config record MAP KB9SOZ-7 10093 B
?
And a couple of others.. There are three that are working just fine including w9gm-7. |
Re: AXIP
#bpq32
Hey Mark, I had to restart computer. Sorry about that. Problem existed before computer locked went offline and problem is still there.
Joey |
Re: Providing RMS via AREDN from LinBPQ
If you could answer a few questions it should help me understand exactly what you are trying to do.
toggle quoted message
Show quoted text
Are you using Winlink Express as your client? If not, what client is being used? Is your Winlink gateway on the same machine as your BBS, or somewhere else on the Mesh? Do your clients connect directly via the Mesh to your BBS, or are there other BBS's on the Mesh that they connect to, then forward messages to the Winlink gateway? Do you want all messages between clients to be routed via Winlink? 73, John On 14/07/2022 15:36, Heber Soto wrote:
My question was to broad, I do know on how to configure the Winlink client and the AREDN node on how to make the service available. |
Re: Providing RMS via AREDN from LinBPQ
My question was to broad, I do know on how to configure the Winlink client and the AREDN node on how to make the service available.
toggle quoted message
Show quoted text
We were doing test yesterday and messages where being accepted by the BBS and routing them through our KP4DOG BPQ network as a BBS message. Do we have to change something on the BPQ config to accept traffic via port 8772 or it will accept it natively to relay to the Winlink's CMS? Or does de BBS respond to the Winlink client and sends the messages as a BBS message? Or can both operation occurred? Gracias 73, Heber NP4JN On 7/14/2022 3:33 AM, John G8BPQ wrote:
Provided that somewhere on the ARDEN network there is a node with Internet to access an RMS Server then yes. --
Gracias 73, Heber NP4JN |