Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: BPQ APRS igate setup questions
#aprs
Ken G7VJA
¿ªÔÆÌåÓýHi John Looking at the result on the message the ip address is wrong it should be rotate.aprs2.net:14580 not aprs.net root@kenny-XC-215:/home/kenny# telnet rotate.aprs2.net 14580 Ken G7VJA
On 16/05/2023 20:08, John G8BPQ wrote:
Something on the pi must be blocking the connection, as you can connect from the same lan on a pc. |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
¿ªÔÆÌåÓýSomething on the pi must be blocking the connection, as you can connect from the same lan on a pc.Can you connect to other things on the Internet from the pi? eg telnet nottm.g8bpq.net 8011 73, John On 16/05/2023 19:23, Kk6qms wrote:
NODEFAULTROUTE configured in IPGATEWAY section- no cfg errors on start- still no connect to APRS server. |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
On Tue, May 16, 2023 at 11:23 AM, Kk6qms wrote:
NODEFAULTROUTE configured in IPGATEWAY section- no cfg errors on start- still no connect to APRS server.Aha, there is certainly a network issue here. Lets see output of: traceroute rotate.aprs.net You may also try the ¡®mtr¡¯ tool (sudo apt install mtr) Also can you post the output of: ip route? Ttfn, 73 Red |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
NODEFAULTROUTE configured in IPGATEWAY section- no cfg errors on start- still no connect to APRS server.
TELNET RESULTS FOR JOHN: APRS server connect via telnet result on Pi: root@Pi-BPQ:/home/pi# telnet rotate.aprs.net 14580 Trying 148.251.228.231... Trying 205.233.35.52... Trying 45.76.98.200... Trying 85.188.1.114... Trying 44.52.120.40... Trying 192.104.234.220... Trying 204.87.183.30... Trying 205.233.35.46... telnet: Unable to connect to remote host: Connection timed out root@Pi-BPQ:/home/pi# APRS server connect via telnet result on PC (same LAN) using PuTTY: # aprsc 2.1.14-g5e22b37 # aprsc 2.1.14-g5e22b37 16 May 2023 17:23:49 GMT FIRST 148.251.228.231:14580 CAPS/lower case suggestion not implemented I do not think that is an issue. Thank you. |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
On Tue, May 16, 2023 at 12:26 AM, Kk6qms wrote:
Thank you.Then configure it, is what I meant :-) |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
¿ªÔÆÌåÓýCan you try this from the Linux command line?telnet rotate.aprs.net 14580 I get this: Trying 192.104.234.220... Connected to rotate.aprs.net. Escape character is '^]'. # aprsc 2.1.14-g5e22b37 You may get a reason for the failure if it doesn't connect. You may need to install telnet? first -? sudo apt install telnet 73, John On 16/05/2023 08:38, Kk6qms wrote:
Also I noticed in my IPGATEWAY cfg there were references to old local ip addresses. I corrected those (44ENCAP and TAP lines specifically) and only change I see is that an? "APRS Igate connect failed" message appears right after starting bpq rather than quite a bit after as before. Not sure if IPGATEWAY is involved in mail but that has always worked as well as chat even w incorrect ip entries. |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
Ken G7VJA
¿ªÔÆÌåÓýHi All mine is written in Upper & lowercase IGATE Params. ISHost= ISPort= ISPasscode= ISFilter= 73 Ken G7VJA GB7COW
On 16/05/2023 00:31, Kk6qms wrote:
Just tried the server you suggested. "ISHOST=noam.aprs2.net" |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
Noticed ports defined in IPGATEWAY were 1 and 2 so I added 3 (APRS port) but still getting error. I then removed it since error persists.
|
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
Also I noticed in my IPGATEWAY cfg there were references to old local ip addresses. I corrected those (44ENCAP and TAP lines specifically) and only change I see is that an? "APRS Igate connect failed" message appears right after starting bpq rather than quite a bit after as before. Not sure if IPGATEWAY is involved in mail but that has always worked as well as chat even w incorrect ip entries.
? |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
Thank you.
"NODEFAULTROUTE" is not configured. The ENDPORT error was just a missed line that needed to be commented out from an unused port. Error cleared there. igate not connecting continues. |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
bpq32.cfg line no 225 not recognised - Ignored: ENDPORT?
Heads up ^ |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
This is just a hunch.
The APRS connection may be trying to go out of the TAP device instead of your regular network. Make sure there is not a default route for non-AMPR traffic pointing to the TAP device: NODEFAULTROUTE FYI BPQ should not need a port forward on the router for APRS-IS to work, as APRS-IS is an outgoing TCP connection, rather than an incoming one. 73 Red |
|||||||||||||||||||
Re: BPQ APRS igate setup questions
#aprs
Just tried the server you suggested. "ISHOST=noam.aprs2.net"
Same error. Thank for the suggestion. |
|||||||||||||||||||
Re: QTSoundmodem version source code
¿ªÔÆÌåÓýgit clone git://vps1.g8bpq.net/QtSM should give you 0.0.0.63 (the latest)73, John On 15/05/2023 18:53, Christopher Molnar
KO4YAW wrote:
This message is probably for John but if anyone can answer it would be great. |
|||||||||||||||||||
QTSoundmodem version source code
This message is probably for John but if anyone can answer it would be great.
I am experiencing a number of different versions of QTSoundmodem. The one in the source zip file seems to compile to version 0.0.0.57 The one that is compiled as 64 bit (QtSoundModem64) is at version 0.0.0.60 The one that is described in another set of documents that has IL2P (experimental) is version 0.0.0.61b Does anyone know if there is a source archive? so I can compile a 64bit version of 0.0.0.61b? Thanks! -Chris KO4YAW |
|||||||||||||||||||
Re: BPQ Windows port / BBS on port 1
Hi All,
Cheers for that, a silly misconfig by myself :) - I hope to be back in shack this evening to try it out. I set it to PMS to indicate there's no routing or anything going on i.e. You can only send messages to myself. It's attended operation - Putting aside license conditions,? I don't trust my BPQ abilities enough for unattended, and with my electricity bill as it is, hell will freeze over before I leave my PC on overnight hehe :) Regards, Mat. |
|||||||||||||||||||
Re: BPQ Windows port / BBS on port 1
Ken G7VJA
¿ªÔÆÌåÓýHi Red & Mike If Mat is running RF as well on his BPQ PMS, he can only run it unattended for 30 minutes maximum, after that he has to turn it off, (terms of his licence) because it is using RF. just my pennies worth 73 Ken G7VJA Sysop GB7COW On 15/05/2023 15:38, PacketCat Red
PE1RRR wrote:
On Sun, May 14, 2023 at 04:20 PM, Mike Melnik wrote: |
|||||||||||||||||||
Re: BPQ Windows port / BBS on port 1
On Sun, May 14, 2023 at 04:20 PM, Mike Melnik wrote:
MatMat is purposefully not using BBS command as to keep head down on RF as running a BBS isn¡¯t allowed on that license without a NoV, it is semantics though, using the BBS as a PMS.? 73 Red |
|||||||||||||||||||
Re: Polling for mail
¿ªÔÆÌåÓýYou can use a RADIO command in your BBS forwarding config to change frequency before connecting There are examples inAt the moment there is no way to change frequency at the end of a session, but you can set up RIGCONTROL with a scan list of just the Net105 frequency then it will return there when the scan resumes a few seconds later. I'm working on a "Disconnect Script" option which will do what you want at the end of a session. 73, John On 14/05/2023 17:55, Christopher Molnar
KO4YAW wrote:
|
|||||||||||||||||||
Re: BPQ Windows port / BBS on port 1
With a NODEALIAS of M5MPC connects to any ssid will go to the node.
toggle quoted message
Show quoted text
73, John On 14/05/2023 22:59, Matthew Corcoran wrote:
Hi Red, |