Martineau
Part of the Furniture
Really interresting!!!
For specific needs, I use 2 client VPN connections with openvpn. One in america openvpn1, and the other in europe openvpn2. I'm using Asus RT-AC56U with the latest stable Asus-merlin OS.
I have 3 WIFI per channel (2.4Gz and 5Gz)
From antenna 2.4Gz;
MYWIFI
MYWIFI_Guest1_VPN1
MYWIFI_Guest2_VPN2
From antenna 5.0GZ;
MYWIFI_5GZ
MYWIFI_Guest1_VPN1_5GZ
MYWIFI_Guest2_VPN2_5GZ
Here's what I'll need:
1-That MYWIFI and MYWIFI_5GZ continue to access Br0 bridge (standard config without going into any VPN)
2-That all traffic from my networks * Guest1_VPN1 * pass through VPN openvpn1
3-That all traffic from my networks * Guest2_VPN2 * pass through VPN openvpn2
3-After a reboot, all VPN should reconnect and keep the previous config.
Any idea howto do it?
I have sent you a link via PM.
So after you have manually run the commands with the 'autodnsmasq' directive, you would simply modify
/jffs/scripts/nat-start
Code:
/jffs/scripts/WiFiVPN.sh MYWIFI_Guest1_VPN1 1
/jffs/scripts/WiFiVPN.sh MYWIFI_Guest1_VPN1_5GZ 1
/jffs/scripts/WiFiVPN.sh MYWIFI_Guest2_VPN2 2
/jffs/scripts/WiFiVPN.sh MYWIFI_Guest2_VPN2_5GZ 2
to have the ability to access the USA/Europe VPNs by connecting to either the 2.4GHz or 5GHz SSIDs.
Last edited: