Hey one thing I noticed is that I referenced Dan Brown's 'Listen port change' howto. I heard recently that the httpd.conf templates have changed quite a bit between 5.1.2 and 5.6 so be wary...
Sean Stallbaum wrote:
> BTW, you mentioned in you post that you were thinking about
> setting a cron job for this, have you given it any more
> thought?
The good news is that I stopped being behind that awful firewall

The bad news is that I had no pressing need to work on it more

(i.e. no.) That said! I think I've learned a thing or two since then so :
auto start the tunnel at 9am, stop it at 6pm. (untested, mind you.)
(adapted from
http://sme.swerts-knudsen.dk/howtos/howto_19.htm)
[root@e-smith ]# mkdir -p /etc/e-smith/templates-custom/etc/crontab
[root@e-smith ]# cd /etc/e-smith/templates-custom/etc/crontab
[root@e-smith ]# echo "0 9 * * * /path/to/tunnel-start > tunnel_start
[root@e-smith ]# echo "0 18 * * * /path/to/tunnel-stop > tunnel_stop
Expand the new template
[root@e-smith ]# /sbin/e-smith/expand-template /etc/crontab
Let me know how it goes eh?
G