0

I have a router with Tor and WireGuard built in. The router allows for WireGuard client and server. I chose the server option and started it but it did not change the IP address as you'd expect with a VPN.

I am confused about why the router allows both client and server and how to configure them. Do you need a VPN service like NordVPN?

2
  • 1
    I suggest starting with the documentation for the router.
    – Blindspots
    Commented Feb 22, 2023 at 0:37
  • 1
    when you say "change the IP address", I think you may be misunderstanding what router provides. by enabling Server, you are creating a server that outside clients could use to VPN into your network. VPN means a lot of things, but I think you may be confusing this with VPN anonymization services that make your endpoints look like they have a different public IP or perhaps come from a different place. if that is what you are looking for, you will need to purchase a service (or use a free one if there are any) and your router will act as a Client to that services servers. Commented Feb 22, 2023 at 0:43

1 Answer 1

0

I am confused about why the router allows both client and server and how to configure them. Do you need a VPN service like NordVPN?

It allows both client and server because you can set up a VPN client or a VPN server. Generally speaking, there is nothing that would stop you from setting up your own VPN server if you want – you do not have to be an ISP or a large company, you just need the right software, which your router has. (And with WG in particular, there is almost no difference between clients and servers.)

So you could say you would be making your own VPN service like NordVPN – a VPN tunnel protocol such as WireGuard or IKEv2 or OpenVPN or PPTP is the main building block for that.

But the job of VPN isn't really to "change your address"; it's to connect you to a distant network, like a very long Ethernet cable. When you connect to a commercial VPN service like NordVPN, it's not WireGuard itself but the actual VPN provider that "changes your address" by letting you remotely use their routers/gateways – the job of WireGuard is only to carry your packets to the VPN provider's network.

Not all VPNs exist for the purpose of Internet access; some might be used only for accessing remote services at home, office, or university. Generic VPN protocols and clients don't actually enforce that all traffic should go through the VPN – as with physical connections, your router's routing table decides what goes over the VPN connection.

In conclusion, you can use the router as a VPN server if you want to access your home PCs or other devices from elsewhere (there's a generic "WireGuard" app for every OS). And if the clients are then configured to route everything through the VPN tunnel, they'll be able to access the Internet using your home IP address as well.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .