Jumat, 31 Oktober 2014

Bristol Digest, Vol 574, Issue 5

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. The DNS Mystery is (re)solved! (Y Martin)


----------------------------------------------------------------------

Message: 1
Date: Fri, 31 Oct 2014 06:54:10 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] The DNS Mystery is (re)solved!
Message-ID: <54533212.3040703@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Hi

I know youre probably all bored of my DNS mystery by now, but I've
REALLY unveiled the mystery now. Honest! The DNS redirects to 10.42.0.1
were due to iptables NAT rules. Network Address Translation, ofcause! It
always seems so obvious when you know how! See below:

$ sudo iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination

Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
bitmask all -- anywhere anywhere

Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
bitmask_postrouting all -- anywhere anywhere

Chain bitmask (1 references)
target prot opt source destination
ACCEPT udp -- anywhere if udp dpt:domain
ACCEPT udp -- anywhere localhost udp dpt:domain
DNAT udp -- anywhere anywhere udp
dpt:domain to:10.42.0.1:53
DNAT tcp -- anywhere anywhere tcp
dpt:domain to:10.42.0.1:53

Chain bitmask_postrouting (1 references)
target prot opt source destination
MASQUERADE udp -- anywhere anywhere udp
dpt:domain
MASQUERADE tcp -- anywhere anywhere tcp
dpt:domain

So when I would restart my computer, my PC would still revert to the old
DNS problem unless I would always run this command at startup:
$ sudo bitmask-root firewall stop

But now Ive run bitmask-root and then saved my iptables rules upon
reboot and its REALLY all back to working well again :-D
$ sudo dpkg-reconfigure iptables-persistent

Best wishes,

Yousef


-------- Original Message --------
Subject: The DNS Mystery is (re)solved!
Date: Mon, 27 Oct 2014 16:40:30 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>

Hi everyone

It was nice to meet some of you AFK at the meetup last Saturday.

Because of no DNS, apt-get didnt work, so I was dreading manually
sorting all the dependencies bitmask required and then installing
bitmask itself. Even worse, a full OS reinstallation was also on the
cards! :-(

But then.. I noticed that bitmask has a standalone bundle:
https://dl.bitmask.net/linux/#install-stand-alone-bundle

I downloaded that and was excited to see the "bitmask-root firewall
stop" command was available which was said to fix internet woes. Next
thing I was dancing to the screen of successful pings to www.google.com!
Never have I been happier to see the word "google" on my screen!

What it was that it did actually remains a mystery...

Anyway, thank you all for your support and help over the past week :-)

Best wishes,

Yousef

P.S.

$ sudo pkexec /tmp/Bitmask-linux64-0.6.1-4/apps/eip/files/bitmask-root
firewall stop
bitmask-root: done
$ ping www.google.com
PING www.google.com (74.125.230.146) 56(84) bytes of data.
...
...
64 bytes from lhr08s05-in-f18.1e100.net (74.125.230.146): icmp_req=7
ttl=55 time=53.0 ms
^C
--- www.google.com ping statistics ---
508 packets transmitted, 508 received, 0% packet loss, time 507727ms
rtt min/avg/max/mdev = 24.913/43.983/55.628/6.687 ms

P.P.S
Please excuse the "DNS (re)solved" pun


Y Martin:
> There was a bitmask chain remaining but it was empty. Just to be safe I ran:
> $ iptables -X bitmask
> $ iptables -L -v
>
> This now shows that the bitmask chain has been removed but DNS still
> doesnt work :-( I wonder if I'm missing anything..
>
> But perhaps youre right and I should reinstall bitmask to make use of:
> $ bitmask-root firewall stop
>
> What is it they say about the old cure?.. 'Hair of the dog that bit you'!
>
> Dave Addison:
>> On Sunday 19 Oct 2014 12:46:52 Y Martin wrote:
>>> Hi Ian
>>>
>>> Thank you for your reply. Yes bitmask is a better implemention of
>>> encrypted communication because I believe in giving our Article 12 Human
>>> Right to privacy a healthy exercise (use 'em or lose 'em!)
>>>
>>> Sorry, I should have mentioned that I have uninstalled bitmask but the
>>> problem persists.
>>>
>>> So I am trying to find out what bitmask has changed in my DNS
>>> configuration and how to undo it :-(
>>>
>>> ohh dear, the price we pay for privacy!!!
>>>
>>> Sincerely,
>>>
>>> Yousef
>>>
>> Hi Yousef,
>>
>> Reading the web page Ian linked to, it would appear that bitmask install rules
>> into the firewall to redirect DNS queries. The web page also lists the command
>> to disable this for debugging so it should be possible to check if this is the
>> problem
>>
>> sudo bitmask-root firewall stop
>>
>> Regards
>> Dave
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>






------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 574, Issue 5
***************************************

Kamis, 30 Oktober 2014

Bristol Digest, Vol 574, Issue 4

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Job: Linux Support Consultant, Monmouth (or reward for
recommending someone) (Keith Edmunds)


----------------------------------------------------------------------

Message: 1
Date: Thu, 30 Oct 2014 08:57:00 +0000
From: Keith Edmunds <kae@midnighthax.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] Job: Linux Support Consultant, Monmouth (or reward
for recommending someone)
Message-ID: <20141030085700.43636f6e@ws.the.cage>
Content-Type: text/plain; charset=US-ASCII

Hi all

We're recruiting for a Linux Support Consultant.

This role can either be office-based (we're just north of Monmouth) or
home based with office visits.

If you recommend someone that we subsequently employ, we'll give you a
Nexus / iPad / Kindle as a thank-you.

Full details of role and how to apply:
http://www.tiger-computing.co.uk/jobs/linux-support-consultant/

Feel free to mail jobs@tiger-computing.co.uk if you have any
questions.

Keith




------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 574, Issue 4
***************************************

Rabu, 29 Oktober 2014

Bristol Digest, Vol 574, Issue 3

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Assistance sought on xorg configuration (john ffitch)
2. Re: Assistance sought on xorg configuration (Alex Butcher)


----------------------------------------------------------------------

Message: 1
Date: Tue, 28 Oct 2014 15:26:53 +0000
From: john ffitch <jpff@codemist.co.uk>
To: bristol@mailman.lug.org.uk
Subject: [bristol] Assistance sought on xorg configuration
Message-ID: <6011-Tue28Oct2014152653+0000-jpff@codemist.co.uk>

I am trying to commission a new laptop, and I have hit a problem that
is outside y knowledge. The machine has two "mouse" buttons and I
need to emulate the middle button, and I do not know where to fix it.
On my older machine it is in /etc/X11/xorg.conf.d/11-evdev.conf which
refers to an IBM Trackpoint. The new machine has an AccuPoint and a
glide pad (spit). The /etc/X11/xorg.conf.d directory has a
11-evdev.conf file that looks identical and that does have
Emulate3Buttons set on. The pad seems to be configured from
50-synaptics.conf

What I would really like is to switch the pad off and have emulation
of the middle button -- without it copy-n-paste is hard! Should I
remove the 50-synaptics file, or change the MatchIsTouchpad "on" to
"off", or what?

==John ffitch



------------------------------

Message: 2
Date: Tue, 28 Oct 2014 16:13:18 +0000 (GMT)
From: Alex Butcher <lug@assursys.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Assistance sought on xorg configuration
Message-ID: <alpine.LFD.2.03.1410281612060.6957@nffheflf.pb.hx>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

On Tue, 28 Oct 2014, john ffitch wrote:

> I am trying to commission a new laptop, and I have hit a problem that
> is outside y knowledge. The machine has two "mouse" buttons and I
> need to emulate the middle button, and I do not know where to fix it.
> On my older machine it is in /etc/X11/xorg.conf.d/11-evdev.conf which
> refers to an IBM Trackpoint. The new machine has an AccuPoint and a
> glide pad (spit). The /etc/X11/xorg.conf.d directory has a
> 11-evdev.conf file that looks identical and that does have
> Emulate3Buttons set on. The pad seems to be configured from
> 50-synaptics.conf
>
> What I would really like is to switch the pad off and have emulation
> of the middle button -- without it copy-n-paste is hard! Should I
> remove the 50-synaptics file, or change the MatchIsTouchpad "on" to
> "off", or what?

Having googled "MatchIsTouchpad", and read
<http://fedoraproject.org/wiki/Input_device_configuration>, I'd start with
setting MatchIsTouchpad to On and restarting X. If that doesn't work, I'd
next try removing 50-synaptics.conf

> ==John ffitch

Best Regards,
Alex



------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 574, Issue 3
***************************************

Selasa, 28 Oktober 2014

Bristol Digest, Vol 574, Issue 2

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: OT: TiVo and streaming boxes (Alex Butcher)
2. The DNS Mystery is (re)solved! (Y Martin)


----------------------------------------------------------------------

Message: 1
Date: Mon, 27 Oct 2014 12:22:11 +0000 (GMT)
From: Alex Butcher <lug@assursys.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] OT: TiVo and streaming boxes
Message-ID: <alpine.LFD.2.03.1410271201230.11973@nffheflf.pb.hx>
Content-Type: text/plain; charset="iso-8859-15"; Format="flowed"


A late reply from me...

On Sun, 28 Sep 2014, Sebastian wrote:

> Ok I got a nice enough HD TV, but a few years old or so V+ Box connected to
> it, and from what I know about the TiVo it has never really seemed worth the
> upgrade as such in my case.
>
> Now days these streaming boxes seem to be the thing, the Chromecast that
> Peter was emailing about is one of them. It's cheap and then it seems the
> idea is to get people buying music,etc, from Google Play. There's Apple TV
> to, and soon Amazon Fire which looks like it's going to be a good one,
> especially if the being able to search using the microphone in the remote
> works properly. However of course with Amazon Fire people are then meant to
> use Amazon Prime really with it as well, which would be about the same price
> as the box itself per year. Although Netflix and Spotify will work on the
> Amazon Fire as well.

Other significant devices are <http://www.nowtv.com/entertainment> and
<https://www.roku.com/uk/choose-your-roku>, both of which would provide
access to Sky channels that you mention you watch.

> I also know that in Linux land we can do magical things with XBMC, which no I
> don't think I have used.
>
> Not a major TV watcher, mainly channels such as Sky One and BBC One. I also
> have no additional move channels such as Sky Movies, but would be nice to be
> able to stream more movies onto the TV via Netflix or possibly something else
> maybe even.

If you're not a big watcher of TV and movies, then it would seem that you
would be best-served by a subscription-free Freeview/Freesat PVR of some
description (MythTV if you want to build your own, a Humax of some
description if you want to buy something off-the-shelf).

You could then supplement that with either a DVD/BD-by-post subscription
such as Lovefilm (?7.99 per month for two discs at a time), Cinema Paradiso
<http://www.cinemaparadiso.co.uk/rental-dvds/HowItWorks.aspx?#prices> -
?11.98 for two discs at a time, or your local library, or
<http://www.20thcenturyflicks.co.uk/> depending on your tastes (i.e.
mainstream or arthouse/cult/foreign language). Or, you could use a
Pay-as-you-go movie streaming service such as Blinkbox (by Tesco), or Google
Play Movies.

