05 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