Jump to content

I have completed the setup of OpenVpn on my raspberry pi. I am able to connect successfully and access the internet as if I'm browsing from home.

My problem is that I have a network share that I want to be able to access while connected to the VPN, but the clients are unable to see this network share or any other devices on the network except for the device itself.

I have noticed that when my laptop is connected to my home network, these are it's connection settings:

IPv4 Address. . . . . . . . . . . : 192.168.12.19
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.12.254

While connected through the VPN my laptop has:

IPv4 Address. . . . . . . . . . . : 192.168.43.11
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.43.1

The raspberry pi has a static ip address of 192.168.12.18

I would really appreciate any help as I'm really stuck.

Andrew

Link to post
Share on other sites

Not having network discovery available is normal for OpenVPN. You should be able to resolve known hosts via DNS though, if configured properly. Shares can typically be mounted via the UNC path using IP as well. 

PC Specs - AMD Ryzen 7 5800X3D MSI B550M Mortar - 32GB Corsair Vengeance RGB DDR4-3600 @ CL16 - ASRock RX7800XT 660p 1TBGB & Crucial P5 1TB Fractal Define Mini C CM V750v2 - Windows 11 Pro

 

Link to post
Share on other sites

5 minutes ago, NelizMastr said:

Not having network discovery available is normal for OpenVPN. You should be able to resolve known hosts via DNS though, if configured properly. Shares can typically be mounted via the UNC path using IP as well. 

Thanks for the reply.

 

How would i go about mounting the shares using IP? 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×