savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [CvsFromBehindFirewall] (edit) tips for setting up your o


From: Beuc
Subject: [Savannah-cvs] [CvsFromBehindFirewall] (edit) tips for setting up your own redirection service
Date: Sun, 15 Jul 2007 13:32:10 +0000

??changed:
- It is pretty easy to make any redirection by your own means. Buy a minimal 
virtual server for you and you collegues (as cheap as 9 USD per month), so you 
control an external IP, and use the 'redir' (or 'stunnel') tool to redirect 
port 443 to any plain or crypted port you want. To redirect traffic from 
you.somehosting.net (port 443) to cvs.savannah.gnu.org (22):
-
- address@hidden:~$ daemon --respawn -- redir --syslog --lport 443 
--caddr=cvs.savannah.gnu.org --cport=22
-
-For cvs-pserver:
-
- address@hidden:~$ daemon --respawn -- redir --syslog --lport 443 
--caddr=cvs.savannah.gnu.org --cport=2401
-
-You then can hit on you.somehosting.net port 443 to access the target Savannah 
service you need.
 It is pretty easy to make any redirection by your own means. Buy a minimal 
virtual server for you and you collegues (as cheap as 9 USD per month), so you 
control an external IP, and use the 'redir' (or 'stunnel') tool to redirect 
port 443 to any plain or crypted port you want. To redirect traffic from 
you.somehosting.net (port 443) to cvs.savannah.gnu.org (22)::

  address@hidden:~$ daemon --respawn -- redir --syslog --lport 443 
--caddr=cvs.savannah.gnu.org --cport=22

 For cvs-pserver::

  address@hidden:~$ daemon --respawn -- redir --syslog --lport 443 
--caddr=cvs.savannah.gnu.org --cport=2401

 You then can hit on you.somehosting.net port 443 to access the target Savannah 
service you need.

++added:


--
forwarded from 
https://savannah.gnu.org/maintenance/address@hidden://savannah.gnu.org/maintenance




reply via email to

[Prev in Thread] Current Thread [Next in Thread]