OpenVPN : one site to site and one roadwarrior
-
Hi,
A little issue with my configuration
2 networks:
- 10.0.1.0/24
- 192.168.0.0/24I configured one site-to-site OpenVPN between these networks.
All is ok, computer on each network can speak with other in two ways.I added a roadwarrior server (OpenVPN) on pfsense box with 192.168.0.0/24 network
All is ok, roadwarrior can connect to 192.168.0.0/24 networkbut roadwarrior can't reach 10.0.1.0/24
If you have an idea, Thank you
-
To get the routing work you have add
-
the 10.0.1.0/24 network to the "Local Networks" in the road warrior server settings
-
the roadwarrior tunnel subnet to the "Remote Networks" in the site-to-site settings of 10.0.1.0/24
-
-
Thank you for quick response
Of course I for forget some lines
On the road warrior server:
push "route 10.0.1.0 255.255.255.0";On the pfsense client with 10.0.1.1/24 network """"10.0.101.0/24 is the roadwarrior OpenVPN range""""
route 10.0.101.0 255.255.255.0;