Hello,
Hopefully y’all can help with this one. My goal is this:
- I live in the Netherlands, and want to watch BBC Iplayer (Geolocked to the UK) on my PS5 or Smart TV.
- I don’t want to change the ip/dns settings of my PS5/TV every time I want to change change countries.
So what I’d like to do is set up my Pi as a VPN gateway (I have a paid NordVPN subscription), which would plug in to my router via ethernet, then into the PS5 via a usb ethernet adapter, so:
- Modem → Router > Ethernet → Pi VPN Server UK → USB Ethernet Adapter → PS5/TV.
Hopefully that makes sense. Then I could just connect/disconnect the vpn through command line or a script, to make the ps5 think it was in the UK. Could someone help me with the best way to go about this?
Additional note: I’ve already been able to semi-successfully do this, using the Pi as a wifi access point, but unfortunately the Pi wifi speed is too slow for streaming, even with an adapter, that’s why I’m trying to do this with ethernet.
Thanks in advance for any help.