If you're using an Android device of some description, you might be able to
use a cheap MHL-to-HDMI or Slimport-to-HDMI cable/adaptor (depending on what
if anything your device supports) rather than a more-costly Chromecast.

And don't forget used DVDs/BDs too - I've found zOverstocks on Amazon
Marketplace and Play.com to offer discs in typically great condition at very
low prices. <http://www.xvmarketplace.ie/Offers> is worth keeping an eye on
for ex-rental DVDs/BDs.

> It's all a bit confusing really, because I am not sure really if it would
> be better really in my case to get the TiVo or some sort of streaming box,
> or carry on without anything like that for now anyway. So any suggestions?
> With a thanks in advanced.
>
> Also Peter how have you been getting on with your Chromecast more recently?
>
> Regards
>
> Sebastian

HTH,
Alex

------------------------------

Message: 2
Date: Mon, 27 Oct 2014 16:40:30 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] The DNS Mystery is (re)solved!
Message-ID: <544E757E.1050004@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Hi everyone

It was nice to meet some of you AFK at the meetup last Saturday.

Because of no DNS, apt-get didnt work, so I was dreading manually
sorting all the dependencies bitmask required and then installing
bitmask itself. Even worse, a full OS reinstallation was also on the
cards! :-(

But then.. I noticed that bitmask has a standalone bundle:
https://dl.bitmask.net/linux/#install-stand-alone-bundle

I downloaded that and was excited to see the "bitmask-root firewall
stop" command was available which was said to fix internet woes. Next
thing I was dancing to the screen of successful pings to www.google.com!
Never have I been happier to see the word "google" on my screen!

What it was that it did actually remains a mystery...

Anyway, thank you all for your support and help over the past week :-)

Best wishes,

Yousef

P.S.

$ sudo pkexec /tmp/Bitmask-linux64-0.6.1-4/apps/eip/files/bitmask-root
firewall stop
bitmask-root: done
$ ping www.google.com
PING www.google.com (74.125.230.146) 56(84) bytes of data.
...
...
64 bytes from lhr08s05-in-f18.1e100.net (74.125.230.146): icmp_req=7
ttl=55 time=53.0 ms
^C
--- www.google.com ping statistics ---
508 packets transmitted, 508 received, 0% packet loss, time 507727ms
rtt min/avg/max/mdev = 24.913/43.983/55.628/6.687 ms

P.P.S
Please excuse the "DNS (re)solved" pun


