iamckn / wireguard_ansible

Ansible scripts for the set up a typical wireguard VPN connection
https://www.ckn.io/blog/2017/11/14/wireguard-vpn-typical-setup/
322 stars 70 forks source link

DNS Automation included? #21

Open alexlii1971 opened 3 years ago

alexlii1971 commented 3 years ago

Hello,

I already setup server and client, it show connected, but there is only sending data and no receiving data.

I just support there is something wrong with DNS setting and can not set it working, does this automation include all of setting including Configure DNS just like the article at https://www.ckn.io/blog/2017/11/14/wireguard-vpn-typical-setup/

Thanks

iamckn commented 3 years ago

The automation supports DNS. Provide traceroute and wireguard connection logs.

alexlii1971 commented 3 years ago

Hello,

I tried several times. After setup wireguard on server, I use mac wireguard client.

but I found the dns still leaking when I checked at https://dnsleak.com/

so, I changed to use this method: https://github.com/Nyr/wireguard-install

and then follow the instruction of 7. Configure DNS, but still DNS will be leaked.

Any suggestion please?

Thanks