wireGuard point-to-point route internet traffic
-
I have the following network. Ru and RH being PFsense routers.
Due to Ru being under double NAT i can't access my server that is in LAN u.
For the past 3 years i have had a point-to-point OVPN tunnel between the sites that bridged the 2 lans. Since RH had access to LAN u it was a simple port forward in router RH and it could be accessed from the internet. Also if i needed to route plex since it checks the ip of the internet i just gave the plex container a different IP and made a rule in the LAN u interface to re-route traffic through the tunnel gateway which worked fine + port forward on RH.Now i have made a tunnel with wire guard with the following settings:
Ru allowed ip:
192.168.255.0/31
192.168.0.0/24
RH allowed ip:
192.168.255.0/31
192.168.1.0/24The 2 LANs can communicate with each other but port forwarding something on RH or routing internet traffic of device through the gateway doesn't work. I think this is because of the allowed ips blocking traffic originating from the internet in RH.
I have tried adding 0.0.0.0/1 to the allowed ips of both to enable this but it doesnt work.
Is there a way to do this on WireGuard or should i just continue with OVPN?