Click here to Skip to main content
15,888,401 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: DNS Cache, craziest thing Pin
raddevus26-Jan-22 3:20
mvaraddevus26-Jan-22 3:20 
GeneralRe: DNS Cache, craziest thing Pin
TNCaver26-Jan-22 3:52
TNCaver26-Jan-22 3:52 
GeneralRe: DNS Cache, craziest thing Pin
raddevus26-Jan-22 4:52
mvaraddevus26-Jan-22 4:52 
GeneralRe: DNS Cache, craziest thing Pin
Luschan26-Jan-22 9:11
Luschan26-Jan-22 9:11 
GeneralRe: DNS Cache, craziest thing Pin
kmoorevs25-Jan-22 11:13
kmoorevs25-Jan-22 11:13 
GeneralRe: DNS Cache, craziest thing Pin
raddevus25-Jan-22 11:40
mvaraddevus25-Jan-22 11:40 
JokeRe: DNS Cache, craziest thing Pin
oofalladeez34325-Jan-22 12:45
professionaloofalladeez34325-Jan-22 12:45 
GeneralRe: DNS Cache, craziest thing Pin
Clumpco26-Jan-22 0:10
Clumpco26-Jan-22 0:10 
Next time (hopefully there won't be one, but you never know) try using "nslookup" which allows you to use different name servers to see where the problem lies.

By default nslookup uses your default nameserver - just type "nslookup" to start it and get the default, viz:
C:\Windows\System32>nslookup
Default Server:  pi.hole
Address:  192.168.1.37
Now type in the host name that you are looking for
> www.ibm.com
Server:  pi.hole
Address:  192.168.1.37

Non-authoritative answer:
Name:    e7817.dscx.akamaiedge.net
Addresses:  2a02:26f0:d6:39e::1e89
          2a02:26f0:d6:382::1e89
          104.125.7.129
Aliases:  www.ibm.com
          www.ibm.com.cs186.net
          outer-global-dual.ibmcom-tls12.edgekey.net
Now change the name server to see if you get the same answer.
> server 8.8.8.8
Default Server:  dns.google
Address:  8.8.8.8

> www.ibm.com
Server:  dns.google
Address:  8.8.8.8
etc...

I hope that this helps.
P.S. you will notice that I use pi-hole https://pi-hole.net/[^] , if you don't already, you should do! Kills most adverts and dodgy sites.
So old that I did my first coding in octal via switches on a DEC PDP 8

GeneralRe: DNS Cache, craziest thing Pin
raddevus26-Jan-22 1:52
mvaraddevus26-Jan-22 1:52 
GeneralRe: DNS Cache, craziest thing Pin
danbergen26-Jan-22 3:20
danbergen26-Jan-22 3:20 
GeneralRe: DNS Cache, craziest thing Pin
raddevus26-Jan-22 3:32
mvaraddevus26-Jan-22 3:32 
GeneralRe: DNS Cache, craziest thing Pin
Kirk 1038982126-Jan-22 4:50
Kirk 1038982126-Jan-22 4:50 
GeneralRe: DNS Cache, craziest thing Pin
raddevus26-Jan-22 4:52
mvaraddevus26-Jan-22 4:52 
QuestionCoders of the Austrailia... Explain... Pin
oofalladeez34325-Jan-22 9:04
professionaloofalladeez34325-Jan-22 9:04 
AnswerRe: Coders of the Austrailia... Explain... Pin
Greg Utas25-Jan-22 9:57
professionalGreg Utas25-Jan-22 9:57 
GeneralRe: Coders of the Austrailia... Explain... Pin
dandy7225-Jan-22 11:06
dandy7225-Jan-22 11:06 
GeneralRe: Coders of the Austrailia... Explain... Pin
oofalladeez34325-Jan-22 12:19
professionaloofalladeez34325-Jan-22 12:19 
GeneralRe: Coders of the Austrailia... Explain... Pin
yacCarsten25-Jan-22 15:57
yacCarsten25-Jan-22 15:57 
GeneralRe: Coders of the Austrailia... Explain... Pin
Daniel Pfeffer25-Jan-22 19:57
professionalDaniel Pfeffer25-Jan-22 19:57 
GeneralLamingtons Pin
Chris Maunder25-Jan-22 8:56
cofounderChris Maunder25-Jan-22 8:56 
GeneralRe: Lamingtons Pin
oofalladeez34325-Jan-22 9:05
professionaloofalladeez34325-Jan-22 9:05 
GeneralRe: Lamingtons Pin
Matthew Dennis25-Jan-22 9:38
sysadminMatthew Dennis25-Jan-22 9:38 
GeneralRe: Lamingtons Pin
theoldfool25-Jan-22 9:09
professionaltheoldfool25-Jan-22 9:09 
GeneralRe: Lamingtons Pin
oofalladeez34325-Jan-22 10:34
professionaloofalladeez34325-Jan-22 10:34 
GeneralEnough! I quit for the day! Pin
OriginalGriff25-Jan-22 6:08
mveOriginalGriff25-Jan-22 6:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.