pmeerw's blog

Nov 2008

Wed, 05 Nov 2008

Tunneling IOIP over SSL

client:

ifconfig eth0 192.168.175.215
socat udp4-listen:16400,fork tcp:localhost:16444
connect to server:
ssh -L 16444:192.168.175.217:16444 -p 55503 195.70.114.97
server:
ifconfig eth0:0 192.168.175.217
socat tcp4-listen:16444,fork UDP:192.168.175.215:16400,bind=192.168.175.217:16400

posted at: 23:28 | path: /projects | permanent link

Sat, 01 Nov 2008

Tunneling UDP via SSH

http://www.zarb.org/~gc/html/udp-in-ssh-tunneling.html describes a solution using netcat and mkfifo, alternatively, using socat.

udptunnel might also work. NST wiki (whatever) has nice graphics and also goes the mkfifo / netcat route.

posted at: 23:40 | path: /configuration | permanent link

Made with PyBlosxom