Link to home
Start Free TrialLog in
Avatar of Handersson75
Handersson75

asked on

VPN config

Dear expert.

I currently setting up the OpenVPN to our network, its going fine, however I got a problem, this is how net looks like:

Internet -> 10.0.1.1 (PFsense firewall) -> LAN

VPN tunnel:

Internet -> 192.168.0.1 (PFsence firewall) -> LAN

Connection works great, however I got folders that I want to share in the 10.0.1.0 net that 192.168.0.0 net to access to. I know that I need to config something that the 10.0.1.0 allow/recognize the 192.168.0.0 net, I tried route settings but didn't really know how to do here.

Any help would be appreciate thanks.
Regard
Avatar of arnold
arnold
Flag of United States of America image

Where do the openvpns terminate? Are they configured using tun (site to site) VPN on the pfsense firewall?

You need within the openvpn config include route rules that reflect the IPS on the side using push route.  I believe the openvpn client.conf and server.conf include examples for a site to site VPN.

You have a tunnel from location 1 to location 2 and they have one location 2 to location 1.
Avatar of Handersson75
Handersson75

ASKER

thx for answer, not site on site, client to pfsense tho.
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
server means PFsense?
Yes. Where opevpn server config is.
Fixed by giving VPN tunnel 10.0.2.0, the nets are communicating.