Results 1 to 5 of 5
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-18-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 4
squid interface problem
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
- 07-19-2006 #2Just Joined!
- Join Date
- Jul 2006
- Posts
- 4
idea
Hi
Who has an idea to solve this problem.
- 07-19-2006 #3
is there anything in your squid logs?? and squidguard if you use it.
- 07-20-2006 #4Just Joined!
- Join Date
- Jul 2006
- Posts
- 4
squid
nop nothing in there
- 07-20-2006 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 4
problem ok
ok guys problem solved
typing error in line...
acl allowed_hostsÂ_DMZ src 10.1.0.0/255.255.0.0
THX


Reply With Quote
