I Igor Regular Contributor Today at 11:01 AM #1 Hello! How do I enable VPN Director on a Guest Network with VPN? In the Guest Network, all traffic goes through the VPN, ignoring VPN Direct. ASUS RT-BE88U, fw 3006.102.7_2.
Hello! How do I enable VPN Director on a Guest Network with VPN? In the Guest Network, all traffic goes through the VPN, ignoring VPN Direct. ASUS RT-BE88U, fw 3006.102.7_2.
I Igor Regular Contributor Today at 12:20 PM #2 Code: # ip route ... 192.168.52.0/24 dev br55 proto kernel scope link src 192.168.52.1 # ip rule | grep br55 1003: from all iif br55 lookup wgc1 But VPN Director doesn't work for the Guest Network.
Code: # ip route ... 192.168.52.0/24 dev br55 proto kernel scope link src 192.168.52.1 # ip rule | grep br55 1003: from all iif br55 lookup wgc1 But VPN Director doesn't work for the Guest Network.
Ripshod Part of the Furniture 19 minutes ago #3 Your guest network is already going out via a VPN Tunnel. You can't double up. If you want to control it with VPN Director you'd need to disable the VPN in guest network settings first.
Your guest network is already going out via a VPN Tunnel. You can't double up. If you want to control it with VPN Director you'd need to disable the VPN in guest network settings first.
I Igor Regular Contributor 10 minutes ago #4 Sorry, I don't understand. I have a routing filter. VPN Director is configured for WGC1: Code: # cat /jffs/openvpn/vpndirector_rulelist <1>>>104.16.0.0/12>WGC1<1>>>172.64.0.0/13>WGC1 ... Routing for the VPN works fine on the main network. But the same VPN does not use the VPN Direct WGC1 settings for the Guest Network (VLAN 52).
Sorry, I don't understand. I have a routing filter. VPN Director is configured for WGC1: Code: # cat /jffs/openvpn/vpndirector_rulelist <1>>>104.16.0.0/12>WGC1<1>>>172.64.0.0/13>WGC1 ... Routing for the VPN works fine on the main network. But the same VPN does not use the VPN Direct WGC1 settings for the Guest Network (VLAN 52).