From time to times I have to reboot my Ubuntu 11.04 remote desktop. Once it up and I run Cromium browser with many tabs (20 for example) dns server doesn't respond anymore. At beginning I suspected my ISP, so I replaced my /etc/resolv.conf with following values:
nameserver 208.67.222.222 nameserver 208.67.220.220 nameserver 8.8.8.8
The result is the same - I can't use browser for ~20 min. because names are not resolved, ping doesn't work either.
Any idea what is blocking?
8.8.8.8
? – Daniele Santi Jul 07 '11 at 11:498.8.8.8
and4.2.2.4
and they work fine. – Thomas Ward Jul 07 '11 at 13:05nameserver 8.8.8.8
just to see what happens? i just ran a DNS lookup off of8.8.8.8
, so I know its functioning. – Thomas Ward Jul 07 '11 at 13:12dig @8.8.8.8 www.ubuntu.com
– Thomas Ward Jul 07 '11 at 13:23