Hi all;
I've searched around for the answer to this and have been able to do it on my FC5 machines, but I'm interested in doing this on my SME7 server so the whole network gets automatically forwarded. Some details;
I want to forward outgoing email and web browsing to a remote server that has anonymizing functions for email and web browsing. I've generated ssh keys so I can log in without being prompted for a password. I connect via ssh, like this:
ssh -2 -N -f -lmyname -L 1025:smtp.myservice.com:25 -L 80:proxy.myservice.com:3129 server.myservice.com
For outgoing email I set the smtp server as localhost:1025 . I do this to avoid a conflict with sendmail. I've created a script that runs this ssh command at boot on my FC5 machines.
Any ideas how I might move this over to my SME server so that all machines behind SME, which is running in gateway and server mode, are forced through this forward?
Thanks in advance,
-P