Y Martin:
> There was a bitmask chain remaining but it was empty. Just to be safe I ran:
> $ iptables -X bitmask
> $ iptables -L -v
>
> This now shows that the bitmask chain has been removed but DNS still
> doesnt work :-( I wonder if I'm missing anything..
>
> But perhaps youre right and I should reinstall bitmask to make use of:
> $ bitmask-root firewall stop
>
> What is it they say about the old cure?.. 'Hair of the dog that bit you'!
>
> Dave Addison:
>> On Sunday 19 Oct 2014 12:46:52 Y Martin wrote:
>>> Hi Ian
>>>
>>> Thank you for your reply. Yes bitmask is a better implemention of
>>> encrypted communication because I believe in giving our Article 12 Human
>>> Right to privacy a healthy exercise (use 'em or lose 'em!)
>>>
>>> Sorry, I should have mentioned that I have uninstalled bitmask but the
>>> problem persists.
>>>
>>> So I am trying to find out what bitmask has changed in my DNS
>>> configuration and how to undo it :-(
>>>
>>> ohh dear, the price we pay for privacy!!!
>>>
>>> Sincerely,
>>>
>>> Yousef
>>>
>> Hi Yousef,
>>
>> Reading the web page Ian linked to, it would appear that bitmask install rules
>> into the firewall to redirect DNS queries. The web page also lists the command
>> to disable this for debugging so it should be possible to check if this is the
>> problem
>>
>> sudo bitmask-root firewall stop
>>
>> Regards
>> Dave
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>



------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 574, Issue 2
***************************************

Senin, 27 Oktober 2014

Bristol Digest, Vol 574, Issue 1

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: Slightly less mysterious DNS problem (Y Martin)
2. Re: Slightly less mysterious DNS problem (nick robinson)


----------------------------------------------------------------------

Message: 1
Date: Sat, 25 Oct 2014 12:26:35 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <544B96FB.6020200@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

yep i can ping IPs but not URLs

nick robinson:
> can you ping 8.8.8.8?
>
> On 22 October 2014 23:25, Y Martin <ym2013@riseup.net> wrote:
>
>> Hi Max
>>
>> $ cat /etc/nsswitch.conf
>> passwd: compat
>> group: compat
>> shadow: compat
>>
>> hosts: files dns
>> networks: files
>>
>> protocols: db files
>> services: db files
>> ethers: db files
>> rpc: db files
>>
>> netgroup: nis
>>
>> $ cat /etc/host.conf
>> multi on
>>
>> $ cat /etc/resolv.conf
>> nameserver 192.168.2.123
>> #nameserver 8.8.8.8 #this one didnt work either :-(
>>
>> $ dig +trace www.google.co.uk
>> ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> +trace www.google.co.uk
>> ;; global options: +cmd
>> ;; connection timed out; no servers could be reached
>>
>>
>>
>> Max B:
>>> Can you post your /etc/nsswitch.conf , /etc/host.conf and
>>> /etc/resolve.conf?
>>>
>>> and also the output of dig +trace www.google.co.uk.
>>>
>>> Thanks, Max B
>>>
>>> On 22 October 2014 11:34, Y Martin <ym2013@riseup.net> wrote:
>>>
>>>> sudo grep -sxRil "10.42." /var/log/
>>>> comes up with nothing :(
>>>>
>>>> sudo grep -sxRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
>>>> --exclude-dir=/tmp
>>>> but this took all day!
>>>>
>>>> After about 6 hours it found nothing. I forgot I was running it at the
>>>> end of the day and shut my PC down.. doh! I should do it from 'sudo su'
>>>> today so that I cant shut my PC down without killing this command.
>>>> i.e.
>>>> root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
>>>> --exclude-dir=/var/log --exclude-dir=/tmp
>>>>
>>>> Amias Channer:
>>>>> On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
>>>>>
>>>>>> So what next? Unless you have a less crude idea, I will do a grep
>> search
>>>>>> of my whole OS for the mischievous IP "10.42.0.1" to find where this
>>>>>> configuration is residing..
>>>>>>
>>>>>
>>>>> grep your logs first.
>>>>>
>>>>> Cheers
>>>>> Amias
>>>>>
>>>>>
>>>>>
>>>>> This body part will be downloaded on demand.
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Bristol mailing list
>>>> Bristol@mailman.lug.org.uk
>>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>>>
>>>>
>>>>
>>>> This body part will be downloaded on demand.
>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>>
>>
>> This body part will be downloaded on demand.




------------------------------

Message: 2
Date: Sun, 26 Oct 2014 16:46:08 +0000
From: nick robinson <nick@njrobinson.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<CADo8qK7B4b93icJ2fceGgpEGct4ePE+WsYDjgB=dn8+BjB_Krw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

maybe check that the firewall isn't redirecting dns requests.
set resolve.conf to point to 8.8.8.8, make sure you can ping it.
try disable the firewall and see if you dig www.google.co.uk
run netstat -tna and have a look for anything running on port 53

On 25 October 2014 13:26, Y Martin <ym2013@riseup.net> wrote:

> yep i can ping IPs but not URLs
>
> nick robinson:
> > can you ping 8.8.8.8?
> >
> > On 22 October 2014 23:25, Y Martin <ym2013@riseup.net> wrote:
> >
> >> Hi Max
> >>
> >> $ cat /etc/nsswitch.conf
> >> passwd: compat
> >> group: compat
> >> shadow: compat
> >>
> >> hosts: files dns
> >> networks: files
> >>
> >> protocols: db files
> >> services: db files
> >> ethers: db files
> >> rpc: db files
> >>
> >> netgroup: nis
> >>
> >> $ cat /etc/host.conf
> >> multi on
> >>
> >> $ cat /etc/resolv.conf
> >> nameserver 192.168.2.123
> >> #nameserver 8.8.8.8 #this one didnt work either :-(
> >>
> >> $ dig +trace www.google.co.uk
> >> ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> +trace www.google.co.uk
> >> ;; global options: +cmd
> >> ;; connection timed out; no servers could be reached
> >>
> >>
> >>
> >> Max B:
> >>> Can you post your /etc/nsswitch.conf , /etc/host.conf and
> >>> /etc/resolve.conf?
> >>>
> >>> and also the output of dig +trace www.google.co.uk.
> >>>
> >>> Thanks, Max B
> >>>
> >>> On 22 October 2014 11:34, Y Martin <ym2013@riseup.net> wrote:
> >>>
> >>>> sudo grep -sxRil "10.42." /var/log/
> >>>> comes up with nothing :(
> >>>>
> >>>> sudo grep -sxRil "10.42." / --exclude-dir=/home/
> --exclude-dir=/var/log
> >>>> --exclude-dir=/tmp
> >>>> but this took all day!
> >>>>
> >>>> After about 6 hours it found nothing. I forgot I was running it at the
> >>>> end of the day and shut my PC down.. doh! I should do it from 'sudo
> su'
> >>>> today so that I cant shut my PC down without killing this command.
> >>>> i.e.
> >>>> root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
> >>>> --exclude-dir=/var/log --exclude-dir=/tmp
> >>>>
> >>>> Amias Channer:
> >>>>> On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
> >>>>>
> >>>>>> So what next? Unless you have a less crude idea, I will do a grep
> >> search
> >>>>>> of my whole OS for the mischievous IP "10.42.0.1" to find where this
> >>>>>> configuration is residing..
> >>>>>>
> >>>>>
> >>>>> grep your logs first.
> >>>>>
> >>>>> Cheers
> >>>>> Amias
> >>>>>
> >>>>>
> >>>>>
> >>>>> This body part will be downloaded on demand.
> >>>>>
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> Bristol mailing list
> >>>> Bristol@mailman.lug.org.uk
> >>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
> >>>>
> >>>>
> >>>>
> >>>> This body part will be downloaded on demand.
> >>
> >>
> >> _______________________________________________
> >> Bristol mailing list
> >> Bristol@mailman.lug.org.uk
> >> https://mailman.lug.org.uk/mailman/listinfo/bristol
> >>
> >>
> >>
> >> This body part will be downloaded on demand.
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141026/35b1f8d3/attachment-0001.html>

------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 574, Issue 1
***************************************

Sabtu, 25 Oktober 2014

Bristol Digest, Vol 573, Issue 8

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: Slightly less mysterious DNS problem (nick robinson)


----------------------------------------------------------------------

Message: 1
Date: Sat, 25 Oct 2014 10:46:49 +0100
From: nick robinson <nick@njrobinson.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<CADo8qK5bS0XE=2NzG1ZbOgueS+uoo1WWKo4Hhw7dqMHOkWpU-Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

can you ping 8.8.8.8?

On 22 October 2014 23:25, Y Martin <ym2013@riseup.net> wrote:

> Hi Max
>
> $ cat /etc/nsswitch.conf
> passwd: compat
> group: compat
> shadow: compat
>
> hosts: files dns
> networks: files
>
> protocols: db files
> services: db files
> ethers: db files
> rpc: db files
>
> netgroup: nis
>
> $ cat /etc/host.conf
> multi on
>
> $ cat /etc/resolv.conf
> nameserver 192.168.2.123
> #nameserver 8.8.8.8 #this one didnt work either :-(
>
> $ dig +trace www.google.co.uk
> ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> +trace www.google.co.uk
> ;; global options: +cmd
> ;; connection timed out; no servers could be reached
>
>
>
> Max B:
> > Can you post your /etc/nsswitch.conf , /etc/host.conf and
> > /etc/resolve.conf?
> >
> > and also the output of dig +trace www.google.co.uk.
> >
> > Thanks, Max B
> >
> > On 22 October 2014 11:34, Y Martin <ym2013@riseup.net> wrote:
> >
> >> sudo grep -sxRil "10.42." /var/log/
> >> comes up with nothing :(
> >>
> >> sudo grep -sxRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
> >> --exclude-dir=/tmp
> >> but this took all day!
> >>
> >> After about 6 hours it found nothing. I forgot I was running it at the
> >> end of the day and shut my PC down.. doh! I should do it from 'sudo su'
> >> today so that I cant shut my PC down without killing this command.
> >> i.e.
> >> root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
> >> --exclude-dir=/var/log --exclude-dir=/tmp
> >>
> >> Amias Channer:
> >>> On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
> >>>
> >>>> So what next? Unless you have a less crude idea, I will do a grep
> search
> >>>> of my whole OS for the mischievous IP "10.42.0.1" to find where this
> >>>> configuration is residing..
> >>>>
> >>>
> >>> grep your logs first.
> >>>
> >>> Cheers
> >>> Amias
> >>>
> >>>
> >>>
> >>> This body part will be downloaded on demand.
> >>>
> >>
> >>
> >> _______________________________________________
> >> Bristol mailing list
> >> Bristol@mailman.lug.org.uk
> >> https://mailman.lug.org.uk/mailman/listinfo/bristol
> >>
> >>
> >>
> >> This body part will be downloaded on demand.
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141025/82b3104d/attachment-0001.html>

------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 8
***************************************

Kamis, 23 Oktober 2014

Bristol Digest, Vol 573, Issue 7

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: Slightly less mysterious DNS problem (Keith Edmunds)
2. 19-inch VGA CRT monitor needs a new home (John Honniball)
3. Re: LUG Meeting this Saturday 25/10/14 (John Honniball)
4. Re: LUG Meeting this Saturday 25/10/14 (david)
5. Re: Slightly less mysterious DNS problem (Y Martin)
6. Re: Slightly less mysterious DNS problem (Y Martin)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 Oct 2014 19:58:35 +0100
From: Keith Edmunds <kae@midnighthax.com>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <20141022195835.69f20138@ws.the.cage>
Content-Type: text/plain; charset=US-ASCII

On Wed, 22 Oct 2014 09:34:29 +0000, ym2013@riseup.net said:

> sudo grep -sxRil "10.42." /var/log/

Why are you including the -x option in your grep command? You may want to
run without it.
--
Linux for Web Devlopers - 15 Mistakes to Avoid: http://goo.gl/2SKjYL

"You can't live a perfect day without doing something for someone
who will never be able to repay you."



------------------------------

Message: 2
Date: Wed, 22 Oct 2014 22:26:29 +0100
From: John Honniball <coredump@gifford.co.uk>
To: Bristol UK Hackspace <hackspacebristol@lists.aktivix.org>, Bristol
and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] 19-inch VGA CRT monitor needs a new home
Message-ID: <54482105.7000800@gifford.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed


I need to find a new home for a Samsung SyncMaster 957DF.
It's a fine VGA monitor with a flat-screen CRT. It's
big and heavy. Maximum resolution is 1920x1440 at 64Hz.
The only possible advantage that I can think of
over an LCD is that nobody will pinch it off your desk!

Free to collector, in Stoke Gifford, north Bristol. I could
drop off locally if needed.

--
John Honniball



------------------------------

Message: 3
Date: Wed, 22 Oct 2014 22:37:53 +0100
From: John Honniball <coredump@gifford.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <544823B1.6000102@gifford.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 22/10/2014 09:43, david wrote:
> John
> Do you still have an excess of 12v 1amp PSU's?

Yes! How many do you need?

PS. I used your UK101 emulator in Javascript to demo
my "Flappy 101" game at Dorkbot yesterday!

--
John Honniball





------------------------------

Message: 4
Date: Wed, 22 Oct 2014 23:15:54 +0100
From: david <david@avoncliff.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <54482C9A.1080007@avoncliff.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 22/10/14 22:37, John Honniball wrote:
> On 22/10/2014 09:43, david wrote:
>> John
>> Do you still have an excess of 12v 1amp PSU's?
>
> Yes! How many do you need?
>
> PS. I used your UK101 emulator in Javascript to demo
> my "Flappy 101" game at Dorkbot yesterday!
>
Excellent. Now I really must get to LUG meeting just to find out about
Flappy!

A few would be useful, I have 10 cards to power, but not all now and I
have some psu already.

See you Saturday
David




------------------------------

Message: 5
Date: Wed, 22 Oct 2014 22:21:22 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <54482DE2.9080802@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Oops, I meant to have a flag to find the exact match, but I think its
"-F" I want. I think it tells grep to look for the plain string instead
of treating it as a pattern where dot means "any character".

Thanks :-)

so its:

grep -sFRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
--exclude-dir=/tmp


Keith Edmunds:
> On Wed, 22 Oct 2014 09:34:29 +0000, ym2013@riseup.net said:
>
>> sudo grep -sxRil "10.42." /var/log/
>
> Why are you including the -x option in your grep command? You may want to
> run without it.
>




------------------------------

Message: 6
Date: Wed, 22 Oct 2014 22:25:03 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <54482EBF.7090408@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Hi Max

$ cat /etc/nsswitch.conf
passwd: compat
group: compat
shadow: compat

hosts: files dns
networks: files

protocols: db files
services: db files
ethers: db files
rpc: db files

netgroup: nis

$ cat /etc/host.conf
multi on

$ cat /etc/resolv.conf
nameserver 192.168.2.123
#nameserver 8.8.8.8 #this one didnt work either :-(

$ dig +trace www.google.co.uk
; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> +trace www.google.co.uk
;; global options: +cmd
;; connection timed out; no servers could be reached



Max B:
> Can you post your /etc/nsswitch.conf , /etc/host.conf and
> /etc/resolve.conf?
>
> and also the output of dig +trace www.google.co.uk.
>
> Thanks, Max B
>
> On 22 October 2014 11:34, Y Martin <ym2013@riseup.net> wrote:
>
>> sudo grep -sxRil "10.42." /var/log/
>> comes up with nothing :(
>>
>> sudo grep -sxRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
>> --exclude-dir=/tmp
>> but this took all day!
>>
>> After about 6 hours it found nothing. I forgot I was running it at the
>> end of the day and shut my PC down.. doh! I should do it from 'sudo su'
>> today so that I cant shut my PC down without killing this command.
>> i.e.
>> root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
>> --exclude-dir=/var/log --exclude-dir=/tmp
>>
>> Amias Channer:
>>> On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
>>>
>>>> So what next? Unless you have a less crude idea, I will do a grep search
>>>> of my whole OS for the mischievous IP "10.42.0.1" to find where this
>>>> configuration is residing..
>>>>
>>>
>>> grep your logs first.
>>>
>>> Cheers
>>> Amias
>>>
>>>
>>>
>>> This body part will be downloaded on demand.
>>>
>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>>
>>
>> This body part will be downloaded on demand.




------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 7
***************************************

Rabu, 22 Oktober 2014

Bristol Digest, Vol 573, Issue 6

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: Looking for "10.24.0.1" (nick robinson)
2. Scanjet 2100C needs an ohm (Peter Hemmings)
3. Re: LUG Meeting this Saturday 25/10/14 (John Honniball)
4. Re: LUG Meeting this Saturday 25/10/14 (david)
5. Re: Slightly less mysterious DNS problem (Amias Channer)
6. Re: Slightly less mysterious DNS problem (Y Martin)
7. Re: Slightly less mysterious DNS problem (Max B)


----------------------------------------------------------------------

Message: 1
Date: Tue, 21 Oct 2014 13:58:16 +0100
From: nick robinson <nick@njrobinson.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Looking for "10.24.0.1"
Message-ID:
<CADo8qK5PMyV6NgOOoCx1CvGaCOv-BpKCBET_Eypdg=SUnwzPbQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

one way would be

grep -P "10\.24\.0\.1"

On 21 October 2014 12:24, jpff <jpff@codemist.co.uk> wrote:

> grep or fgrep? Looking fir string containing . must skow it down
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141021/9cc8c46b/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 21 Oct 2014 17:47:56 +0100
From: Peter Hemmings <peter@hemmings.eclipse.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] Scanjet 2100C needs an ohm
Message-ID: <54468E3C.7070306@hemmings.eclipse.co.uk>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi,

I have a HP Scanjet 2100C that works OK with Linux, I can bring it to
the KT if anyone wants it.

Regards
--
Peter H



------------------------------

Message: 3
Date: Tue, 21 Oct 2014 23:57:09 +0100
From: John Honniball <coredump@gifford.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <5446E4C5.7080206@gifford.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 20/10/2014 22:37, Sebastian wrote:
> Who other than myself is intending on coming this Saturday? I'll
> probably be there about 2pm/3pm.

I'll be there! I'll bring the laptop and the electronic sign, too.

--
John Honniball





------------------------------

Message: 4
Date: Wed, 22 Oct 2014 09:43:29 +0100
From: david <david@avoncliff.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <54476E31.9000707@avoncliff.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

John
Do you still have an excess of 12v 1amp PSU's?
David



On 21/10/14 23:57, John Honniball wrote:
> On 20/10/2014 22:37, Sebastian wrote:
>> Who other than myself is intending on coming this Saturday? I'll
>> probably be there about 2pm/3pm.
>
> I'll be there! I'll bring the laptop and the electronic sign, too.
>




------------------------------

Message: 5
Date: Wed, 22 Oct 2014 09:47:25 +0100
From: Amias Channer <me@amias.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<CAMgU7XXkqMLg7bEn64xAq1gHv3W-85bu8gYLTq7=vpwkwbwKFA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:

> So what next? Unless you have a less crude idea, I will do a grep search
> of my whole OS for the mischievous IP "10.42.0.1" to find where this
> configuration is residing..
>

grep your logs first.

Cheers
Amias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141022/7ba156fe/attachment-0001.html>

------------------------------

Message: 6
Date: Wed, 22 Oct 2014 09:34:29 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID: <54477A25.7050007@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

sudo grep -sxRil "10.42." /var/log/
comes up with nothing :(

sudo grep -sxRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
--exclude-dir=/tmp
but this took all day!

After about 6 hours it found nothing. I forgot I was running it at the
end of the day and shut my PC down.. doh! I should do it from 'sudo su'
today so that I cant shut my PC down without killing this command.
i.e.
root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
--exclude-dir=/var/log --exclude-dir=/tmp

Amias Channer:
> On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
>
>> So what next? Unless you have a less crude idea, I will do a grep search
>> of my whole OS for the mischievous IP "10.42.0.1" to find where this
>> configuration is residing..
>>
>
> grep your logs first.
>
> Cheers
> Amias
>
>
>
> This body part will be downloaded on demand.
>




------------------------------

Message: 7
Date: Wed, 22 Oct 2014 12:00:12 +0200
From: Max B <psykx.out@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<CALe8LgEQ6ZtdXUYJeAP=ehp6VaVc4q_EP-Aprvytvex0QRQ1jg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Can you post your /etc/nsswitch.conf , /etc/host.conf and
/etc/resolve.conf?

and also the output of dig +trace www.google.co.uk.

Thanks, Max B

On 22 October 2014 11:34, Y Martin <ym2013@riseup.net> wrote:

> sudo grep -sxRil "10.42." /var/log/
> comes up with nothing :(
>
> sudo grep -sxRil "10.42." / --exclude-dir=/home/ --exclude-dir=/var/log
> --exclude-dir=/tmp
> but this took all day!
>
> After about 6 hours it found nothing. I forgot I was running it at the
> end of the day and shut my PC down.. doh! I should do it from 'sudo su'
> today so that I cant shut my PC down without killing this command.
> i.e.
> root@hostname:~# grep -sxRil "10.42." / --exclude-dir=/home/
> --exclude-dir=/var/log --exclude-dir=/tmp
>
> Amias Channer:
> > On 20 October 2014 13:52, Y Martin <ym2013@riseup.net> wrote:
> >
> >> So what next? Unless you have a less crude idea, I will do a grep search
> >> of my whole OS for the mischievous IP "10.42.0.1" to find where this
> >> configuration is residing..
> >>
> >
> > grep your logs first.
> >
> > Cheers
> > Amias
> >
> >
> >
> > This body part will be downloaded on demand.
> >
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141022/eedf6acb/attachment-0001.html>

------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 6
***************************************

Selasa, 21 Oktober 2014

Bristol Digest, Vol 573, Issue 5

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: Mysterious DNS problem (nick robinson)
2. Re: LUG Meeting this Saturday 25/10/14 (Peter Hemmings)
3. Looking for "10.24.0.1" (jpff)


----------------------------------------------------------------------

Message: 1
Date: Tue, 21 Oct 2014 09:50:39 +0100
From: nick robinson <nick@njrobinson.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID:
<CADo8qK7rYS+C1jPGbgBFvW_tNpRxz1d4ZEcEYi-M61OVa42BOQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

dont forget to check nsswitch.conf as well

On 20 October 2014 14:21, Zak Wilcox <iwilcox@iwilcox.me.uk> wrote:

> On 20/10/14 11:58, Y Martin wrote:
> > Is there anywhere else except for
> > /etc/resolve.conf that I should be looking?
>
> Yes, resolv.conf is often split up now so that individual applications
> can insert and remove bits; typically /etc/resolvconf/* or somewhere
> similar in /var/run. But it looks to me like your issue is probably:
>
> https://leap.se/code/issues/5691
>
> ...as your exhaustive grep has probably told you by now.
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20141021/1e6ebb59/attachment-0001.html>

------------------------------

Message: 2
Date: Tue, 21 Oct 2014 12:06:36 +0100
From: Peter Hemmings <peter@hemmings.eclipse.co.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <54463E3C.9070509@hemmings.eclipse.co.uk>
Content-Type: text/plain; charset=windows-1252; format=flowed



On 20/10/14 22:37, Sebastian wrote:
> Hi
>
> It is yet another one of our usual informal LUG meetings at the Knights
> Templar Pub this Saturday:
> http://www.jdwetherspoon.co.uk/home/pubs/the-knights-templar
>
> Regulars and new people welcome, come along for a chat, or to show or
> give away tech related things if wanting to as well for example.
>
> If you are new I suggest not turning up until 1:30pm by the earliest
> when someone else is likely to be there as well. People tend to leave
> between 4pm and 5/5.30pm. We sit on the lower level at the back of the
> pub in the left corner with the plugs, or near there instead if someone
> else is already there.

To be more precise for anyone who has not been before, we normally sit
in the raised level, in the corner slightly to the right at the back as
you go through the doors.

>
> Who other than myself is intending on coming this Saturday? I'll
> probably be there about 2pm/3pm.

Hope to be there about 2pm.

>
> Regards
>
> Sebastian
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol

Regards
--
Peter H



------------------------------

Message: 3
Date: Tue, 21 Oct 2014 12:24:51 +0100 (BST)
From: jpff <jpff@codemist.co.uk>
To: bristol@mailman.lug.org.uk
Subject: [bristol] Looking for "10.24.0.1"
Message-ID: <alpine.DEB.2.02.1410211223510.14370@snout.codemist.co.uk>
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII

grep or fgrep? Looking fir string containing . must skow it down




------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 5
***************************************

Senin, 20 Oktober 2014

Bristol Digest, Vol 573, Issue 4

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Re: Mysterious DNS problem (Zak Wilcox)
2. Re: Mysterious DNS problem (Y Martin)
3. Re: Mysterious DNS problem (Y Martin)
4. Re: Mysterious DNS problem (Dave Addison)
5. Re: Mysterious DNS problem (Y Martin)
6. Re: Mysterious DNS problem (Shane McEwan)
7. LUG Meeting this Saturday 25/10/14 (Sebastian)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Oct 2014 17:31:56 +0100
From: Zak Wilcox <iwilcox@iwilcox.me.uk>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <544538FC.9050201@iwilcox.me.uk>
Content-Type: text/plain; charset=windows-1252

On 20/10/14 17:01, Y Martin wrote:
> Mine just stays the same.

Just as a sanity check, what does "host -vv google.com" say? It should
mention the server it's using, in a line like "Received xxx bytes from
a.b.c.d#53 in 123 ms".

> Should I install resolvconf?

Don't worry about it if you don't have it.

> By the way, my grep -srx "10.24.0.1" is still running(!) Nothing yet..

If you know something like ping or "host -vv google.com" is using
10.x.x.x, but you don't know where from, strace can be handy. Something
like "strace -e open ping" or "strace -e open host -vvv google.com"
should list all the files a program opens while it runs. Check those.
Failing that, you could always make grep more targeted --- it's pretty
unlikely the IP is coming from anywhere but /etc or /var, so start there.

Also, wasn't it 10.42.x.x not 10.24.x.x ?



------------------------------

Message: 2
Date: Mon, 20 Oct 2014 17:21:52 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <544544B0.6040201@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Zak Wilcox:
> On 20/10/14 17:01, Y Martin wrote:
>> Mine just stays the same.
>
> Just as a sanity check, what does "host -vv google.com" say? It should
> mention the server it's using, in a line like "Received xxx bytes from
> a.b.c.d#53 in 123 ms".
$ host -vv google.com
Trying "google.com"
;; connection timed out; no servers could be reached
>
>> Should I install resolvconf?
>
> Don't worry about it if you don't have it.
>
>> By the way, my grep -srx "10.24.0.1" is still running(!) Nothing yet..
>
> If you know something like ping or "host -vv google.com" is using
> 10.x.x.x, but you don't know where from, strace can be handy. Something
> like "strace -e open ping" or "strace -e open host -vvv google.com"
> should list all the files a program opens while it runs. Check those.
> Failing that, you could always make grep more targeted --- it's pretty
> unlikely the IP is coming from anywhere but /etc or /var, so start there.
There was nothing in /etc/ or /var/ ..thats odd

I will install strace manually and let you know the output of those
commands.
>
> Also, wasn't it 10.42.x.x not 10.24.x.x ?
Yes youre right. Sorry about that, I resent the email with the typos
corrected.
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>




------------------------------

Message: 3
Date: Mon, 20 Oct 2014 18:06:15 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <54454F17.9050709@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

This looks interesting:

$ strace -e open host -vvv google.com
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/usr/lib/liblwres.so.80", O_RDONLY) = 3
open("/usr/lib/libdns.so.88", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", O_RDONLY) = 3
open("/usr/lib/libbind9.so.80", O_RDONLY) = 3
open("/usr/lib/libisccfg.so.82", O_RDONLY) = 3
open("/usr/lib/libisc.so.84", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libcap.so.2", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libxml2.so.2", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
open("/usr/lib/libGeoIP.so.1", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libkrb5.so.3", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libk5crypto.so.3", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libcom_err.so.2", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/libkrb5support.so.0", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libkeyutils.so.1", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY) = 3
open("/usr/lib/libisccc.so.80", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libattr.so.1", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY) = 3
open("/usr/share/locale/en_GB.UTF-8/libdst.cat", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/libdst.cat", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en/libdst.cat", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libdst.cat", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_GB.UTF-8/libisc.cat", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/libisc.cat", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en/libisc.cat", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libisc.cat", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/lib/ssl/openssl.cnf", O_RDONLY) = 6
open("/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libgost.so",
O_RDONLY) = 6
open("/usr/share/locale/en_GB.UTF-8/libdns.cat", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/libdns.cat", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/en/libdns.cat", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libdns.cat", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/etc/resolv.conf", O_RDONLY) = 6
Trying "google.com"
;; connection timed out; no servers could be reached
--- SIGTERM (Terminated) @ 0 (0) ---


$ strace -e open ping
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [-t ttl] [-I interface]
[-M pmtudisc-hint] [-m mark] [-S sndbuf]
[-T tstamp-options] [-Q tos] [hop1 ...] destination



Zak Wilcox:
> On 20/10/14 17:01, Y Martin wrote:
>> Mine just stays the same.
>
> Just as a sanity check, what does "host -vv google.com" say? It should
> mention the server it's using, in a line like "Received xxx bytes from
> a.b.c.d#53 in 123 ms".
>
>> Should I install resolvconf?
>
> Don't worry about it if you don't have it.
>
>> By the way, my grep -srx "10.24.0.1" is still running(!) Nothing yet..
>
> If you know something like ping or "host -vv google.com" is using
> 10.x.x.x, but you don't know where from, strace can be handy. Something
> like "strace -e open ping" or "strace -e open host -vvv google.com"
> should list all the files a program opens while it runs. Check those.
> Failing that, you could always make grep more targeted --- it's pretty
> unlikely the IP is coming from anywhere but /etc or /var, so start there.
>
> Also, wasn't it 10.42.x.x not 10.24.x.x ?
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>




------------------------------

Message: 4
Date: Mon, 20 Oct 2014 19:28:22 +0100
From: Dave Addison <dave@redmoor.org.uk>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <1633533.GUeOydHDrB@phaedra>
Content-Type: text/plain; charset="us-ascii"

On Sunday 19 Oct 2014 12:46:52 Y Martin wrote:
> Hi Ian
>
> Thank you for your reply. Yes bitmask is a better implemention of
> encrypted communication because I believe in giving our Article 12 Human
> Right to privacy a healthy exercise (use 'em or lose 'em!)
>
> Sorry, I should have mentioned that I have uninstalled bitmask but the
> problem persists.
>
> So I am trying to find out what bitmask has changed in my DNS
> configuration and how to undo it :-(
>
> ohh dear, the price we pay for privacy!!!
>
> Sincerely,
>
> Yousef
>
Hi Yousef,

Reading the web page Ian linked to, it would appear that bitmask install rules
into the firewall to redirect DNS queries. The web page also lists the command
to disable this for debugging so it should be possible to check if this is the
problem

sudo bitmask-root firewall stop

Regards
Dave



------------------------------

Message: 5
Date: Mon, 20 Oct 2014 18:35:29 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <544555F1.5080506@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

There was a bitmask chain remaining but it was empty. Just to be safe I ran:
$ iptables -X bitmask
$ iptables -L -v

This now shows that the bitmask chain has been removed but DNS still
doesnt work :-( I wonder if I'm missing anything..

But perhaps youre right and I should reinstall bitmask to make use of:
$ bitmask-root firewall stop

What is it they say about the old cure?.. 'Hair of the dog that bit you'!

Dave Addison:
> On Sunday 19 Oct 2014 12:46:52 Y Martin wrote:
>> Hi Ian
>>
>> Thank you for your reply. Yes bitmask is a better implemention of
>> encrypted communication because I believe in giving our Article 12 Human
>> Right to privacy a healthy exercise (use 'em or lose 'em!)
>>
>> Sorry, I should have mentioned that I have uninstalled bitmask but the
>> problem persists.
>>
>> So I am trying to find out what bitmask has changed in my DNS
>> configuration and how to undo it :-(
>>
>> ohh dear, the price we pay for privacy!!!
>>
>> Sincerely,
>>
>> Yousef
>>
> Hi Yousef,
>
> Reading the web page Ian linked to, it would appear that bitmask install rules
> into the firewall to redirect DNS queries. The web page also lists the command
> to disable this for debugging so it should be possible to check if this is the
> problem
>
> sudo bitmask-root firewall stop
>
> Regards
> Dave
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>




------------------------------

Message: 6
Date: Mon, 20 Oct 2014 14:18:01 +0100
From: Shane McEwan <shane@mcewan.id.au>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <54450B89.8040604@mcewan.id.au>
Content-Type: text/plain; charset=utf-8

On 17/10/14 20:36, Y Martin wrote:
> Im beginning to wonder if there is such a thing as DNS gods that I
> should have made some prayers and offerings to. Can anyone shine a light
> on things?

The DNS god is a cruel and vengeful god. Prayers don't help.

It seems like the DNS server on your gateway isn't working or the
requests aren't getting out of your computer at all.

What do you get when you do:

dig google.com @8.8.8.8

and

dig google.com @192.168.1.123

Perhaps Bitmask has turned on some iptables on your machine that is
blocking outgoing DNS requests?

Shane.



------------------------------

Message: 7
Date: Mon, 20 Oct 2014 22:37:53 +0100
From: Sebastian <sebsebseb_mageia@gmx.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>,
Sebastian <sebsebseb_mageia@gmx.com>
Subject: [bristol] LUG Meeting this Saturday 25/10/14
Message-ID: <544580B1.3010006@gmx.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi

It is yet another one of our usual informal LUG meetings at the Knights
Templar Pub this Saturday:
http://www.jdwetherspoon.co.uk/home/pubs/the-knights-templar

Regulars and new people welcome, come along for a chat, or to show or
give away tech related things if wanting to as well for example.

If you are new I suggest not turning up until 1:30pm by the earliest
when someone else is likely to be there as well. People tend to leave
between 4pm and 5/5.30pm. We sit on the lower level at the back of the
pub in the left corner with the plugs, or near there instead if someone
else is already there.

Who other than myself is intending on coming this Saturday? I'll
probably be there about 2pm/3pm.

Regards

Sebastian



------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 4
***************************************

Bristol Digest, Vol 573, Issue 3

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. Slightly less mysterious DNS problem (Y Martin)
2. Re: Mysterious DNS problem (Zak Wilcox)
3. Re: Slightly less mysterious DNS problem (Martin Moore)
4. Re: Mysterious DNS problem (Y Martin)
5. Re: Mysterious DNS problem (Y Martin)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Oct 2014 12:52:04 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] Slightly less mysterious DNS problem
Message-ID: <54450574.3040509@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Aha! Your last email gave me the idea to just do a packet capture and
analyse any DNS requests. I admit its not something Ive done properly
before, but it has unveiled that when I ping google.com (unsuccessfully
of cause), there are numerous DNS protocol queries to 10.42.0.1, which
is, as you said, a private network.

So what next? Unless you have a less crude idea, I will do a grep search
of my whole OS for the mischievous IP "10.42.0.1" to find where this
configuration is residing..

Yours hopefully,

Yousef


-------- Original Message --------
Subject: Re: [bristol] Mysterious DNS problem
Date: Mon, 20 Oct 2014 10:58:30 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>

I couldnt get bitmask to work. Then I couldnt get my normal internet to
work so I uninstalled bitmask. But my normal internet is still not working.

I wonder if my DNS server is still specified as the bitmask VPN server
(rather than 8.8.8.8 for example). Is there anywhere else except for
/etc/resolve.conf that I should be looking?

Best wishes,

Yousef

Amias Channer:
> Hello Martin,
>
> Whats the DNS server specified at the VPN endpoint and why are you not
> using that ? i suspect the VPN endpoint is not allowing you to use a
> public DNS server because it almost certainly won't resolve hostnames for
> machines inside the VPN or any way to find them out and secondly to prevent
> leaking of DNS queries that could compromise the security of the VPN by
> disclosing where you are trying to get to.
>
> DNS is a public facing service so if you are using a private network you
> need private DNS.
>
> Cheers
> Amias
>
> On 20 October 2014 11:04, Y Martin <ym2013@riseup.net> wrote:
>
>> Hi Martin
>>
>> Sorry for the delay in getting back to you. Ive been a bit unwell. Here
>> is the output of 'route' and 'ifconfig':
>>
>> $ route
>> Kernel IP routing table
>> Destination Gateway Genmask Flags Metric Ref Use
>> Iface
>> default 192.168.1.123 0.0.0.0 UG 0 0 0
>> eth1
>> 192.168.1.0 * 255.255.255.0 U 0 0 0
>> eth1
>>
>> $ ifconfig
>> eth1 Link encap:Ethernet HWaddr 00:1c:ac:98:17:f2
>> inet addr:192.168.1.136 Bcast:192.168.1.255 Mask:255.255.255.0
>> inet6 addr: fe80::21c:acff:fe98:17f2/64 Scope:Link
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:1687 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:1594 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:1000
>> RX bytes:1868346 (1.7 MiB) TX bytes:378434 (369.5 KiB)
>> Interrupt:19 Base address:0xe000
>>
>> lo Link encap:Local Loopback
>> inet addr:127.0.0.1 Mask:255.0.0.0
>> inet6 addr: ::1/128 Scope:Host
>> UP LOOPBACK RUNNING MTU:16436 Metric:1
>> RX packets:2329 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:2329 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:0
>> RX bytes:877136 (856.5 KiB) TX bytes:877136 (856.5 KiB)
>>
>>
>> 192.168.1.123 is my router which is attached to the ADSL router in the
>> house. 192.168.1.123 does have some iptables rules. I have tried my
>> internet without it but DNS still doesnt work. Another PC connected to
>> 192.168.1.123 works fine (DNS lookups, internet etc). But perhaps I
>> should take 192.168.1.123 out of the equation when posting outputs to
>> you to keep things simple.
>>
>> Best wishes,
>>
>> Yousef
>>
>>
>> Martin Habets:
>>> Hi,
>>>
>>> Check the output of route and ifconfig. Maybe you're encased in a VPN
>>> due to the bitmask thing (which I'm not familiar with).
>>>
>>> Martin
>>>
>>> On Fri, Oct 17, 2014 at 07:36:09PM +0000, Y Martin wrote:
>>>> Hi
>>>>
>>>> I've had a mysterious problem with DNS on my Debian PC not working for
>>>> over a week now and I havent been able to fix it :-(
>>>>
>>>> I was wondering if there is someone out there that can shine a light on
>>>> this mystery for me.
>>>>
>>>> It happened after I installed the VPN program called bitmask and this
>>>> bitmask wiki page makes me think it is the culpret:
>>>> https://bitmask.net/en/help/vpn/linux#dns
>>>> I lodged a bitmask bug report https://leap.se/code/issues/6197
>>>>
>>>> So I can ping IPs (eg. 8.8.8.8) but not URLs ("ping: unknown host
>>>> www.google.com").
>>>> ----------------------------------------------------------------------
>>>> Dig and nslookup dont seem to work:
>>>>
>>>> $ dig www.google.com
>>>> ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> www.google.com
>>>> ;; global options: +cmd
>>>> ;; connection timed out; no servers could be reached
>>>>
>>>> $ nslookup www.google.com
>>>> ;; connection timed out; no servers could be reached
>>>> ----------------------------------------------------------------------
>>>> My /etc/nsswitch.conf seems fine:
>>>>
>>>> passwd: compat
>>>> group: compat
>>>> shadow: compat
>>>> hosts: files dns
>>>> networks: files
>>>> protocols: db files
>>>> services: db files
>>>> ethers: db files
>>>> rpc: db files
>>>> netgroup: nis
>>>> ----------------------------------------------------------------------
>>>> I thought dpkg restoring default settings might help but it didnt:
>>>>
>>>> dpkg-reconfigure isc-dhcp-client
>>>> dpkg-reconfigure bind9
>>>> ----------------------------------------------------------------------
>>>> iptables isnt dropping anything on port 53
>>>> ----------------------------------------------------------------------
>>>>
>>>> By the way, my /etc/resolve.conf is:
>>>> nameserver 192.168.1.123 #this is my router
>>>>
>>>> but Ive tried:
>>>> nameserver 8.8.8.8 #still doesnt work :-(
>>>>
>>>> ----------------------------------------------------------------------
>>>>
>>>> Im beginning to wonder if there is such a thing as DNS gods that I
>>>> should have made some prayers and offerings to. Can anyone shine a light
>>>> on things?
>>>>
>>>> Yours hopefully,
>>>>
>>>> Yousef
>>>>
>>>> _______________________________________________
>>>> Bristol mailing list
>>>> Bristol@mailman.lug.org.uk
>>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>>
>>> _______________________________________________
>>> Bristol mailing list
>>> Bristol@mailman.lug.org.uk
>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>>
>>
>> This body part will be downloaded on demand.






------------------------------

Message: 2
Date: Mon, 20 Oct 2014 14:21:37 +0100
From: Zak Wilcox <iwilcox@iwilcox.me.uk>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <54450C61.5030909@iwilcox.me.uk>
Content-Type: text/plain; charset=windows-1252

On 20/10/14 11:58, Y Martin wrote:
> Is there anywhere else except for
> /etc/resolve.conf that I should be looking?

Yes, resolv.conf is often split up now so that individual applications
can insert and remove bits; typically /etc/resolvconf/* or somewhere
similar in /var/run. But it looks to me like your issue is probably:

https://leap.se/code/issues/5691

...as your exhaustive grep has probably told you by now.



------------------------------

Message: 3
Date: Mon, 20 Oct 2014 14:31:50 +0100
From: "Martin Moore" <martinm@it-helps.co.uk>
To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Slightly less mysterious DNS problem
Message-ID:
<!&!AAAAAAAAAAAYAAAAAAAAAKj9cIcGbghBrTUmzEdhwwrCgAAAEAAAANw0NL25evxDjD7tOGT3lAwBAAAAAA==@it-helps.co.uk>

Content-Type: text/plain; charset="us-ascii"

May just need to flush summat - if you haven't a reboot may be quickest....


Martin

-----Original Message-----
From: bristol-bounces@mailman.lug.org.uk
[mailto:bristol-bounces@mailman.lug.org.uk] On Behalf Of Y Martin
Sent: 20 October 2014 13:52
To: Bristol and Bath Linux User Group
Subject: [bristol] Slightly less mysterious DNS problem

Aha! Your last email gave me the idea to just do a packet capture and
analyse any DNS requests. I admit its not something Ive done properly
before, but it has unveiled that when I ping google.com (unsuccessfully of
cause), there are numerous DNS protocol queries to 10.42.0.1, which is, as
you said, a private network.

So what next? Unless you have a less crude idea, I will do a grep search of
my whole OS for the mischievous IP "10.42.0.1" to find where this
configuration is residing..

Yours hopefully,

Yousef


-------- Original Message --------
Subject: Re: [bristol] Mysterious DNS problem
Date: Mon, 20 Oct 2014 10:58:30 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>

I couldnt get bitmask to work. Then I couldnt get my normal internet to work
so I uninstalled bitmask. But my normal internet is still not working.

I wonder if my DNS server is still specified as the bitmask VPN server
(rather than 8.8.8.8 for example). Is there anywhere else except for
/etc/resolve.conf that I should be looking?

Best wishes,

Yousef

Amias Channer:
> Hello Martin,
>
> Whats the DNS server specified at the VPN endpoint and why are you not
> using that ? i suspect the VPN endpoint is not allowing you to use a
> public DNS server because it almost certainly won't resolve hostnames
> for machines inside the VPN or any way to find them out and secondly
> to prevent leaking of DNS queries that could compromise the security
> of the VPN by disclosing where you are trying to get to.
>
> DNS is a public facing service so if you are using a private network
> you need private DNS.
>
> Cheers
> Amias
>
> On 20 October 2014 11:04, Y Martin <ym2013@riseup.net> wrote:
>
>> Hi Martin
>>
>> Sorry for the delay in getting back to you. Ive been a bit unwell.
>> Here is the output of 'route' and 'ifconfig':
>>
>> $ route
>> Kernel IP routing table
>> Destination Gateway Genmask Flags Metric Ref Use
>> Iface
>> default 192.168.1.123 0.0.0.0 UG 0 0 0
>> eth1
>> 192.168.1.0 * 255.255.255.0 U 0 0 0
>> eth1
>>
>> $ ifconfig
>> eth1 Link encap:Ethernet HWaddr 00:1c:ac:98:17:f2
>> inet addr:192.168.1.136 Bcast:192.168.1.255
Mask:255.255.255.0
>> inet6 addr: fe80::21c:acff:fe98:17f2/64 Scope:Link
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:1687 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:1594 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:1000
>> RX bytes:1868346 (1.7 MiB) TX bytes:378434 (369.5 KiB)
>> Interrupt:19 Base address:0xe000
>>
>> lo Link encap:Local Loopback
>> inet addr:127.0.0.1 Mask:255.0.0.0
>> inet6 addr: ::1/128 Scope:Host
>> UP LOOPBACK RUNNING MTU:16436 Metric:1
>> RX packets:2329 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:2329 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:0
>> RX bytes:877136 (856.5 KiB) TX bytes:877136 (856.5 KiB)
>>
>>
>> 192.168.1.123 is my router which is attached to the ADSL router in
>> the house. 192.168.1.123 does have some iptables rules. I have tried
>> my internet without it but DNS still doesnt work. Another PC
>> connected to
>> 192.168.1.123 works fine (DNS lookups, internet etc). But perhaps I
>> should take 192.168.1.123 out of the equation when posting outputs to
>> you to keep things simple.
>>
>> Best wishes,
>>
>> Yousef
>>
>>
>> Martin Habets:
>>> Hi,
>>>
>>> Check the output of route and ifconfig. Maybe you're encased in a
>>> VPN due to the bitmask thing (which I'm not familiar with).
>>>
>>> Martin
>>>
>>> On Fri, Oct 17, 2014 at 07:36:09PM +0000, Y Martin wrote:
>>>> Hi
>>>>
>>>> I've had a mysterious problem with DNS on my Debian PC not working
>>>> for over a week now and I havent been able to fix it :-(
>>>>
>>>> I was wondering if there is someone out there that can shine a
>>>> light on this mystery for me.
>>>>
>>>> It happened after I installed the VPN program called bitmask and
>>>> this bitmask wiki page makes me think it is the culpret:
>>>> https://bitmask.net/en/help/vpn/linux#dns
>>>> I lodged a bitmask bug report https://leap.se/code/issues/6197
>>>>
>>>> So I can ping IPs (eg. 8.8.8.8) but not URLs ("ping: unknown host
>>>> www.google.com").
>>>> -------------------------------------------------------------------
>>>> --- Dig and nslookup dont seem to work:
>>>>
>>>> $ dig www.google.com
>>>> ; <<>> DiG 9.8.4-rpz2+rl005.12-P1 <<>> www.google.com ;; global
>>>> options: +cmd ;; connection timed out; no servers could be reached
>>>>
>>>> $ nslookup www.google.com
>>>> ;; connection timed out; no servers could be reached
>>>> -------------------------------------------------------------------
>>>> ---
>>>> My /etc/nsswitch.conf seems fine:
>>>>
>>>> passwd: compat
>>>> group: compat
>>>> shadow: compat
>>>> hosts: files dns
>>>> networks: files
>>>> protocols: db files
>>>> services: db files
>>>> ethers: db files
>>>> rpc: db files
>>>> netgroup: nis
>>>> -------------------------------------------------------------------
>>>> --- I thought dpkg restoring default settings might help but it
>>>> didnt:
>>>>
>>>> dpkg-reconfigure isc-dhcp-client
>>>> dpkg-reconfigure bind9
>>>> -------------------------------------------------------------------
>>>> --- iptables isnt dropping anything on port 53
>>>> -------------------------------------------------------------------
>>>> ---
>>>>
>>>> By the way, my /etc/resolve.conf is:
>>>> nameserver 192.168.1.123 #this is my router
>>>>
>>>> but Ive tried:
>>>> nameserver 8.8.8.8 #still doesnt work :-(
>>>>
>>>> -------------------------------------------------------------------
>>>> ---
>>>>
>>>> Im beginning to wonder if there is such a thing as DNS gods that I
>>>> should have made some prayers and offerings to. Can anyone shine a
>>>> light on things?
>>>>
>>>> Yours hopefully,
>>>>
>>>> Yousef
>>>>
>>>> _______________________________________________
>>>> Bristol mailing list
>>>> Bristol@mailman.lug.org.uk
>>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>>
>>> _______________________________________________
>>> Bristol mailing list
>>> Bristol@mailman.lug.org.uk
>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>>
>>
>> This body part will be downloaded on demand.




_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol




------------------------------

Message: 4
Date: Mon, 20 Oct 2014 16:01:45 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <544531E9.8010604@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

I dont have resolvconf installed. Also, with
https://leap.se/code/issues/5691, their /etc/resolve.conf keeps being
changed. Mine just stays the same.

Should I install resolvconf?

By the way, my grep -srx "10.24.0.1" is still running(!) Nothing yet..


Zak Wilcox:
> On 20/10/14 11:58, Y Martin wrote:
>> Is there anywhere else except for
>> /etc/resolve.conf that I should be looking?
>
> Yes, resolv.conf is often split up now so that individual applications
> can insert and remove bits; typically /etc/resolvconf/* or somewhere
> similar in /var/run. But it looks to me like your issue is probably:
>
> https://leap.se/code/issues/5691
>
> ...as your exhaustive grep has probably told you by now.
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>




------------------------------

Message: 5
Date: Mon, 20 Oct 2014 16:21:54 +0000
From: Y Martin <ym2013@riseup.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Mysterious DNS problem
Message-ID: <544536A2.9040706@riseup.net>
Content-Type: text/plain; charset=ISO-8859-1

Please disregard my last message.. two typos!! It actually meant to read:

I dont have resolvconf installed. Also, with
https://leap.se/code/issues/5691, their /etc/resolv.conf keeps being
changed. Mine just stays the same.

Should I install resolvconf?

By the way, my grep -srx "10.42.0.1" is still running(!) Nothing yet..


Y Martin:
> I dont have resolvconf installed. Also, with
> https://leap.se/code/issues/5691, their /etc/resolve.conf keeps being
> changed. Mine just stays the same.
>
> Should I install resolvconf?
>
> By the way, my grep -srx "10.24.0.1" is still running(!) Nothing yet..
>
>
> Zak Wilcox:
>> On 20/10/14 11:58, Y Martin wrote:
>>> Is there anywhere else except for
>>> /etc/resolve.conf that I should be looking?
>>
>> Yes, resolv.conf is often split up now so that individual applications
>> can insert and remove bits; typically /etc/resolvconf/* or somewhere
>> similar in /var/run. But it looks to me like your issue is probably:
>>
>> https://leap.se/code/issues/5691
>>
>> ...as your exhaustive grep has probably told you by now.
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>>
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>




------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 573, Issue 3
***************************************