Hi,
Thanks
@Swinson for developing this easy way to bind unbound to a VPN client.
I do not have knowledge in understanding all the scripts but thanks to post
#41 and #102 I made it work on my AC86U.
Now I see that unbound is tied to VPN 1
[v] unbound requests via VPN Client 1 (10.7.0.5) tunnel ENABLED
and dnsleak displays my VPN's IP.
1. I also wanted to make the same steps for VPN 3.
Following post #41 I created the files:
- “/jffs/scripts/x3mRouting/vpnclient3-route-up” with the same line
/jffs/scripts/unbound_via_vc1.sh start &
and
- “/jffs/scripts/x3mRouting/vpnclient3-route-pre-down” with the corresponding same line
/jffs/scripts/unbound_via_vc1.sh stop &
- then I ran
Code:
x3mRouting 3 0 VPN_IP_3 dnsmasq=whatsmyip.com
x3mRouting ALL 3 WAN_IP_3 dnsmasq=whatismyip.com
But I am not sure if it is the right way to do as I suppose this script "
unbound_via_vc1.sh" is only for VPN-1, ins't it !?
If yes, can you please tell me what I need to modify to customize it for VPN3 ? Is there anything else I should change?
2. I activated a guest WiFi network: ASUS_88_2G_Guest
However, I want this network to have the DNS resolved by my ISP, not by unbound.
Is this possible? and how to do that?
Thanks