$OpenBSD: patch-README,v 1.1.1.1 2008/10/01 16:12:55 ajacoutot Exp $ --- README.orig Wed Oct 1 13:39:34 2008 +++ README Wed Oct 1 13:39:55 2008 @@ -49,7 +49,7 @@ Examples On the server machine (10.0.0.4 running the vnc server) we'll also run ctunnel. - ./ctunnel -H 127.0.0.1 -s -l 2222 -f 2221 -C aes-256-cfb + ./ctunnel -H 127.0.0.1 -s -l 2222 -f 5901 -C aes-256-cfb On the client machine (10.0.0.2) we run vncviewr throught the tunnel. @@ -70,7 +70,7 @@ Examples Server/10.0.0.4 - ./ctunnel -s -H 127.0.0.1 -l 2222 -f 2223 -C aes-256-cfb + ./ctunnel -s -H 127.0.0.1 -l 2222 -f 3306 -C aes-256-cfb Client