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.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!