Access home network via VPN using ASUS DSL-N55U router

2

1

I got a new ADSL router - ASUS DSL-N55U. It has a VPN Server function. I have configured it and have successfully connected to the VPN from a remove machine. However i can't see any computers on my home network from the remote machine (home network PCs and remote PC both run Windows 7). So the questions are:

  1. Is it possible?
  2. What am i missing?

What i wasn't sure about is the IP ranges. The VPN's client IP range is different to my home network's (192.168.10.* and 192.168.1.* respectively), so i'm not sure how a client PC can actually access my home network in the first place. Another point is my home network and the remote PC network both have the same IP ranges (192.168.1.*), so i'm wondering it that's causing any problems.

Any help would be appreciated.

About VPN configuration:

  • Network Place (Samba) Support: enabled
  • Broadcast Support: both (LAN to VPN Client & VPN Client to LAN)
  • Connect to DNS Server automatically: Yes
  • Connect to WINS Server automatically: Yes

Muxa

Posted 2013-08-11T08:38:59.817

Reputation: 259

Answers

3

I have never seen this type of VPN setup before (likely it is very common). The current IP ranges are defeating the main purpose of a VPN. You will not be able to see your other devices (connected to 192.168.1.*) from your VPN (192.168.10.*) unless you do some trickery with bridges etc.

Solutions:

1) Change your VPN ip range to 192.168.1.xxx-xxx (on your router) and change the DHCP range so they don't conflict.

2) If you are not able to change the IP range for VPN, try updating the router firmware OR downloading an open-source router firmware (DD-WRT, Tomato, OpenWRT, etc)

3) If #1 and #2 do not work, you will have to create a VPN server on a standalone computer.

Wolfizen

Posted 2013-08-11T08:38:59.817

Reputation: 1 122

Thanks, @wolfo9999. I could actually change the VPN's client IP range. And this what fixed it! – Muxa – 2013-08-11T20:49:48.180

Glad it worked :) – Wolfizen – 2013-08-14T00:28:36.520