marelit
Occasional Visitor
Hello,
I have currently set up the following:
I have currently set up the following:
Code:
RT-AC56U 380.68_4 RT-AC66U 380.69
192.168.4.1 <--- (tun) 192.168.3.1
(OVPN Server) (OVPN Client)
Push LAN to clients (x) Create NAT on tunnel (x)
Direct clients to redirect Internet traffic ( ) Accept DNS Configuration (Strict)
Respond to DNS (x) Redirect Internet traffic (No)
Advertise DNS to clients (x)
Manage Client-Specific Options (x)
Allow Client <-> Client (x)
Client and router are set up at two different locations and every device in 192.168.3.* should be able to ping every device in 192.168.4.* and vice versa. Internet traffic should not be redirected. I managed to achieve this through this guide: https://openvpn.net/index.php/open-source/documentation/howto.html#scope
Everything worked perfectly.
Now my goal was to have one device x from the client network (192.168.3.x) to additionally route all the Internet traffic through the tunnel.
So I changed "Redirect Internet traffic" to "Policy Rules (strict)" and "Block routed clients if tunnel goes down" to "Yes".
I added 192.168.3.x to the list, chose 0.0.0.0 as destination IP and for the Interface VPN.
If I now apply the configuration, the device x routes all the traffic through the tunnel as expected, but I am not able to ping any devices in 192.168.3.* from 192.168.4.* anymore. If I revert the changes, I am able to ping as before, but then of course device x' Internet traffic won't go through the tunnel.
Could someone point me in the right direction to get both things working at the same time?
I would really appreciate any advice, thank you.