Jump to content

Dns Tunneling Problem


n3yuh

Recommended Posts

I read this article ( http://www.splitbrain.org/blog/2008-11/02-dns_tunneling_made_simple ) about DNS tunneling, and I tried it myself.

Unfortunately, I have some problems configuring it.

This is what I did:

DNS setup:

tunnel1.mooo.com NS tunnel2.mooo.com

tunnel2.mooo.com A (ip_of_my_domain)

config of dnstunneld.wrapper:

DNSHOST="tunnel2.tunnel1.mooo.com"

REPLYIP="127.0.0.1"

OPTIONS="-l (ip_of_my_domain) -u nobody -g nogroup"

client setup: first ssh:

$> ssh -C -o ProxyCommand="dnstunnelc -v tunnel2.tunnel1.mooo.com" you@localhost

Second ssh:

$> ssh -D 8000 -N -C -o ProxyCommand="dnstunnelc sshdns.tunnel2.tunnel1.mooo.com" you@localhost

nameservers for my website:

tunnel1.mooo.com

tunnel2.mooo.com

I hope somebody can help me with this, because I don't understand what I am doing wrong...

I use freedns.afraid.org because I can't configure the dns settings properly on my own website.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...