Connect to another site (same LAN segment, with radiolink)
-
Hi,
I try to install a pfSense, with openVPN.
The original scenario: There are two sites, gateway of site1 is 10.0.0.199, and gateway of site2 is 10.0.0.198. There are radiolink between the sites. PC in site1 can ping to site2, and site2 can ping to site1 too. The LAN is 10.0.0.0/24 in both sites.
I install the pfSense in Site1, and assing to LAN the gateway address. Laptop connect with OpenVPN, can ping to site1, but it can't ping to site2. pfSense can ping to site2.
What can I do? Thanks
Regards -
@AntonioR said in Connect to another site (same LAN segment, with radiolink):
the LAN is 10.0.0.0/24 in both sites.
easy : don't do that.
The router on the first site knows where 10.0.0.0/24 is, its local.The solution is something like :
Change the 10.0.0.0/24 on the first site for (example) 10.0.1.0/24.
and tell router site 1 that 10.0.2.0/24.= can be reached using the VPN.
Change the 10.0.0.0/24 on the second site for (example) 10.0.2.0/24.
and tell router site 2 that 10.0.1.0/24.= can be reached using the VPN.