Nov 2008
client:
ifconfig eth0 192.168.175.215 socat udp4-listen:16400,fork tcp:localhost:16444connect to server:
ssh -L 16444:192.168.175.217:16444 -p 55503 195.70.114.97server:
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
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