Posted: Thu Nov 22, 2018 16:26 Post subject: Dual Router Needed?
I have been looking at the Netgear Nighthawk X4S R7800 router.
I currently have a Netgear AC1450 with DD-WRT.
I use PIA as my VPN.
My AC1450 is NOT setup for PIA.
I have numerous devices - phones, laptops, PCs and Roku.
The PC is a wired connection and I use the PIA app and plan on using it going forward.
What I would like to do is be able to allow some devices to use the VPN and other devices (such as Roku) to not use a VPN but just connect using my ISP (Cox).
Also - we need to get some medical devices which are requiring us to hookup (IoT) to the net.
I would like to restrict those IoT devices to Guest access only - either VPN or just through our ISP.
I think I need two routers.
One like the AC1450 for ISP Guest (iOT) and non-Guest (Roku) access and one router (R7800) to handle VPN (phones, laptops) and Guest VPN (IoT).
No one is a gamer in our environment.
I don't know if the R7800 is the right router - it looks quite capable but I don't know if this configuration is possible.
I don't think I am technical enough to do this (although I'd give it a try) so I don't know if there is a service that could do this.
I should also add I am trying to future proof myself as much as possible. I am getting to the age where I don't want to try and keep messing with this stuff.
Joined: 18 Nov 2015 Posts: 1909 Location: WCentral Indiana USA
Posted: Thu Nov 22, 2018 17:09 Post subject:
My guess is the 1450 is capable of installing and handling PIA OVPN. It's pretty easy to set up. Then everything you are trying to do can be handled through Policy Based Routing on VPN setup page.
The 7800 is one of the most capable routers on the market IMHO. R7500V2 also. If they won't do it nothing will.
Joined: 17 Jan 2018 Posts: 64 Location: Georgia, USA
Posted: Tue Dec 04, 2018 1:34 Post subject:
I do what you are trying to do on my r7800
Two lan ports are bridged with primary wireless network and the other two ports are bridged with the guest wireless network.
The primary network is protected by PIA VPN using policy based routing. The guest network (lan and wireless) does not go through the VPN. It's used for Rokus, Amazon Echos, smart switches.
Here are the links to my journey in getting it set up.
Good luck with your journey. _________________ R7800 v3.0-r52411 std (05/04/23)
Private network on bridge br0 = eth1 (vlan 1) + wlan0 + wlan1.
Guest network on bridge br1 = eth1.4 (vlan 4) + VAPs (wlan0.1 + wlan1.1) for IOT devices
(Roku's, Amazon Echos, smart switches, etc.) and guest.
Noob still finding my way.
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "1 2 6"
swconfig dev switch0 vlan 4 set ports "3 4 6t"
swconfig dev switch0 set apply
vconfig add eth1 4
brctl addif br1 eth1.4
ifconfig eth1.4 up