From: Michael Prokop Date: Sun, 30 Sep 2007 15:35:37 +0000 (+0200) Subject: Small addong and typo fix for dns2tcp tip X-Git-Tag: 0.4.7~7 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=c6d9f7c7aeb21af70894983eab78009744f081da Small addong and typo fix for dns2tcp tip --- diff --git a/grml_tips b/grml_tips index c38d67b..ba9cbeb 100644 --- a/grml_tips +++ b/grml_tips @@ -2966,7 +2966,7 @@ nameserver 172.16.42.1 Available connection(s) : ssh # dns2tcpc -r ssh -l 2222 -z dnstun.example.com 172.16.42.1 & -Listenning on port : 2222 +Listening on port : 2222 # ssh localhost -p 2222 user@host.example.com:~# @@ -2978,4 +2978,7 @@ Available connection(s) : Listenning on port : 2222 # ssh localhost -p 2222 user@host.example.com:~# + +Notice: using 'ssh -D 8080 ..' you will get a socks5-proxy listening on +localhost:8080 which you can use to tunnel everything through your "dns-uplink". --