Here's the hardware:
Verizon LG G6 supplies a hot spot which is connected to by a TP-Link Nano router which is cabled to the Wan port on a MikroTik hAP ac lite.
My computer is plugged into the Mikrotik, and i'm surfing the web just fine.
I set up a tunnel from my existing tunnel server node and it's similar to other tunnels i'm serving.
On the client i'm using my kg4ikt.ddns.net like other clients that connect to my server.
Doesn't appear to make a connection.
Is this a port 5525 issue?
I looked at the data from the client node and found this;
Tue Jan 29 21:12:30 2019 daemon.info vtund[3494]: Connecting to kg4ikt.ddns.net
Tue Jan 29 21:12:31 2019 daemon.info vtund[3494]: Connection denied by kg4ikt.ddns.net
Is there a connection limit to ddns.net?
Joe AE6XE
Below is some of the data file.
How about that "bad address at /var/run/hosts_olsr line 2"? See my notes further below.
Should I be concerned about all the denied connections?
My cel currently has 174.195.129.56 **********************************
here is the start of the hosts_oslr
### this /etc/hosts file is overwritten regularly by olsrd
### do not edit
127.0.0.1 localhost
::1 localhost
10.76.213.112 KG4IKT-ARHP-202-BRADYVILLE # myself
10.205.87.12 chupacabra # myself
10.205.87.7 PiICS # myself
...
...
The entry 10.76.213.112 is for that nodes' RF which is turned off.
line 2 is a comment line that dnsmasq doesn't expect. It does no harm.
'The entry 10.76.213.112 is for that nodes' RF which is turned off."
When the nodes' RF is turned off (interface is typically wlan0), then another sudo interface is defined instead, which is up and live. It is still a valid routable IP address, and the primary address used on the mesh, to route to this node.
Joe AE6XE
After issuing the "telnet ip 5525", are there other commands i might issue?
DO NOT POST IT HERE as it contains sensitive information!
I'll take a look and see if I can determine what's going on with the issue.
Thanks,
Darryl - K5DLQ
Joe AE6XE
Working with Jeff on this - we reduced the Tunnel Client Node name from 28 characters to 24 characters. This took care of the issue, so there still seems to be problems with long tunnel client node names for connection to a tunnel server. I had once thought the limit was around 31 characters, but I never really experimented with it to see "where" the cutoff was. Maybe someone else can shed some light on this matter.