Differences

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

Link to this comparison view

Next revision
Previous revision
ssh_over_dns [2007-08-27 17:20] – created nikssh_over_dns [2019-12-23 05:52] (current) nik
Line 1: Line 1:
 ==== ozymanDNS and SSH over DNS==== ==== ozymanDNS and SSH over DNS====
  
-  -. Download [[Dan Kaminsky]]'s OzymanDNS from http://www.doxpara.com/ozymandns_src_0.1.tgz+  -. Download [[https://dankaminsky.com/2004/07/29/51/|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.1188235210.txt.gz
  • Last modified: 2007-08-27 17:20
  • by nik