Re: [Openvpn-users] DNS leak under Debian Testing

2017-02-10 Thread Matthias Müller
Hi David and all, On 10/02/17 13:53, David Sommerseth wrote: > On Debian, the down-root plugin should already be installed. Try > looking into /usr/lib{,64}/openvpn/plugin/ ... or query the openvpn deb > package which files it have installed. (I'm a YUM/DNF/RPM type of guy, > don't know too muc

Re: [Openvpn-users] DNS leak under Debian Testing

2017-02-10 Thread David Sommerseth
On 09/02/17 13:01, Matthias Müller wrote: > Hi David, > > On 08/02/17 13:52, David Sommerseth wrote: >> You need to check what the resolvconf script on your computer does, and >> if there is a way to configure it to behave differently. >> >> Otherwise, you can try to uninstall that script. Then t

Re: [Openvpn-users] DNS leak under Debian Testing

2017-02-09 Thread debbie10t
On 09/02/17 12:01, Matthias Müller wrote: > However, I don't know how to compile the down-root plugin -- I cloned the > repo and the README says I should simply invoke "make". But there is no > "Makefile" in the src/plugins/down-root directory, only "Makefile.am". > "automake" or "autoreconf" do

Re: [Openvpn-users] DNS leak under Debian Testing

2017-02-09 Thread Matthias Müller
Hi David, On 08/02/17 13:52, David Sommerseth wrote: > You need to check what the resolvconf script on your computer does, and > if there is a way to configure it to behave differently. > > Otherwise, you can try to uninstall that script. Then the > update-resolv-conf script (if it is based on t

Re: [Openvpn-users] DNS leak under Debian Testing

2017-02-08 Thread David Sommerseth
On 08/02/17 13:39, Matthias Müller wrote: > Hi all, > > I've noticed that OpenVPN connections under Debian Testing have started to > leak DNS requests when they didn't in the past. I have an ovpn file to > connect to AirVPN which contains the lines: > > script-security 2 > up /etc/openvpn/update-

[Openvpn-users] DNS leak under Debian Testing

2017-02-08 Thread Matthias Müller
Hi all, I've noticed that OpenVPN connections under Debian Testing have started to leak DNS requests when they didn't in the past. I have an ovpn file to connect to AirVPN which contains the lines: script-security 2 up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf That use