Martineau
Part of the Furniture
Hello @Martineau,
I followed your guide in this post but I cannot make it work.
Even everything seems fine, it doesn't work. eth1, eth2, wl0.1 and wl0.2 are connecting over USA VPN and there is no internet connection at wl0.3.
Note 100% sure if I understand the above , are you saying ALL WiFi SSIDs are connecting to VPN Client 1 ?
Correct configuration of Selective Routing of multiple VPN Client connections is crucial to the success of mapping SSIDs->VPN Clients.
(NOTE: Some VPN ISPs may not allow multiple connections as their VPN endpoint is expected to be used solely on a single device such as a laptop rather than a router.)
The script does not enforce use of unique ports for each VPN connection, as it may work with some VPN ISPs but not others, but I would suggest that you follow the success stories
connect 2 vpn at the same time?
and ensure that you do not use UDP 1215 for both connections; usually there is an alternative UDP port or possibly (although usually slower) TCP port?
Also to prevent DNS leaks, although you have set 'Accept DNS Configuration=EXCLUSIVE', the firmware doesn't actually configure this unless there are Policy entries in the VPN GUI table
i.e. you should add the two missing Selective Routing dummy IPs as shown in this post.
2 VPN Client and 2 WiFi SSID: how to route traffic
i.e.
Code:
VPN1_Dummy 172.16.1.1 0.0.0.0 vpn
VPN2_Dummy 172.16.2.1 0.0.0.0 vpn
NOTE: The script that I sent to you differs slightly from the one successfully tested/implemented by @Carlo ,@archy141 ,@50_Hertz etc. but the changes are minor - that's why it is still beta i.e. evolving from feedback, so hopefully it still works as intended.