i'm trying to use the ptunnel like that:
server:
root@bt:/# ptunnel -p localhost -lp -8080 -da 1.1.1.1 -dp 22 -c eth0
[inf]: Starting ptunnel v 0.60.
[inf]: (c) 2004-2005 Daniel Stoedle, daniels@cs.uit.no
[inf]: Relaying packets from incoming TCP streams.
(i use another ip-address instead of the 1.1.1.1)..
and then, when i'm trying to run(from the same machine!)
ssh -p 8080 localhost
it says:
connect to host... connection refused.
Any ideas?
10x


