Networking-Forums.com

Education => Homework Help => Topic started by: deanfourie on July 14, 2015, 05:33:45 AM

Title: DNS Questions..
Post by: deanfourie on July 14, 2015, 05:33:45 AM
So ive basically labelled DNS as the most powerful protocol on the internet today...
Im not sure how true that is, but it seems to me.... Also im not sure if this post is even in the right PLACE (austech in general)

But, I have some questions regarding DNS.

1. If I set my NIC on windows to statically use DNS 8.8.8.8, does it do a direct request via 8.8.8.8, or will it send that request to the gateway and then send the DNS request via the ISP assigned DNS servers? So, in order to do a legitimate DNS request to 8.8.8.8, do I need to statically set the routers DNS server to 8.8.8.8?

2. Does anyone know about DNS leaking? and Transparent DNS proxies? Would like to talk more :)
Title: Re: DNS Questions..
Post by: SimonV on July 14, 2015, 05:55:22 AM
Quote from: deanfourie on July 14, 2015, 05:33:45 AM
1. If I set my NIC on windows to statically use DNS 8.8.8.8, does it do a direct request via 8.8.8.8, or will it send that request to the gateway and then send the DNS request via the ISP assigned DNS servers? So, in order to do a legitimate DNS request to 8.8.8.8, do I need to statically set the routers DNS server to 8.8.8.8?

Your client will directly send it to the DNS server. Easily verifiable with Wireshark.
Title: Re: DNS Questions..
Post by: digitheads on July 14, 2015, 07:47:56 AM
the DNS name resolution request goes directly to the DNS server specified, you can use more than one and they will be tried one at a time FIFO.  Without a valid DNS server, you cant surf unless you happen to be that one person that can memorize thousands of ip addresses...
Title: Re: DNS Questions..
Post by: Chev Chellios on July 14, 2015, 09:46:46 AM
The more I think and learn about DNS the more it blows my mind with what it actually does and how quickly it does it. Sad but true.....
Title: Re: DNS Questions..
Post by: deanwebb on July 14, 2015, 11:21:58 AM
This is why all the cool kids keep an eye on DNS. All kinds of security breaches can happen if DNS isn't kept careful track of.
Title: Re: DNS Questions..
Post by: Reggle on July 14, 2015, 02:32:28 PM
If you're that interested, I recommend you install BIND on a computer at home and experiment with it. BIND is a DNS server, relatively lightweight (it will run on a Raspberry Pi just fine) but can scale up to... Well it's used on root servers. It's Linux software.

I learned a LOT of stuff with it. By now I have a DNS-based ad-filter at home, I know how anycast DNS works, I have automated 18+ filtering, DNS resolving for all devices at home and my outgoing DNS traffic is even encrypted (so no DNS-based provider blocks).

You're right, together with BGP, DNS might just be the most powerful protocol on the internet.
Title: Re: DNS Questions..
Post by: Otanx on July 14, 2015, 05:03:26 PM
I would vote that IP is the most critical and powerful protocol on the internet.  :whistle:

I second Reggle. Get a pi, or spin up a VM, and run bind. You will learn quite a bit.

-Otanx
Title: Re: DNS Questions..
Post by: deanwebb on July 14, 2015, 05:31:23 PM
DO NOT UNDERESTIMATE THE POWER OF PING!
Title: Re: DNS Questions..
Post by: Otanx on July 14, 2015, 10:38:31 PM
or Tracer-T

-Otanx
Title: Re: DNS Questions..
Post by: Reggle on July 15, 2015, 03:01:40 AM
Quote from: Otanx on July 14, 2015, 05:03:26 PM
I would vote that IP is the most critical and powerful protocol on the internet.  :whistle:
Point taken. But it's less of a challenge than the other two I mentioned :)
Title: Re: DNS Questions..
Post by: zarawatsonn on May 03, 2016, 12:08:33 AM
DNS leaking is refers to that situation when you send your data through a secure gateway, but some data is leaks outside of secure connection.
Title: Re: DNS Questions..
Post by: deanwebb on May 03, 2016, 08:30:30 AM
Quote from: zarawatsonn on May 03, 2016, 12:08:33 AM
DNS leaking is refers to that situation when you send your data through a secure gateway, but some data is leaks outside of secure connection.
OK...

So why post this to execute an epic gravedig...?

:zomgwtfbbq: