-3

I tried to find my DNS so I could create a static connect, but it is the same as the default gateway. How would I find the DNS used in a static connection?

1
  • 2
    You really need to reword this to try and explain more clearly what you're trying to achieve. It's likely to get heavily down voted otherwise. Commented Jun 21, 2013 at 23:06

2 Answers 2

1

If you are using consumer-level network equipment, it is quite common for the default gateway to also handle DNS. To find out if this is the case, simply change the primary DNS server to the same address as the default gateway. If you can access google.com from your browser, it worked!

Otherwise, a quick fix if you only require internet access is to use Google's DNS server addresses. Their primary DNS address is 8.8.8.8, while their secondary DNS address is 8.8.4.4. Be aware, this method will sometimes break access to computers inside your network.

0

From your other question, it really sounds like you're trying set up port forwarding. In this case you need your internal and external IP address, and shouldn't need to touch DNS.

  • For the external IP, just use a site like http://www.whatismyip.com/
  • For the internal IP, use the IPv4 address returned by ipconfig

Not the answer you're looking for? Browse other questions tagged .