On Friday 2011-08-12 11:26, J. Zeidler wrote: > English: > > Hello, > > I use a SSH-tunnel with Putty on Ubuntu 11.04. I want to achieve, that the > network traffic over a specific port is redirected over the tunnel. I need this > because of a strict firewall, which i can not configure. the tunnel runs on > localhost:9999. i can use this as proxy with firefox, so the tunnel works. i > tried this without success: > > iptables -A OUTPUT -t nat -p udp -d 65.18.193.12 -j DNAT --to 127.0.0.1:9999 Since when does SSH do UDP? -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html