Personally mailed.

Hi Jeff,

I use stunnel too to encrypt my TCP connections maybe I can help you out. 


>192.168.1.2 (client) <--- [ stunnel/ssl ] ---> 192.168.0.1 (server)

So your client is using what kind of OS? if its using Win there's an easy client 
called stunnelw a win port of the client. Pero if you're using Linux, that will do.



>Server:
>./stunnel -c stunnel.pem -f -d 192.168.0.1:1234 -r localhost:3128

In this command you are saying to stunnel the process identifier is "stunnel.pem" not 
the key itself.

>Client:
>./stunnel -c -f -d localhost:3128 -r 192.168.0.1:1234


drop the -f =)

./stunnel -c -p stunnel.pem -d localhost:3128 -r 192.168.0.1:1234
./stunnel -c -d localhost:1234 -r localhost:3128


Note : You can attach the command u used for stunnels to your xinetd or inetd.conf on 
your server. use ports 900 and higher, standards for shttp.

hope this helps.


Keech Angelo Famorca
Team Asianpride / Team 404






_____________________________________________________________
---
http://mail.secureroot.com/ - free mailbox for hackers and geeks

_____________________________________________________________
Promote your group and strengthen ties to your members with [EMAIL PROTECTED] by 
Everyone.net  http://www.everyone.net/?btn=tag
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to