Displaying 1 result from an estimated 1 matches for "smtptunnel".
Did you mean:
set_tunnel
2004 Dec 28
0
How to connect two Asterisks as secure as po ssiblewithout too much additional bandwidth ?
SSH tunnel is the way to go. Here is a little tid bit about setting up SSH
keys, a simple keep alive script, and creating the SSH tunnel I use to
tunnel my SMTP traffic to a reliable SMTP server since my ISP blocks all
traffic incoming/outgoing on port 25.
http://xj.cdevco.net/comp/smtptunnel/
You could use the same exact thing with an SSH tunnel. In fact, we've done
VoIP over SSH using a Linux NAT box. The SIP adapter connects locally to a
box which SSHes to the SIP server where the unencrypted connection is made
locally. So from the EU to the server is all encrypted.
--
Pa...