Hello everyone
I have 2 interfaces
eth1 10.2.0.5/255.255.0.0 (internal)
eth2 10.1.0.3/255.255.0.0/gateway10.1.0.1 (external)
The interfaces work perfect and i can surf.
Now the problem squid doesn't work anymore
I had 1 (eth1) interface now i have 2.
This is my squid.conf file
------------------------------------------------------------------------
http_port 3128
icp_port 0
cache_mem 64 MB
cache_dir ufs /var/spool/squid 1200 16 256
acl blocked url_regex "/etc/squid/internetblocked"
acl notblocked url_regex "/etc/squid/internetnotblocked"
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl allowed_hosts_LLN src 10.2.0.0/255.255.0.0
acl allowed_hostsÂ_DMZ src 10.1.0.0/255.255.0.0
acl telenet dstdomain .telenet.be
acl pandora dstdomain .pandora.be
http_access deny manager all
http_access deny blocked !notblocked
http_access allow allowed_hosts_LLN
http_access allow allowed_hosts_DMZ
cache_mgr
idec@visitatie.be
cache_effective_user proxy
forwarded_for off
prefer_direct off
redirect_children 10
error_directory /usr/share/squid/errors/Dutch
visible_hostname Orval
----------------------------------------------------------------
Is there something wrong with the config or with the interfaces?
Thx in advance
Carl Ide