What's new

LAN access over OpenVPN on Merlin 384.16 [solved]

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

SKSSF

New Around Here
Hi all--

Sorry--I know it's been asked before and well documented, but I cannot seem to get access to my LAN over OpenVPN on Merlin 384.16 using TUN. I've spent about 2 hours reading various forums and trying custom configs, static routes, etc, windows firewall rules, but no dice.

What I can't do:
* access file shares via ip address in Windows from my PC (e.g. navigating to \\[local ip address])
* ping PCs on my LAN

What I can do:
* Remote desktop to PCs on my LAN
* Ping the router
* Ping PCs on the LAN and access shares when the client computer is physically on the LAN (I.e. no VPN; I don't think that this is a firewall issue).

I've got the VPN set to LAN only, and the advanced options are as follows:
upload_2020-6-10_1-45-24.png


My local IP address pool is 192.168.205.xxx. I've tried adding allowed clients, but I'm not entirely certain how to specify the subnet. I've also tried custom configs (e.g. push "route 192.168.205.0 255.255.255.0") with no luck.

Thanks!
Sandheep
 
Last edited:
What I can't do:
* access file shares via ip address in Windows from my PC (e.g. navigating to \\[local ip address])
* ping PCs on my LAN
Temporarily turn of the Windows firewall and test again. Windows Firewall will block pings and SMB connections originating from outside the local subnet by default.
 
Last edited:
What is in your manage client specific options? Maybe disable that until you get it working.
 
Better idea: change the compression to Disable (from LZO Adaptive). Not sure if you need to exort a new .ovpn file to the client).
 
@SKSSF, take @martinr advice and set Compression to Disabled (for more information check The VORACLE attack vulnerability).

Just as @ColinTaylor says, there is nothing wrong on the router's OpenVPN server configuration or the client side of things (as you can use remote desktop over vpn), and indeed the problem is with the firewall on the server/target computer(s) that you try to access.
You can try disabling the firewall for testing purposes to make sure that's the problem, but you should keep it enabled and modify the relevant rules for long term usage.

I'll list the steps you need to do for windows 10's integrated firewall, again, on the server/target computer. If you use another firewall application, you need to edit its rules.

- type wf.msc in start menu and hit enter to open Windows Defender Firewall with Advanced Security;
upload_2020-6-10_22-41-31.png
- check which profile is active, Private or Public or (it won't be Domain because in that case you should already be able to access the shares over vpn);
upload_2020-6-10_22-41-40.png
- select Inbound Rules and open the properties of the File and Printer Sharing (SMB-In) for the active profile by double clicking it or right clicking and selecting Properties (it should already be enabled because you said you can access the shares on your lan);
upload_2020-6-10_22-41-51.png
- go to the Scope tab and click Add... button on the Remote IP address section. Type 10.8.0.0/24 on the selected field and click OK button. Click the OK button to close the rule's properties.
upload_2020-6-10_22-42-7.png

Now you should have access to the shares on that computer from any vpn client.

For ping to work, I'm not sure, but I guess you should do the same steps as above for the File and Printer Sharing (Echo Request - ICMPv4-In) rule.
 
Last edited:
Well, hell, y'all, when I thought about what I could/couldn't do, WF seems very obvious in hindsight. (to be embarrassingly honest, I had configured WF as you mentioned...but on the remote/VPN PC, not the LAN resource I was trying to reach--DUH!). @AurelM, thanks for the explicit instructions--these were crystal clear. And thanks to all of you for your suggestions--I can properly work from home now!

And will disable compression too.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top