Hi all,
I have used sme now for some time but after upgrading to version 7.5.1 and putting on Dans Guardian,
I can do longer add users to the list that are allowed to go anywhere on the internet.
I used to do it using the following commands:
config setprop squid BypassProxyFrom 192.168.2.1,192.168.2.31
config setprop squid BypassProxyTo 202.146.186.160,202.124.110.234
expand-template /etc/rc.d/init.d/masq
/etc/init.d/masq restart
This is accepted ok but when I run the last command /etc/init.d/masq restart, here is the error that I get:
[root@mail ~]# /etc/init.d/masq restart
Shutting down IP masquerade and firewall rules: Done!
Enabling IP masquerading: Bad argument `0.0.0.0/0'
Try `iptables -h' or 'iptables --help' for more information.
done
Any help solving this would be appreciated.