Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
ssh_over_dns [2007-08-27 17:20] – created nikssh_over_dns [2007-09-12 09:53] 192.168.1.50
Line 3: Line 3:
   -. Download [[Dan Kaminsky]]'s OzymanDNS from http://www.doxpara.com/ozymandns_src_0.1.tgz   -. Download [[Dan Kaminsky]]'s OzymanDNS from http://www.doxpara.com/ozymandns_src_0.1.tgz
   -. Add an NS record for a subdomain you want to use for the OzymanDNS server (eg.  ozyman.example.com), using the CNAME of  the host running the OzymanDNS server (eg  host78.example.com).   -. Add an NS record for a subdomain you want to use for the OzymanDNS server (eg.  ozyman.example.com), using the CNAME of  the host running the OzymanDNS server (eg  host78.example.com).
-  -. On the server, start: sudo ./nomde.pl -i 127.0.0.1 ozyman.example.com +  -. On the server, start: <code>sudo ./nomde.pl -i 127.0.0.1 ozyman.example.com</code> 
-  -. On the client, run: +  -. On the client, run: <code>ssh -C -o ProxyCommand="./droute.pl -v sshdns.ozyman.example.com" localhost</code>
-      ssh -C -o ProxyCommand="./droute.pl -v sshdns.ozyman.example.com" localhost+
    - Congratulations, you should now have an SSH connection open to the host that's running OzymanDNS.     - Congratulations, you should now have an SSH connection open to the host that's running OzymanDNS. 
  
-(abridged from: http://www.aripollak.com/wiki/Main/SSHOverDNS+(abridged from: http://www.aripollak.com/wiki/Main/SSHOverDNS and http://dnstunnel.de/ )) 
 + 
 +==== everything over SSH ==== 
 +see;: http://www.plenz.com/tunnel-everything 
 + 
 +==== IP over PPP over DNS over IP ==== 
 +see;; http://iq.org/#IPoverPPPoverDNSoverIP 
  
  • ssh_over_dns.txt
  • Last modified: 2019-12-23 05:52
  • by nik