For some reason some STUPID idiots have a "smart" firewall which only accept connections to port 80/tcp.
Hopefully this will help anyone that can't find a public port 80/tcp
Server (egd.nu in this example)
* Fire up qizmo as usual.
root@egd.nu:~# ./qizmo
On client issue this command.
ssh -L 2525:81.170.223.115:1337 root@egd.nu.
ssh -L <localport>:<ip_of_server>:<port_on_server> user@host
for some reason localhost in the <ip_of_server> field did'nt work.
now fireup qizmo and mqwcl at localhost
./qizmo
./mqwcl.svga +login raket +connect localhost:27500
in qw:
.password secretpassword
.tcpconnect localhost:2525
,connect 195.54.132.52:28401
WOLLA RAKET 13MS!
raket(lame-firewall)--[ssh-tunnel]--raket(egd.nu)-->inet.
works like a charm
I Will write a more briefly guide how to tunnel the SSH-connection througt a HTTP-proxy.
eg: localhost->lamehttpproxy->l33tqizmo->normalqwserver.
This is maybe what you want. For me, connecting directly to egd.nu:80 with .tcpconnect did not work. anyway this ugly ssh-hack did the trick.
Hope this will help someone.
This can be done in PUTTY aswell.
Hopefully this will help anyone that can't find a public port 80/tcp
Server (egd.nu in this example)
* Fire up qizmo as usual.
root@egd.nu:~# ./qizmo
On client issue this command.
ssh -L 2525:81.170.223.115:1337 root@egd.nu.
ssh -L <localport>:<ip_of_server>:<port_on_server> user@host
for some reason localhost in the <ip_of_server> field did'nt work.
now fireup qizmo and mqwcl at localhost
./qizmo
./mqwcl.svga +login raket +connect localhost:27500
in qw:
.password secretpassword
.tcpconnect localhost:2525
,connect 195.54.132.52:28401
WOLLA RAKET 13MS!
raket(lame-firewall)--[ssh-tunnel]--raket(egd.nu)-->inet.
works like a charm
I Will write a more briefly guide how to tunnel the SSH-connection througt a HTTP-proxy.
eg: localhost->lamehttpproxy->l33tqizmo->normalqwserver.
This is maybe what you want. For me, connecting directly to egd.nu:80 with .tcpconnect did not work. anyway this ugly ssh-hack did the trick.
Hope this will help someone.
This can be done in PUTTY aswell.