LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ozymanDNS Tunneling - I never get a login prompt... What I'm missing? (https://www.linuxquestions.org/questions/linux-networking-3/ozymandns-tunneling-i-never-get-a-login-prompt-what-im-missing-870620/)

flipjarg 03-23-2011 09:49 PM

ozymanDNS Tunneling - I never get a login prompt... What I'm missing?
 
My web host is Netfirms. I have setup an A record to point t.domain.com and domain.com to the IP address of my server (in my home) which I run ozymanDNS on.

Currently bind9 is installed and I stop it when I use ozymanDNS (/etc/init.d/bind9 stop). Then, on the server, I run:
Code:

./nomde.pl -i 0.0.0.0 t.domain.com
Output from nomde.pl is now:
Code:

Creating TCP socket 0#53 - done.
Creating UDP socket 0#53 - done.
Waiting for connections...

I have added droute.pl to my /usr/bin/ so I don't need to use ./droute.pl. To login, I do:
Code:

ssh -o ProxyCommand="droute t.domain.com" username@localhost
Once I try to SSH into the server, with the above command, I never get a prompt. The command just hangs and probably would forever.

What am I missing here? I have followed the instructions at DNStunnel.de but the section "Technical Setup" is a bit confusing to me. I feel that I my have misunderstood something. Any help will be greatly appreciated. Thank you!


All times are GMT -5. The time now is 06:29 AM.