Navigation


how run the eagelDns for tests on localhost?

arik

Member since: 2010-03-09 21:07

Added: 2010-03-18 07:06

Hi,

please see the below output-

 

 

C:\>nslookup
*** Can't find server name for address 192.168.2.254: Non-existent domain
*** Default servers are not available
Default Server:  UnKnown
Address:  192.168.2.254

> www.yahoo.com
Server:  UnKnown
Address:  192.168.2.254

Non-authoritative answer:
Name:    eu-fp.wa1.b.yahoo.com
Address:  87.248.122.122
Aliases:  www.yahoo.com, fp.wg1.b.yahoo.com

> server 127.0.0.1
Default Server:  localhost
Address:  127.0.0.1

> www.yahoo.com
Server:  localhost
Address:  127.0.0.1

*** No address (A) records available for www.yahoo.com
>

 

 so when setting the dns server to localhost it failed to resolve. is there a place need to be set the proxy dns to forward the requests?

Unlogic

Member since: 2008-01-27 20:43

Added: 2010-03-18 22:04 Updated: 2010-03-18 22:50

When you run Eagle DNS locally for testing I recommend that you run it on a different port.

You can then use the following command to query the server (replace 1234 with the port you are using):

nslookup -port=1234 test.com localhost

This will cause Windows to try and resolve test.com using the DNS server located at localhost:1234

Unlogic

Member since: 2008-01-27 20:43

Added: 2010-03-18 22:09

By the way, you can subscribe to threads here on the forum by clicking on the  icon at the top-right of each thread. That way you'll get an e-mail notification when someone posts a reply.

arik

Member since: 2010-03-09 21:07

Added: 2010-03-23 22:39

thanks!

i'll run it like this