¿ªÔÆÌåÓý

Unable to connect to IGate server


 

Hi,
?
I am trying to set up an IGat. Everything seems to be working. Packets are being decoded. The connection to the gate servers is the only thing that isn't working.?
?
Connect to IGate server noam.aprs2.net (192.104.234.219) failed.
It's been running for a couple of hours now and has tried half a dozen IP addresses so far. I've got a good internet connection and can ping those servers. One thing that I am not too sure about is the APRS-IS password. Should I get a password for my call sign or should my call sign be appended with the SSID? Aside from the password, everything else seems fine in the config file.?
?
Any help or tips would be appreciated.
?
Sepehr N6IRN


 

¿ªÔÆÌåÓý


Hello Sepehr,

The password you need to generate and use is just for your callsign (No SSID).? In the direwolf.conf file, I would configure say for the "-6" SSID:

--
IGLOGIN KI6ZHD-6 <the computed passcode just for "KI6ZHD" (no dash+ssid)>
--

If you're not sure on the passcode you have, google around for "APRS-IS passcode generator" and you will find many.


--David
KI6ZHD


Hi,
?
I am trying to set up an IGat. Everything seems to be working. Packets are being decoded. The connection to the gate servers is the only thing that isn't working.?
?
Connect to IGate server noam.aprs2.net (192.104.234.219) failed.
It's been running for a couple of hours now and has tried half a dozen IP addresses so far. I've got a good internet connection and can ping those servers. One thing that I am not too sure about is the APRS-IS password. Should I get a password for my call sign or should my call sign be appended with the SSID? Aside from the password, everything else seems fine in the config file.?
?
Any help or tips would be appreciated.
?
Sepehr N6IRN


 

Thanks.

I have another question: does the MYCALL field require an SSID, too? Currently, I have N6IVC-6 for both IGLOGIN and MYCALL, as you recommended. Still unable to connect to noam.aprs2.net.

Sepehr Sahraian | N6IRN
President of Irvine Valley College ARC | N6IVC
Follow us on Discord
LICW #6377? SKCC #28841? NAQCC #11811

Sent from Proton Mail Android



-------- Original Message --------
On 1/20/25 12:14 PM, David Ranch via groups.io wrote:

Hello Sepehr,

The password you need to generate and use is just for your callsign (No SSID).? In the direwolf.conf file, I would configure say for the "-6" SSID:

--
IGLOGIN KI6ZHD-6 <the computed passcode just for "KI6ZHD" (no dash+ssid)>
--

If you're not sure on the passcode you have, google around for "APRS-IS passcode generator" and you will find many.


--David
KI6ZHD


Hi,
?
I am trying to set up an IGat. Everything seems to be working. Packets are being decoded. The connection to the gate servers is the only thing that isn't working.?
?
Connect to IGate server noam.aprs2.net (192.104.234.219) failed.
It's been running for a couple of hours now and has tried half a dozen IP addresses so far. I've got a good internet connection and can ping those servers. One thing that I am not too sure about is the APRS-IS password. Should I get a password for my call sign or should my call sign be appended with the SSID? Aside from the password, everything else seems fine in the config file.?
?
Any help or tips would be appreciated.
?
Sepehr N6IRN


 

On Mon, Jan 20, 2025 at 03:20 PM, Sepehr - N6IRN wrote:
Still unable to connect to noam.aprs2.net.
The DNS name noam.aprs2.net has a list of many addresses.
This is for load balancing and automatic failover is one server is unavailable.
?
It is not uncommon to see one or more failure to connect messages.
There should be success after trying a few.
?
Send us everything from the screen if you think there is still a problem.
?
73,
john WB2OSZ
?


 

¿ªÔÆÌåÓý


Hello Sepehr,

I have another question: does the MYCALL field require an SSID, too?

If you want to be seen as N6IRN-6, then YES, it needs to read "MYCALL N6IRN-6"


Currently, I have N6IVC-6 for both IGLOGIN and MYCALL, as you recommended. Still unable to connect to noam.aprs2.net.

You mentioned you can ping those servers but can you connect to the standard IGATE port?? For example, I'll test the first example:

--
$ host noam.aprs2.net
noam.aprs2.net has address 192.104.234.219 <----------------------------
noam.aprs2.net has address 44.135.208.225
noam.aprs2.net has address 69.197.140.169
noam.aprs2.net has address 44.184.136.10
noam.aprs2.net has address 167.114.2.176
noam.aprs2.net has address 155.138.131.1
noam.aprs2.net has address 168.138.92.145
noam.aprs2.net has address 44.25.16.4


$ telnet 192.104.234.219 14580
Trying 192.104.234.219...
Connected to 192.104.234.219.
Escape character is '^]'.
# aprsc 2.1.19-g730c5c0
^]
telnet> close
--

To get more troubleshooting, try starting with Direwolf in igate debug mode:??

?? direwolf -di


Here are the other debug options you can enable (mentioned at the end of the Direwolf UserGuide):
--
?????? -d x?? Debug options.? Specify one or more of the following in place of x.
???????????????????? a = AGWPE network protocol client.
???????????????????? k = KISS serial port client.
???????????????????? n = Network KISS client.
???????????????????? u = Display non-ASCII text in hexadecimal.
???????????????????? p = Packet dump in hexadecimal.
???????????????????? g = GPS interface.
???????????????????? W = Waypoints for position or object reports.
???????????????????? t = Tracker beacon.
???????????????????? o = Output controls such as PTT and DCD.
???????????????????? i = IGate
???????????????????? h = Hamlib verbose level.? Repeat for more.
???????????????????? m = Monitor heard station list.
???????????????????? f = Packet filtering.
???????????????????? x = FX.25 increase verbose level.
???????????????????? d = APRStt (DTMF to APRS object conversion).

--


--David
KI6ZHD


 

Hi everyone,
?
Thanks for all your assistance. Just wanted to post an update here. Turns out the network that I was trying to use was not allowing outgoing connection to whatever port that APRS uses. I brought the setup home and everything started to work. Then I took the setup back to the original location and this time I used a mobile hotspot. It's been running ever since with no issues.
?
Best,
?
Sepehr N6IRN


 

Not surprising. A lot of networks are restricting outbound access to authorized ports only (such as standard HTTP and HTTPS ports) to prevent malware that sneaks past their security from being able to "phone home". And the standard APRS-IS port numbers are not consistent with any approved web standard.

Andrew, KA2DDO

________________________________________
From: [email protected] <[email protected]> on behalf of Sepehr - N6IRN via groups.io <n6irn@...>
Sent: Monday, January 27, 2025 10:23 PM
To: [email protected]
Subject: Re: [direwolf] Unable to connect to IGate server

Hi everyone,

Thanks for all your assistance. Just wanted to post an update here. Turns out the network that I was trying to use was not allowing outgoing connection to whatever port that APRS uses. I brought the setup home and everything started to work. Then I took the setup back to the original location and this time I used a mobile hotspot. It's been running ever since with no issues.

Best,

Sepehr N6IRN