Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

9.5.2 Reenv�o de puertos – t�nel SMTP/POP3

Para establecer un t�nel para conectarse al puerto 25 del servidor-remoto desde el puerto 4025 de la m�quina local y al puerto 110 del servidor-remoto desde el puerto 4110 de la m�quina local mediante ssh, ejecute lo siguiente en la m�quina local:

     # ssh -q -L 4025:servidor-remoto:25 4110:servidor-remoto:110 \
                nombre_usuario@servidor-remoto

Es una manera segura de conectarse a servidores SMTP/POP3 a trav�s de Internet. En el /etc/ssh/sshd_config de la m�quina remota, asigne a la entrada AllowTcpForwarding el valor yes.


Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire