Hello. I own two nodes in different geographic locations, 52477 and 52478. Neither node will accept incoming connections, and in both cases, the port forwarding for UDP port 4569 has been verified to be set correctly. Is there something else that needs to be done to permit someone else to connect to my node?
This is odd, because I know how to forward ports in my router (Ubiquiti UniFi UDM Pro) and I’ve checked it over and over and it is configured like every other open port that is working correctly.
On your ASL node, you need to stop asterisk (service asterisk stop). Then run
nc -l -u -p 4569
Then from another computer run:
echo "This is a test" | nc -u 192.169.99.209 4569
(assuming that IP is the IP of your ASL node). You should see “This is a test” appear on your node’s bash line. CTRL-c will stop the nc process on your ASL node, then you can restart (service asterisk start)
I don’t understand the second half of that instruction.
I understand stopping asterisk. That’s no problem.
Then from another computer run:
echo “This is a test” | nc -u 192.169.99.209 4569
Does that mean another computer that I SSH into the node with? I usually SSH in with PuTTY or MobaXTerm from my primary desktop computer in the shack. I would have to install that on a laptop or something to try it. Is that what I should do?
I should mention that my system is a HAMVoIP system, as I know that makes a difference. I will attempt to seek more assistance from those guys and document the resolution here if it occurs.