Earlier quoted context omitted.
What if you want your kid(s) and/or partner(s) to stay connected after you leave the hotel room with your phone? What if you want to use the hotel's internet connection instead of your roaming data? What if you want to use wireguard or tailscale to funnel all traffic through your home network? What if you want to enable your family's devices to connect to your self-hosted services?
1. Fair enough. 2. Most Android phones can do this. 3. Android phones can do this. 4. This is just the same question as 3.
Unifi Travel Router
321–330 of 437 posts
Re: Unifi Travel Router
#322Re: Unifi Travel Router
#323I need something like this to share a single wifi connection among devices on a cruise. I don't care about the home network access though. Any recommendations?
Re: Unifi Travel Router
#324Earlier quoted context omitted.
Some people spend 100+ days a year in hotels.
I did 82 days last year. Everyone travels different, but for me I feel like any time I spend watching TV in the hotel is wasted time - I'm in a whole other city, surely there's something I can do? The hotel is just somewhere to take a shower and sleep. I don't watch much TV in general though so I guess it's easier for me.
Re: Unifi Travel Router
#325So… hear me out. Could I connect this to an airline’s paid in-flight WiFi network, and then broadcast an open network to effectively open up access to all other passengers for free? If enough WiFi pirates do this on flights perhaps it would kill paid WiFi entirely (just need enough Good Samaritans) (And yes I know there are other bypasses you can do like spoofing MAC addresses to get around some device count restrict…
Re: Unifi Travel Router
#326Earlier quoted context omitted.
Wifi 5 for an $80 router in 2026 (I mean we're almost there) is pretty disappointing. I get that its mostly going to be used on crappy hotel networks and the crappy hotel network will often be the bottleneck but $80 looks to be roughly twice the price of the typical travel wifi 5 travel router, about equal to the price of a typical wifi 6 travel router, and only $30-40 cheaper than a typical wifi 7 travel router. I d…
It’s wifi 5 but the most interesting part is it uses 5w of power max, I thought it’d be more.
Re: Unifi Travel Router
#327>while captive portal logins on hotel networks are handled quietly in the background. Anyone know how it automagically sorts out connecting to the hotel WiFi? Hotels often want some combination of my room number and surname I've found, or some combination of hotel name and floor password.
Took my PS5 Pro on a work trip. Was livid to find out the horrific 'browser' on the PS5 wasn't able to handle the captive portal login page. $700 gaming rig and it can't load a simple HTML page so I can enter my name and room number?! Ridiculous. Thought about it for a few minutes and realized that the portal was likely just doing mac filtering. So I adjusted my MacBook Pro's MAC address to be the same as the PS5, we…
Re: Unifi Travel Router
#328Have Ubiquiti/Unifi firmware/devices ever been subject to independent, third-party security testing? Surely a company charging such a premium for high-end devices has invested in such processes and is proud to showcase them ...
You should overlay something else rather than rely on WiFi securiry. Tailscale or a vpn, private cloud or just tls, depending on your threat model.
Re: Unifi Travel Router
#329When I travel, I like carrying as little as possible. These comments are fascinating to me, people are brining more devices than I have in my whole house and needing to make a LAN for them. Personally I just connect my phone to WiFi and then use Tailscale and call it a day.
Plenty of us travel with family! I also think the variable state of hotel TVs is a factor even when travelling alone. Being able to plug your own device into the HDMI is valuable.
But yeah I also have P family so O(M * P * N) would be a headache.
Re: Unifi Travel Router
#330Earlier quoted context omitted.
I’m seeing a lot of this same comment here, so I went to check out this tailscale thing, which clearly I must need. Can anybody explain what Tailscale is, does, or why everybody seems to have it? Looking at their website, it’s just a huge wall of business jargon. Really! Read it. It’s nothing but a list of enterprise terminology. There’s a “how it works “ page full of more (different) jargon, acronyms and buzzwords,…
It's a wrapper around Wireguard that lets you use common SSO providers (Apple ID, Google, etc) to manage access. It also handles looking up the IP address of your "nodes" through their servers, so you don't need to host a domain/dns to find the WAN IP of your home network when you're external to it (this is assuming you don't pay for a fixed IP). Most people put an instance of it on a home server or NAS, and then the…