Skip to content

Commit

Permalink
SSL tunneling command specified same from port as the cpc standard port.
Browse files Browse the repository at this point in the history
would cause collisions so I changed it
  • Loading branch information
imanp committed Mar 25, 2015
1 parent aea24f6 commit d818ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/network/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,18 @@ the server behind the firewall. The procedure will then be.

.. code-block:: none
ssh -f server_behind_firewall -L 13807:server_behind_firewall:13807 -L 14807:server_behind_firewall:14807 -N
ssh -f server_behind_firewall -L 13808:server_behind_firewall:13807 -L 14808:server_behind_firewall:14807 -N
the syntax 13807:server_behind_firewall:13807 means “anything from localhost port 13807 should be sent to server_behind_firewall port 13807″
the syntax 13808:server_behind_firewall:13807 means “anything from localhost port 13808 should be sent to server_behind_firewall port 13807″
The port numbers 13807 and 14807 are the standard copernicus server ports. in case you have changed these setting please make sure that those port numbers are provided in the tunnelling command.


2. Send a connection request using the tunnel port.

.. code-block:: none
cpcc connect-server localhost 14807
cpcc connect-server localhost 14808
3. Approve the connection request

Expand Down

0 comments on commit d818ab7

Please sign in to comment.