NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
EskyYooper
Jan 13, 2022Aspirant
RAX45 OpenVPN Client Does not get LAN access
I have two RAX45 routers.. one at home and one at my wife's office. I have the home router working fine. I am able to get to my home LAN using an OpenVPN client. This router is also set as the LAN DH...
Razor512
Jan 25, 2022Prodigy
When you connect to the VPN server, you will get a different IP range, but it will still allow you to communicate with other devices in other subnets. The only issue is some scans may not work if they do not allow you to specify a subnet, e.g., the basic network scan will not work in the network section of windows explorer, but local resources can still be accessed via their IP address.
For example suppose you have a system hosting an SMB share on IP 192.168.1.100, and you need to access that share over the VPN, It may not appear in the automatic network scan,but if you type in \\192.168.1.100 in the windows explorer address bar, the share will work.
One issue that can portntially happen is you have multiple routers on your network, is if the secondary router is using a LAN to WAN connection and effectively making a double NAT, then the VPN will not provide access into nay local resources beind that router u.nless you put it in AP mode, or disable its DHCP server, and changes its local IP to something else, and then dy a physical LAN to LAN connection between the 2 routers.
EskyYooper
Jan 28, 2022Aspirant
Yes. Thank you.
I tried pinging an ip on the remote office network and got a reply. So I realized that the VPN connection was letting me access the remote network even though no network adapters were reporting the proper IP range. Unfortunately the hostnames were not resolving. Pinging any host by name failed. Most of the software being run by this client laptop is already configured by the remote server to use hostnames, so I still had issues. I tried adding dhcp-option DNS <ip-to-remote-dns-server> and dhcp-option DOMAIN <mydomain.local> to the client laptop's VPN config file, but this did not get the hostnames on the remote network to resolve either.
In desperation I decided to join the laptop (running Windows 11 Pro) to the domain (Win Server 2012). After rebooting and reconnecting to the remote network, I am now able to ping any hostname on the remote network and get a reply. I am not sure why the dhcp-option settings did not help, but I was able to work around it.