I'm travelling for the moment, and usually I just access my home network with tailscale and it has always worked flawlessly. But the hotel I'm staying at apparently blocks VPN connections, I can't use my regular VPN for work on their network either and I've tried obfuscation,different ports etc. nothing seems to work and it never connects.
How can I circumvent this, if at all? I'm staying for several weeks, so this is a pretty bug issue.
Best bet is probably going to be using something like OpenVPN on port 443 in TCP mode, which basically looks like regular HTTPS. It's a hotel, I doubt they're going to be doing deep analysis to detect signs it's OpenVPN. It's detectable easily but they wouldn't spend the money on that advanced of a firewall.
My guess is they went for an allowed list of ports rather than blocked, so it lets DNS (53), HTTP (80), HTTPS (443), probably also POP/IMAP/SMTP (110, 995, 143, 993, 465)
Yep there's a reason I reached directly for that configuration. WireGuard uses UDP, that's one of the first things that gets blocked.
Turns out that's also the kind of protocol corporate VPNs use, reusing port 443 over TCP. They call those "SSL VPN". They get to weed out all commercial VPNs used to bypass their firewalls as well as most torrent/game activity while still mostly catering to their business guests.
I mean, while they can block most things, to give people a usable experience they're going to allow http and https traffic through, and they can't really proxy https because of the TLS layer.
So for universal chance of success, running openvpn tcp over port 443 is the most likely to get past this level of bad. I guess they could block suspicious traffic in the session before TLS is established (in order to block certain domains). OpenVPN does support traversing a proxy, but it might only work if you specify it. If their network sets a proxy via DHCP, maybe you could see that and work around it.
I did have fun working around an ex gf's university network many years ago to get a VPN running over it. They were very, very serious about blocking non-standard services. A similar "through" the proxy method was the last resort they didn't seem to bother trying to stop.
I've used mullvad but that can't punch through either no matter what. Unfortunately I don't have enough mobile data abroad to fuel my streaming needs for the entire duration of my trip.
I'll talk to the reception when I get back to the hotel I guess...it's really frustrating and I hate using hotel WiFi without a VPN.
I had the same situation, my hotel used fortinet and they blocked almost everything
Even VPNs that used to work in China were blocked
I used my phone 4g hotspot to initialize the tailscale connection, which was blocked, I chose my server as an exit point, then I switched back to the WiFi. Amazingly, once logged in to tailscale, it kept connected to my server.
Then for added safety I used my kasm install to stream a Firefox browser running on my server
I don't really understand this, why would a hotel pay thousands and thousands of euro for a "Chinese internet experience" that is going to piss off every single customer
That's not a good way to keep customers. I would leave a bad review and maybe even find a different hotel. You could ask for a refund for your remaining stay you could argue they are engaging in false advertising.
I've had this issue many times as well. I've found changing the MTU would help since it seems some filter specific ranges. Doesn't always work but I've had more success than failure doing so
This advice is what it is, but I work in a school and Tailscale also seems to be (unintentionally) blocked. After a while I realized it was only the login server that was blocked. If I login using my phone data I can go back to the regular network and it works.
This was years ago, but I had a similar issue of not being able to SSH in a hotel. I talked to the front desk and they were able to grant me access to a different network that didn't have that blocked. I can't remember whether I had to pay for it or not...
It's a headache most of the time so you might consider purchasing a local SIM card for 4/5G connection instead (and share connection via mobile phone) in the future.
Several weeks... might just be worth it to take a walk and find another hotel. Then cancel the rest of your nights at hotel#1 and cite their internet blocking policy of VPNs for the reason for cancelling the remainder of your stay, as it prevents you and many other professionals from working.
I'm surprised that Tailscale can't get through, cleaver routing is one of Tailsacle's features. Though I do sometimes have connection issues with Tailscale when running DNS-over-HTTPS on my laptop.
If all you want is ssh the easiest and cheapest way might be to hire a VPS, connect to it and connect to tailscale there. Just ensure you have very strict rules on ssh and you should be safe enough.
Exposing web services in this manner is also easy using Caddy, but be careful since the services would then be publicly available.
Most hotels are terrible and even block any DNS configurations that aren't controlled by them. If you do figure out a way, can you update your original post?