-c (-corridor-uri) : Uri used by ProxyCorridor to establish the tunnel. This uri must be the same on the two sides.
-h (-server-host) : Host adresse of your TCP server application.
-p (-server-port) : Tcp port of your TCP server application.
-debug on : Print some connection details...
-c (-corridor-uri) : Uri used by ProxyCorridor to establish the tunnel. This uri must be the same on the two sides.
-u (-proxy-uri) : Uri of the company's proxy you want to pass through.
-n (-proxy-username) : Your username if proxy needs an authentification.
-w (-proxy-password) : Your password for authentification.
-d (-proxy-domain) : Your domain for NTLM authentification.
-t (-listener-port) : Tcp port on which the TcpListener will listen on.
-o (-openproxy-uri) : Uri on which ProxyCorridor will listen on to web request. This option must not be used for tunneling tcp connection.
-debug on : Print some connection details...
1) Start ProxyCorridor :
C:\>proxyCorridor -c http://myhome.dyndns.org:443/corridor/ -t 5900 -u http://proxy.compagny.com:8080/ -n employee1 -w 78sdf98a -d company
2) Start VNC Client Application :
VNC Client must connect to proxyCorridor, so you have to type 127.0.0.1 or (localhost) in your vnc client.
1) Start VNC Server...
2) Start ProxyCorridor :
C:\>proxyCorridor -c http://myhome.dyndns.org:443/corridor/ -h 127.0.0.1 -p 5900
1) Start ProxyCorridor :
C:\>proxyCorridor -c http://myhome.dyndns.org:443/corridor/ -o http://*:8080/ -u http://proxy.compagny.com:8080/ -n employee1 -w 78sdf98a -d company
2) Start your browser :
Configure your browser so that it can connect to proxyCorridor (it's the new proxy) : proxy address : 127.0.0.1, port : 8080
1) Start ProxyCorridor :
C:\>proxyCorridor -c http://myhome.dyndns.org:443/corridor/