Hiii,
I can't connect to the server. I followed the instructions of the HOWTO tutorial, I set up two subdomains like
dsntun8.chickenkiller.com NS myhouse8.moo.com
myhouse8.chickenkiller.com A 70.190.182.193
with command:
java -jar tcp-over-dns-client.jar --dsntun8.chickenkiller.com --interval 20 and with
java -jar tcp-over-dns-client.jar --myhouse8.chickenkiller.com --interval 20
is it not possible to connect to the server.
To the test server:
java -jar tcp-over-dns-client.jar --domain t.spirh.com --interval 20
I can connect without any problems.
Can anybody help me to solve this problem?
DNS Listener: Received error code from DNS server!SERVFAIL
I'm getting a failure too -- either by the test domain t.spirh.com or to my own. I found that there are no errors when I'm basically looping form the target box client'ed to the server box on the same system through my own DNS, and through a DNS on a neighbouring box, but the next test was the Whole Enchilada, and it failed with SERVFAIL.
Is there a way to progressively test this? Is there a concern over packet size, and a way to trim that?
(Thanks BTW for packaging this into a portable format ie JARs :) )