I don't have that option (I'm on merlin).Check the settings of "Direct clients to redirect Internet traffic"
You have to switch from Advanced Settings to General.I don't have that option (I'm on merlin).
Some public hotspots only allow "web" traffic, i.e. ports 80 and 443, or explicitly block VPN (port 1194). That's why some people choose to run their VPN server on port 443 instead of 1194.I changed to a different public WiFi and am able to use internet with the VPN.
yes.When you said "I can connect to my router through SSH" did you mean you were connecting through the VPN?
ah yes, got you, yeah it's enabled (see pic).You have to switch from Advanced Settings to General.
is there any drawback with this?That's why some people choose to run their VPN server on port 443 instead of 1194.
Then I'm confused as well. The whole point of a VPN is to encrypt the traffic so that it's impossible for anyone else (like the hotspot provider) to examine the data. So there's no way they could distinguish SSH traffic from HTTP. Maybe some sort of temporary routing problem on your router?yes.
Seems unlikely (see previous answer). If they had blocked your VPN access on port 1194 your SSH connection wouldn't have worked either.ah yes, got you, yeah it's enabled (see pic).
yeah, maybe it was that they were blocking port 1194 (funny, because it's the wifi from flixbus (a transportation company), and with one bus it was blocked, and with the next one it's not blocked).
Running a VPN server (or anything else) on a common port like 443 will mean that you will see endless connection attempts from port scanners.is there any drawback with this?
yeah most likely, since it makes sense what you say about being impossible to see encrypted data.Maybe some sort of temporary routing problem on your router?
iptables -I POSTROUTING -t nat -s $(nvram get vpn_server1_sn)/24 -o tun12 -j MASQUERADE
Quite possibly, although without knowing all the other rules and routing tables it's impossible to know for sure. It looks like you're trying to allow VPN server clients access to VPN Client #2.do you think it was related to the following?
I ran the following command on the SSH:
Code:iptables -I POSTROUTING -t nat -s $(nvram get vpn_server1_sn)/24 -o tun12 -j MASQUERADE
Yes, rebooting would have removed that rule.and had some problems, so I rebooted the router (I guess with the reboot this command was no longer valid).
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
L | VPN service question | VPN | 9 |
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!