URL: https://linuxfr.org/forums/linux-debutant/posts/fuites-dns-sur-linux-mint-18-3 Title: Fuites DNS sur Linux Mint 18.3 Authors: Bartapas Date: 2018年02月26日T17:20:53+01:00 License: CC By-SA Tags: linux_mint et ubuntu Score: 1 Bonjour, Je viens de passer à Linux, il a 3 jours. J'ai donc installé Linux Mint qui me parait être une bonne alternative à Windows. J'utilise un VPN avec openVPN mais j'aurais besoin d'aide car j'ai des fuites de DNS. J'ai donc cherché sur internet pour les réparer. J'ai bien trouvé des astuces: 1-J'ai suivi ces indications: [Réparer fuites DNS](http://www.ubuntubuzz.com/2015/09/how-to-fix-openvpn-dns-leak-in-linux.html ) You just need to add these three lines of config into your .ovpn file. Add these to the end of file as new lines. script-security 2 up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf Explanation: OpenVPN (if you install it from Ubuntu repo) has a special script named update-resolv-conf. This script will update your /etc/resolv.conf file automatically. It will force OpenVPN to use default DNS from your .ovpn file. J'ai toujours des fuites DNS,ce qui semble normale d’après un commentaire, car ce procédé ne fonctionne pas sur Ubuntu 17.04 et supérieur. These instructions no longer work with Ubuntu 17.04 or higher, because Ubuntu has moved over to "netplan": https://wiki.ubuntu.com/Net... The way DNS is now configured is completely different, rendering that update-resolve-conf script completely useless. 2- J'ai ensuite tenté cette commande qui est censée fonctionner: Sudo apt-get install openresolv nscd unbound d'après ce site [dns-issues-with-linux-mint-172](https://airvpn.org/topic/23415-dns-issues-with-linux-mint-172/) et cette vidéo [DNS leak after UBUNTU update](https://www.youtube.com/watch?v=hFbvrIQpeaQ) mais j'ai toujours des fuites DNS. Donc si vous pouviez m'aider à réparer ces fuites. Merci.