Does anyone know of a good way to tunnel udp connections through one port? I have heard netcat can transform udp to tcp, and then this can be used through ssh, but I don’t get how to get netcat to do that…
Any help?
THe reason I am using ssh tunnels is that I don’t have administrative access to my firewall, which only lets through port 80…. Can I still access ipsec through that?
I’m half-way through my problem, I have successfully been able to forward udp connections to the remote server using zebedee (very easy to compile for mac). However, I didn’t get it to do “reverse” forwarding…
Does anyone have an idea on how to do that, or use zebedee in combination with ssh?
Comments are closed