View Single Post
  #37  
Old 05-29-2013, 08:26 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by lerxst2112 View Post
I'm using the Google public DNS servers (8.8.8.8 and 8.8.4.4) and it resolves properly for me. Keep in mind that ipconfig /flushdns doesn't generally affect any caching you router might be doing, so you may also have to reboot it to force it to flush as well.

Another alternative is adding the address to your hosts file until it propagates to whatever your DNS server is.
Used nslookup an hour ago and it was resolving to the old address on 8.8.8.8.

A router reboot doesn't hurt, however if you are setting a static DNS primary you are not taking the DHCP option of using your router as your DNS server to even get served the cached requests to begin with.

Code:
C:\Users\cmiles>nslookup moestaverne.com 8.8.8.8
Server:  google-public-dns-a.google.com
Address:  8.8.8.8

Non-authoritative answer:
Name:    moestaverne.com
Addresses:  2001:8d8:1000:b007:74e6:9b1f:1a86:9
          82.165.202.254


C:\Users\cmiles>

C:\Users\cmiles>ping moestaverne.com

Pinging moestaverne.com [88.198.230.177] with 32 bytes of data:
Reply from 88.198.230.177: bytes=32 time=127ms TTL=52
Reply With Quote