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 8 minutes ago #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.