Monday, January 2, 2017

domain name system - Wrong DNS for just one site on development machine

www.superyoink.de is my clients' website. I can access it from any machine except my development one.



If I ping it on my development machine, I get 80.67.28.107 - this is wrong.




My laptop, next to me, is able to resolve it correctly.



I have tried putting correct address into hosts like so:



93.187.232.191 www.superyoink.de



Still resolves to wrong address.



I can enter bogus DNS server addresses so nothing works. But www.superyoink.de still resolves to 80.67.28.107.




Rebooted, did ipconfig /flushdns nothing seems to work.



I run 32 bit Vista. My impression is that it has stored the wrong dns resolution somewhere and is not even trying the DNS servers. But where? Help please!

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...