Device capable of directing VPN traffic via a designated network interface port
Device capable of directing VPN traffic via a designated network interface port
Hi there! I'm just getting started here and have been following Linus for a while now. As an Apple enthusiast, I have some hardware and software knowledge, though not quite at his level. I'll be moving to London soon and need a new router to bring along. I'd like my IP mostly tied to my home in London when using Wi-Fi, and most of the Ethernet ports. At the same time, I want to use a VPN on one specific Ethernet port so I can connect my Apple TV to watch US shows with my family's Hulu, HBO, or Netflix accounts. I'm also aware that big companies are likely phasing out password sharing soon. What router would you suggest? I've done some searches online but still need help picking something. Thanks! Marcus
I haven’t come across a device that does this before, but you might be able to repurpose an old PC into a router using Linux and a network card. There are many tutorials available on building a router with a PC running Linux and a network interface. This setup could let you route one Ethernet port through your VPN while the others stay regular.
LRT214 has the capability, though they no longer produce them. The Draytek Vigor2927 series seems capable too, but their setup is quite complex. Still, you could remove the router’s duties, use a Raspberry Pi, connect a second USB NIC, and run it as your VPN client to route traffic through another network.
That sounds like a great concept! I’ll check out using a Raspberry Pi. I already have one nearby. Thanks! After further investigation, I’m also considering the Express VPN Aircove WiFi 6 Router. The main issue would be switching to that service instead of NordVPN.
I suggest using a MikroTik router because it’s more complex to configure. You have two options: connect only one port (forexpamle ether 3) via VPN, or set up a VLAN inside the ether3 and pptpvpn client—VLAN is preferable in my opinion. The better method is to allow specific IPs through the VPN, which means you’ll need to manage static IP assignments for TV afterward and route those IPs through the VPN (the process is slightly more involved). Here’s a tip on setting up PPTP with PPT VPN: https://support.safervpn.com/hc/en-us/ar...tik-Router. It should work well with other VPN types once you get the hang of it. Need further assistance?