Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.os.linux > #33174
| From | Caver1 <caver1@inthemud.org> |
|---|---|
| Newsgroups | alt.os.linux, alt.os.linux.ubuntu |
| Subject | Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? |
| Date | 2016-01-01 23:01 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <n67htg$vg6$1@dont-email.me> (permalink) |
| References | (14 earlier) <n63gru$4h7$1@dont-email.me> <n63ia8$9hl$1@dont-email.me> <n63oe9$k9t$2@news.albasani.net> <n63pi2$bse$1@dont-email.me> <n67d0n$a0p$1@news.albasani.net> |
Cross-posted to 2 groups.
On 01/01/2016 09:35 PM, JJ wrote: > Caver1 <caver1@inthemud.org> wrote in message n63pi2$bse$1@dont-email.me > >> DNS is used to translate domain names into numerical IP >> addresses . This translation service is usually performed by >> your ISP, using its DNS servers. > > I do not know what my ISP's DNS servers are, but, I can prove to myself > that whatever DNS servers I have set on the router are what is being > shown in the DNS leak tests whether or not I'm on VPN. > > I can prove that simply by changing the DNS servers set on the router. > > Whatever I set as the DNS servers on the router is what shows up > as the DNS server in the DNS leak tests. > > That is bad news for a bunch of reasons. > 1. It means I don't have control of the DNS server from Linux. > 2. It means that the VPN isn't fully working for me. > > It's good news for one reason: > 3. It means that the ISP's DNS server is *not* being used. > >> When you use a VPN service, the DNS request should instead >> be routed through the VPN tunnel to your VPN provider’s DNS >> servers (rather than those of your ISP). > > Yes. I agree! > I wish the DNS server that showed up in the DNS leak tests was > that of the VPN. > > Currently, whatever DNS servers I set in my router are the DNS > servers that show up in the DNS leak tests, whether or not I'm > on VPN. > > I don't understand a lot, but I do understand that this is a > classic DNS Leak which isn't supposed to happen on Linux. > > As someone said, the only way it can happen is that I have Linux > misconfigured. > > I do believe that is the case. > But how do I debug Linux DNS setup is the problem. > > Specifically, how to I change the output from this: > $ dig www.redhat.com|grep -i server > ;; SERVER: 192.168.1.1#53(192.168.1.1) > > To this? > $ dig www.redhat.com | grep -i server > ;; SERVER: 127.0.1.1#53(127.0.1.1) > >> However it does happen that the request to be sent to the >> ISP’s DNS server rather than through the VPN tunnel. This is >> known as a DNS leak. > > Yes. I have the classic DNS leak. > What is so frustrating is that I have been told it's due to a > misconfiguration of Linux, and I believe that. > > But *what* is misconfigured? > I may have to switch back to the problematic "network manager" > temporarily, to debug this, because there is more support on the > net for the default Ubuntu network manager than there is for > WiCD. > > WICD works great (much better than Network Manager did), but, > I can't find much on the web by way of how to test this problem. > >> When you go to the likes of dnsleaktest.com you should see >> the IP of your VPN not the IP that your ISP gives you, while >> connected to the VPN. > > Yes. I completely understand and agree with what you are saying. > > When I go to the dns leak web sites, I should see two things: > 1. I should see whatever IP address I would see simply by going > to http://whatismyipaddress.com or by running a curl command > or inxi -i, or any command that reveals my current public > IP address: > $ curl http://myip.dnsomatic.com; echo > $ inxi -i | grep "WAN IP:" > $ wget -qO- http://myip.dnsomatic.com; echo > $ curl ifconfig.me && curl ifconfig.me/host > etc. > > 2. I should see whatever DNS server I'm using, which should be > whatever DNS I set up in my router for when I'm NOT on VPN, > but it should be whatever VPN server the VPN provider is > using when I *am* on VPN. > >> If you see your IP at dnsleaktest.com when connected to your >> VPN the you have a DNS leak. > > I do not wish to piss you off, but I think that is an incorrect > statement. > > It would be really horrid if I actually saw the IP address my > ISP has assigned me when I go to the DNS leak tests! > > Luckily, *that* is not happening! > >> Which means that you are using your ISP's DNS servers and >> not the VPN's. > > It's very clear to me that I am *not* using my ISP's DNS servers > because I can clearly see that most of the time I see exactly > the DNS server that I set on my router, whether or not I'm > on VPN. > > This is, as I understand it, the classic dns leak. > Since I'm on Linux, that's *not* supposed to happen. > > I think Linux is, somehow, misconfigured. > My problem is figuring how where the misconfigure is happening. > > If I could somehow get the output of the dig command to switch > from the router to the local machine, I could test it further. > The dig command shows the DNS servers on your router which doesn't prove a DNS leak. > There must be some secret to getting WICD to actually do what > the GUI is set to do (and rebooting isn't that, because I have > rebooted a few times now to no effect). Remove the DNS servers on your router then it has to default to WICD. Setting the DNS servers on your router servers a purpose so that you don't have to set them up on all computers, phones, tablets that connect to your network. To be honest I don't know how to do it on phones and tablets. >> This results in >> your ISP being able to track your internet movements, >> regardless of whether you are using a VPN or not. > > You are correct that whomever controls the DNS server can track > my movements, whether or not I'm on VPN. > If the DNS online leak tests don't show your real IP then you don't have a leak. > You are also probably correct that the ISP can *see* the lookups > I make to the DNS Server set on the router. Even though these > are not the DNS Servers that the ISP uses, they are probably > made in the clear. > > So, I would assume that the ISP *can* see the cleartext calls > to the DNS servers that are set up in my router. > > That's bad. >> This happens quite often in Windows as it has no Global >> setting to stop this from happening. Linux has this Global >> setting so only a misconfiguration can cause it. > > I agree with you that I almost certainly have a Linux misconfiguration. > But how do I find this linux misconfiguration is the question. > -- Caver1
Back to alt.os.linux | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-30 19:57 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 03:11 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-30 19:21 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 03:43 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-30 19:59 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 04:34 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-30 20:43 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 05:49 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-30 22:04 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 06:25 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2015-12-31 13:04 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 13:54 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 04:02 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Bit Twister <BitTwister@mouse-potato.com> - 2015-12-31 04:52 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 05:35 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-30 21:46 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 06:14 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-30 22:31 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 06:49 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 07:27 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-12-31 03:05 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 08:27 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-12-31 03:33 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 09:19 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 10:18 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 15:42 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 15:53 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 16:02 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 10:43 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 16:26 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 12:15 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 17:45 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 12:52 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 12:58 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 02:07 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-01 22:49 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 07:08 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 08:11 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 14:58 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 18:07 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 13:25 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 02:04 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-01 22:27 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 03:45 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-01 23:19 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Art Santorini <artsantorini@example.com> - 2016-01-01 20:26 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-02 17:52 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 18:29 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 14:07 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:45 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 17:01 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 22:31 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Jonathan N. Little" <lws4art@gmail.com> - 2016-01-02 15:04 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:44 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-02 20:46 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-02 22:21 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 23:13 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-03 00:33 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 03:00 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 02:43 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 21:24 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Shadow <Sh@dow.br> - 2016-01-03 19:50 -0200
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 22:11 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 02:38 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? James Dickson <JamesDickson@example.com> - 2016-01-03 21:10 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 08:35 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 08:25 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 15:03 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 10:16 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 15:27 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 10:48 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:44 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 13:25 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:41 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 17:00 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 15:30 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 10:58 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:51 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 13:36 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:37 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 16:58 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 22:27 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-02 23:06 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 00:18 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-03 00:41 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 02:20 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 20:09 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 20:15 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 02:16 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 23:15 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 21:11 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Kirk_Von_Rockstein <Kirk_Von_Rockstein@nowhere.invalid> - 2016-01-03 21:04 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 07:08 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 15:03 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 08:36 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 08:53 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 15:18 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 10:40 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:11 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 12:30 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 18:09 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 13:52 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:31 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 16:51 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 22:23 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:19 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 12:45 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 18:20 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 14:05 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 20:28 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 15:38 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 22:07 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 19:04 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 00:20 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Kirk_Von_Rockstein <Kirk_Von_Rockstein@nowhere.invalid> - 2016-01-03 20:58 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-03 21:11 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 22:01 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-02 22:32 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 00:27 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-03 02:05 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 03:04 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-04 03:51 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 04:49 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-04 18:01 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 18:23 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:22 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 16:41 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 22:10 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-02 22:49 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Shadow <Sh@dow.br> - 2016-01-02 21:13 -0200
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "john" <z@z.z> - 2016-01-12 16:33 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 00:36 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-02 22:57 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 00:10 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-03 01:58 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 13:33 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-03 20:03 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 06:52 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-04 18:08 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 18:34 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2016-01-04 14:20 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 02:05 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 21:17 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-03 02:33 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Richard Kettlewell <rjk@greenend.org.uk> - 2016-01-03 08:35 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 06:13 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "john" <z@z.z> - 2016-01-12 16:32 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:27 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 16:43 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 22:15 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:26 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:32 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 12:24 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 17:52 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 13:05 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 02:12 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-01 22:53 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 08:36 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 17:25 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 12:47 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 02:35 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-01 23:01 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 07:05 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 08:06 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Wildman <best_lay@yahoo.com> - 2016-01-02 09:46 -0600
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 10:59 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:55 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 13:50 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:47 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 17:02 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-02 17:55 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 18:31 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 13:51 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? J G Miller <miller@yoyo.ORG> - 2016-01-02 20:47 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 15:52 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2016-01-02 18:53 -0600
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 20:13 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Wildman <best_lay@yahoo.com> - 2016-01-02 23:19 -0600
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2016-01-03 01:42 -0600
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 17:53 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 13:39 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 21:50 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 17:05 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-12-31 10:25 -0600
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 17:55 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Jonathan N. Little" <lws4art@gmail.com> - 2015-12-31 16:31 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 02:54 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-31 11:54 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2015-12-31 20:48 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-31 13:08 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2015-12-31 16:18 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Kirk_Von_Rockstein <Kirk_Von_Rockstein@nowhere.invalid> - 2015-12-31 22:07 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Jonathan N. Little" <lws4art@gmail.com> - 2015-12-31 16:41 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2015-12-31 14:33 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2016-01-01 12:13 +0100
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 09:50 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Jonathan N. Little" <lws4art@gmail.com> - 2016-01-03 13:49 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 14:51 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? MWBradburne <MWBradburne@cisco.com> - 2016-01-03 19:59 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 14:58 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 03:13 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Paul <nospam@needed.com> - 2016-01-03 15:29 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? gamo <gamo@telecable.es> - 2016-01-01 10:17 +0100
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 02:56 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 09:55 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Shadow <Sh@dow.br> - 2016-01-03 19:15 -0200
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 14:46 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-12-31 23:23 -0600
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? stepore <linshine@here.now> - 2016-01-01 23:19 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 08:13 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 09:55 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-01-03 14:07 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 14:52 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-03 19:51 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Marek Novotny <marek.novotny@marspolar.com> - 2016-01-03 14:53 -0800
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Shadow <Sh@dow.br> - 2016-01-02 07:58 -0200
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 15:20 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Caver1 <caver1@inthemud.org> - 2016-01-02 10:43 -0500
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 18:02 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? William Unruh <unruh@invalid.ca> - 2016-01-03 21:40 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 05:39 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Shadow <Sh@dow.br> - 2016-01-02 14:11 -0200
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-02 18:06 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 08:03 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 11:13 +0000
SOLVED: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-04 12:18 +0000
Re: SOLVED: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Mark Cassidy <mcassidy@dot.invalid> - 2016-01-07 19:58 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Alfredo Palhares <masterkorp@masterkorp.net> - 2016-01-07 01:08 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-07 01:38 +0000
SOLVED: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-07 19:00 +0000
Re: SOLVED: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? JJ <jj4public@vfemail.net> - 2016-01-07 19:03 +0000
Re: How do I stop DNS LEAKS in Ubuntu with wicd as the network manager? Andy Burns <andy@spam.adobe.com> - 2016-01-07 20:10 +0000
csiph-web