Results 1 to 10 of 10

Thread: Public DNS servers blocked

  1. #1
    Join Date
    Apr 2009
    Location
    Georgia, USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Public DNS servers blocked

    AT&T has decided to block DNS requests going to any outside DNS server, including their own server.

    Is there a way around this issue besides changing ISPs?

  2. #2
    Join Date
    Apr 2006
    Location
    N. Vancouver, BC, Canada
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Public DNS servers blocked

    Does installing bind9 and running one's own DNS work?
    Code:
    sudo apt-get install bind9

  3. #3
    Join Date
    Jul 2008
    Beans
    2,732

    Re: Public DNS servers blocked

    This is what I use as listed above by Dr. C not sure if it will help with AT&T. I'm just adding to his post.

    Code:
    sudo apt-get install bind9
    set your DNS to 127.0.0.1 (in your browser)

    Code:
    sudo /etc/init.d/bind9 restart

  4. #4
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: Public DNS servers blocked

    you know my feeling is they're probably prepping up to stop people from getting around their upcoming 6 strikes agreement thing with the MPAA... so they're probably going to block access to sites that the MPAA don't like by doing this

  5. #5
    Join Date
    Sep 2007
    Location
    In here watching you!
    Beans
    Hidden!

    Re: Public DNS servers blocked

    Some how-to's for bind9:

    https://help.ubuntu.com/10.04/server...iguration.html

    https://help.ubuntu.com/community/BIND9ServerHowto

    I used bind9 when I had an ISP with unreliable and slow DNS servers.
    Last edited by Old_Grey_Wolf; December 24th, 2012 at 09:00 PM.
    Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.

    No support requests by PM please.

  6. #6
    Join Date
    Apr 2009
    Location
    Georgia, USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Public DNS servers blocked

    Quote Originally Posted by Primefalcon View Post
    you know my feeling is they're probably prepping up to stop people from getting around their upcoming 6 strikes agreement thing with the MPAA... so they're probably going to block access to sites that the MPAA don't like by doing this
    Thanks for the heads up about torrents and RIAA/MPAA. Just the same, it is annoying that they would stoop to blocking external DNS requests.

    Thank you to everyone else for the tips about bind9. I guess that I will have to set up my own DNS servers and tell AT&T to take a flying leap off a short pier while wearing lead (the heavy metal) pants.
    Last edited by tkoco; December 25th, 2012 at 12:12 AM.

  7. #7
    Join Date
    Apr 2006
    Location
    N. Vancouver, BC, Canada
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Public DNS servers blocked

    There is one more point on setting up bind9. Once the Ubuntu or other GNU/Linux computer is set up to be a DNS. Then the other computers and devices on the local network can also use it as their DNS.

    What I do is configure DNS on one computer with a static IP on the local lan and then use it for DNS for all the devices and computers on the local lan. This can be done by setting the DNS on the router or other DHCP server to the local IP of the DNS computer. It works for any device or computer including mobile devices, Windows computers, blu-ray players, TVs, game consoles etc.

  8. #8
    Join Date
    Jul 2012
    Beans
    25

    Re: Public DNS servers blocked

    That sucks. I use ssh tunneling most of the time, because I need some websites to think I'm in the UK. Tunneling probably wont do you much good though as you would need to have a server set up in another location or with a different isp. I wouldn't trust going down that or the VPN route unless you know the host very, very well.

  9. #9
    Join Date
    Aug 2005
    Beans
    6,024

    Re: Public DNS servers blocked

    Are you guys saying AT&T are blocking all DNS related traffic if it does not go to their servers? So you can't use for example OpenDNS servers?

    Something smells fishy here, I find it hard to believe that they would deliberately block traffic to other DNS servers. If they do it for border on illegal imho.

  10. #10
    Join Date
    Jun 2012
    Beans
    301

    Re: Public DNS servers blocked

    couple of tests.....

    ...can you ping the DNS you're looking to use ?

    ...do you have the IP for us ? we can run some additional ping tests to see if the DNS is active or maybe it just went offline

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •