ststeiger / trust4

Automatically exported from code.google.com/p/trust4
0 stars 0 forks source link

Trust4 <--> nslookup / windows dns resolver communication failure. #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up Trust4 as per regular instructions.
2. Change DNS settings for your current internet adapter to 127.0.0.1
3. attempt to resolve .p2p domains using nslookup.

What is the expected output? What do you see instead?
Expected output: Windows will return the address as resolved by Trust4. 
Instead, Windows says no response, and no authoritative response.

What version of the product are you using? On what operating system?
Trust4 v. 0.2.0 on Windows 7.

Please provide any additional information below.
Trust4 server log:
http://pastebin.com/ciQxyT7T

nslookup console log:
http://pastebin.com/ReG8GUiJ

Configuration files:
http://pastebin.com/Duj3JfhH

Original issue reported on code.google.com by VSF...@gmail.com on 9 Dec 2010 at 5:25

GoogleCodeExporter commented 9 years ago
Are you sure that nslookup is performing an A request, and not an AAAA request? 
 Trust4 currently does not handle AAAA (IPv6) record lookups, and so you won't 
get a response.  You should be able to type 'set type=a' into nslookup to 
ensure that it only does IPv4 lookups.

Original comment by jrho...@redpointsoftware.com.au on 22 Jan 2011 at 7:25