For whatever reasons, I'm running a 6.0 version of SME Server, which I would love to upgrade, but I can't. I'm trying to bypass the transparent proxy for a particular group of sites. I've found the link;
http://wiki.contribs.org/FirewallAnd, by following the 'Bypass Proxy' directions, I can get it to bypass one particular IP, URL or subnet. For example, I use the commands
/sbin/e-smith/config setprop squid BypassProxyTo 192.168.1.0/24
/sbin/e-smith/expand-template /etc/rc.d/init.d/masq
/etc/init.d/masq restart
And it will bypass the proxy for the entire 192.168.1.0 subnet. However, how can I get it to bypass for this subnet, and another IP, URL or subnet? As soon as I enter, for example;
/sbin/e-smith/config setprop squid BypassProxyTo 1.2.3.4
Expand the file then restart masq it kills my 192 entry and replaces it with the new entry. Any help would be very gratefully received!