MLUG: RE: [MLUG] port forwarding question
RE: [MLUG] port forwarding question
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
If you have acess to both machines, you can do this pretty easily using
stunnel.

On the web server:

stunnel -d 500 -r localhost:http

On your local box

stunnel -c -d 500 -r my.webserver.com:500

That will create an ssl encrypted route from your box to the web server
- it can be accessed using http://your.box:500

An interesting side effect is you can now use ssl to access the web
server at https://my.webserver.com:500

Stunnel reports any errors in /var/log/messages - keep an eye out there
when you set up both tunnels and connect for the first time to check
everything's working.

Russell.

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members