D
DelJo63
Is your DNS safe?
All depends upon several factors.
First, find out which DNS you are using with this windows command
You will see several adaptors and there settings, but you are looking for
either your
Ethernet adapter Local Area Connection:
or
Wireless LAN adapter Wireless Network Connection:
In either case, your current DNS server will be shown like
I've included the Default Gateway for a reason: This is a sample of your router's address (198.192.?.?) and if XXXXX / YYYY are the same as your gateway, then absolutely your DNS is unsafe -- change it immediately! {The 209.18.47.62 shown is the DNS that my ISP would like me to use
}
It is quite true that many if not all routers start off with the Gateway == DNS address as that allows the highest flexibility of all configurations. It means that if the router doesn't know what to do with a specific DNS request, that it will be forwardedto your ISP. (This is referred to as a recursive request).
If the DNS shows as the Gateway, why is that UNSAFE? Because your router can get corrupted and who knows what happens or where the request is sent.
If my DNS shows up like my ISP's 209.18.47.62, is that safer than using the Gateway? NO.
The ISP will happily find what was requested, or slyly monitor / redirect as the ISP desires and that becomes UNSAFE too.
A better soultion than using the ISP' DNS or your Gateway address is to use a trusted DNS server.
There are several, but here are a few I use:
There are two places where you can alter the DNS properly:
Both work, but using #2 is far more effective -- it protects all devices that connect to your LAN -- even your mobile devices.
You log into your router, find the Basic or WAN settings (this differs between the manufacturers) and manually configure the DNS address pairs for yourself. Be sure to save the settings and then logoff.
Router changes become active when the device makes the first connection to the Internet.
All depends upon several factors.
First, find out which DNS you are using with this windows command
- ipconfig /all
You will see several adaptors and there settings, but you are looking for
either your
Ethernet adapter Local Area Connection:
or
Wireless LAN adapter Wireless Network Connection:
In either case, your current DNS server will be shown like
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : xxxx
yyyy
209.18.47.62
DNS Servers . . . . . . . . . . . : xxxx
yyyy
209.18.47.62
I've included the Default Gateway for a reason: This is a sample of your router's address (198.192.?.?) and if XXXXX / YYYY are the same as your gateway, then absolutely your DNS is unsafe -- change it immediately! {The 209.18.47.62 shown is the DNS that my ISP would like me to use
It is quite true that many if not all routers start off with the Gateway == DNS address as that allows the highest flexibility of all configurations. It means that if the router doesn't know what to do with a specific DNS request, that it will be forwardedto your ISP. (This is referred to as a recursive request).
If the DNS shows as the Gateway, why is that UNSAFE? Because your router can get corrupted and who knows what happens or where the request is sent.
If my DNS shows up like my ISP's 209.18.47.62, is that safer than using the Gateway? NO.
The ISP will happily find what was requested, or slyly monitor / redirect as the ISP desires and that becomes UNSAFE too.
A better soultion than using the ISP' DNS or your Gateway address is to use a trusted DNS server.
There are several, but here are a few I use:
8.8.8.8
8.8.4.4 the Google DNS Pair
8.8.4.4 the Google DNS Pair
1.1.1.1
1.0.0.1 a free Domain Name System (DNS) service. The public DNS service and
servers are maintained and owned by Cloudflare in partnership with APNIC.[1]
The service functions as a recursive name server providing domain name resolution
for any host on the Internet. The service was announced on April 1, 2018,[2]
see https://en.wikipedia.org/wiki/1.1.1.1 for details
How to change your DNS address1.0.0.1 a free Domain Name System (DNS) service. The public DNS service and
servers are maintained and owned by Cloudflare in partnership with APNIC.[1]
The service functions as a recursive name server providing domain name resolution
for any host on the Internet. The service was announced on April 1, 2018,[2]
see https://en.wikipedia.org/wiki/1.1.1.1 for details
There are two places where you can alter the DNS properly:
- 1) directly in the network adapter settings
- 2) in the router itself
Both work, but using #2 is far more effective -- it protects all devices that connect to your LAN -- even your mobile devices.
You log into your router, find the Basic or WAN settings (this differs between the manufacturers) and manually configure the DNS address pairs for yourself. Be sure to save the settings and then logoff.
Router changes become active when the device makes the first connection to the Internet.