Install worked correctly, rebooted, running.
192.168.1.1 it told me to use does not work.
Screw this, I wasted best part of a day on this, I'm out.
@EEVblog if you have or can obtain a KVM over IP device i'd be happy to schedule a time to help you get this setup.
Ie: https://pikvm.org/
Otherwise you really need a good understanding of networking to do what you want here, this is not trivial.
What's the easy option then, apart from installing the usual Surfshark/Express/whatevershill VPN software on every machine?
What's the easy option then, apart from installing the usual Surfshark/Express/whatevershill VPN software on every machine?It's Network and Security.
If doing it right There is unfortunately no "easy option"
Millions of people just use Surfshark etc. Am I just dumb for thinking it would be at least relatively easy to do this with a router that supports said VPN service so it automatically does the whole house/lab?
I'm tempted to just give up, it likely isn't worth my time.
Surfshark support both wireguard and oepnvpn clients, if you configure a router correctly that supports these, yes it is possible. I can't start enough though how bad an idea this is.
Those "millions of people" just connect each PC directly, not via a router.
Another thing to note... Contrary to what providers say, pretty much everything you do today is encrypted with "military grade encryption". With a decent gateway you can enforce encrypted DNS too, making your activity on the Internet completely illegegable to an attacker. VPN services are overrated.
As for websites like eevblog, i think recently there was some changes / stories ... because some of my vpn regions does not go thru, simply does not open ? many chineses sites does that too, behind a vpn they simply stall
Millions of people just use Surfshark etc. Am I just dumb for thinking it would be at least relatively easy to do this with a router that supports said VPN service so it automatically does the whole house/lab?That might be easier doable, but is just one of your requirements/wishes.
Doing it right would be (according to your statements):
Increase security w. a 'sense firewall - Well not a statement ... But imho needed
Making a L2L VPN between House & Lab
Making a "secure dial-in" VPN from "anywhere" to House & Lab
Making a VLAN & WiFi SSID, that when connected to - Would exit "somewhere" in the world using the VPN provider you subscribe to.
The only real thing I'm trying to do is add a VPN so all my computer appear to be in another country.
The only real thing I'm trying to do is add a VPN so all my computer appear to be in another country.Easiest way i can imagine.
Would be to get a new VPN capable WiFi router, make a SSID called ie. DaveVpn , and set that WiFi router up to permanently VPN connect to your select VPN provider/exit-destination.
Whenever you want to exit abroad , connect to the VPN SSID.
Else connect to the "Normal/Old ssid".
If you have cabled devices needing VPN , connect the cable to the VPN router's lan port.
That way you don't need to bother about policy routing or other complicated stuff .....
Anything connected to the VPN router goes out via VPN.
Ie. something like this - I haven't tried this, bit it doesn't look to complicated.
https://www.linuxscrew.com/openwrt-openvpn-luci
The only real thing I'm trying to do is add a VPN so all my computer appear to be in another country.Easiest way i can imagine.
Would be to get a new VPN capable WiFi router, make a SSID called ie. DaveVpn , and set that WiFi router up to permanently VPN connect to your select VPN provider/exit-destination.
Whenever you want to exit abroad , connect to the VPN SSID.
Else connect to the "Normal/Old ssid".
If you have cabled devices needing VPN , connect the cable to the VPN router's lan port.
That way you don't need to bother about policy routing or other complicated stuff .....
Anything connected to the VPN router goes out via VPN.
Ie. something like this - I haven't tried this, bit it doesn't look to complicated.
https://www.linuxscrew.com/openwrt-openvpn-luci
That's exactly what I was saying, and a ton of people on X said, just get a router that supports a VPN service (wireguard or Open VPN support?). But gnif says this is a bad idea, so


The only real thing I'm trying to do is add a VPN so all my computer appear to be in another country.
Anything else is bonus.
I have no real need to access the lab or home remotely. I don't currently have that and I get by fine without it.
Surfshark support both wireguard and oepnvpn clients, if you configure a router correctly that supports these, yes it is possible. I can't start enough though how bad an idea this is.
I don't get it, why is that bad idea compared with installing on every PC?
As I see it, it's just doing the exact same thing, but inside the router so all downstream PC's get the benefit.
What am I missing?
QuoteThose "millions of people" just connect each PC directly, not via a router.
Doesn't practically everyone have modem -> wifi router -> PC(with VPN software)
Why can't the VPN software be on the router instead?
QuoteAnother thing to note... Contrary to what providers say, pretty much everything you do today is encrypted with "military grade encryption". With a decent gateway you can enforce encrypted DNS too, making your activity on the Internet completely illegegable to an attacker. VPN services are overrated.
How else do you make your PC appear to be in another country without a VPN server in that country?
The VPN software, or more properly the VPN endpoint, *can* be on the router, and do exactly what you intend and more, but at least in my experience, the VPN part is difficult to get working unless you have specific instructions for setting it up. The easiest option is to buy a small hardware router which is preconfigured for the VPN service that you want to use.
You opened a big can of worms here, lol. Using the VPN to appear to be from another country is about the only real usage of these services, but like I and others have said, there are caveats such as websites blocking VPN users, and being flagged as suspicious on even Google and needing to enter a captcha for every 3 or so searches.
The most accepted small home office solution is to use a box like pf/open sense. Any network administrator you pay to deploy what your asking for will use this unless you give them the budget to buy a Cisco or ubiquity device, which are really just the same thing in the end.
Tplink and such are generally good for just a generic home router, but add a VPN on top and they are often lacking the horsepower to give a good and reliable experience, especially for a network of multiple systems when the network is busy. Not to mention the security and support implications.
The complexity Dave is your jumping into the deep end. To do all this stuff properly you need to understand multiple technologies in the stack, from subnets and routing tables to services such as DNS and DHCP, not to mention encapsulation layers like PPPoE often needed for NBN, along with a good understanding of firewall policies.
Professional solutions like pfsense/open sense and Cisco, etc, all come default configured with nothing, you have to set all the configuration for how you want things to work. For example, the default policy on a pfsense firewall (IIRC) is to block all traffic. This is intentional, so the network admin isn't surprised by some extra "feature" like UPnP that was default enabled that compromises their secure design.
Even services like DHCP are not enabled by default, otherwise when setting up a new device, you might disrupt the local working network because suddenly you have another DHCP server on the network messing things up.