bumsschlumpf
New Around Here
.....
Last edited:
Maybe leave a hint for other people in GUI when "unknown public IP" occurs?
Some VPN providers e.g. VPNBOOK don't seemingly support STUN]
The firmware uses this very simple script:My site to site VPNs now say Unknown when it used to report an IP. It doesn't seem to matter, so I never bothered to ask why, but it is a fairly recent development.
It could easily be something I did though, as a tinkerer, I am a lousy test subject.
#!/bin/sh
INSTANCE=$1
servers="stun.l.google.com:19302 stun.stunprotocol.org"
for server in $servers; do
result=$(/usr/sbin/ministun -t 5000 -c 1 -i tun1$INSTANCE $server 2>/dev/null)
[ $? -eq 0 ] && break
result="unknown"
done
nvram set "vpn_client${INSTANCE}_rip"=$result
If you are not using Selective Routing, then the router is already implicitly outbound via the WAN.Do you mean like this? (75.254 is the local router). With this setting, the VPN reported connected, but I couldn't reach clients.
Lately, MQTT won't talk both ways, so it is likely something else (that I did) is botched too.
We use essential cookies to make this site work, and optional cookies to enhance your experience.