HarryMuscle
Senior Member
I'm trying to get a slightly better understanding of how VPN Director works and possibly at the same time fix the issue that comes up when someone tries to use the same DNS server (for example 1.1.1.1) for multiple WireGuard VPN clients (https://www.snbforums.com/threads/wireguard-client-dns-servers-resolving-to-wrong-country.87399/). For example, I added 192.168.50.100 to VPN Director and set it to go through WGC1. However, when I run
there isn't a single entry with 192.168.50.100. Does that mean that VPN Director is not using routes to send traffic from certain IPs over the VPN interfaces? Or am I simply not understanding how routes are supposed to work?
Also, looking through the iptables rules, the only entry in there is related to forcing 192.168.50.100 to use a specific DNS server, but nothing about sending all of the traffic from 192.168.50.100 over the wgc1 interface so I doubt it's using iptables rules.
Thanks,
Harry
Code:
ip route show table all
Also, looking through the iptables rules, the only entry in there is related to forcing 192.168.50.100 to use a specific DNS server, but nothing about sending all of the traffic from 192.168.50.100 over the wgc1 interface so I doubt it's using iptables rules.
Thanks,
Harry