Hello all,
I just setup OpenVPN with instruction from wikidocs. Conection works fine, I just cant access hosts on a local network and SMB servers that is in the office.
I might miss some setting somewhere.
Can anybody help ?
Thank you
Connection works means you can ping from both sites?
Please show your:
OpenVPN Server settings
Server Firewall Settings
Client OpenVPN settings
Client Firewall Settings
I have a similar problem. I completed this instruction https://docs.opnsense.org/manual/how-tos/sslvpn_client.html,
I can connect to VPN, I can ping 10.10.0.1 but I cannot ping 192.168.50.0/24 which is my internal network.
how can I fix it? And my usual method to watch Firewall log isn't working, there are no records of something blocked.
Looks like you´re not pushing the routes to your OpenVPN clients.
Post your OpenVPN server config.
This part? should I put 192.168.50/24 in IPv4 Local Network?
192.168.50.0/24
Yes. This route should then be pushed out to the client on next reconnect. Try it.
Thanks a lot! it helped.