Hi Fellows, 
I am having some problems with my Web access using Squid. 
All machines on my LAN can access normally de websites trough 
the squid, but the some URL's cannot be had accessed by no 
machine of my LAN without no apparent reason. It appears the 
message of "URL not found". Outside of my LAN the URL is had 
access normally.
I have a LAN accessing the Internet (WEB) trough a gateway 
using (Squid + Iptables):   
SQUID - 2.4.7
kernel - 2.4.18
glib - 1.2.10
glibc - 2.2.4
My gateway has 2 (two) NIC's  -  eth0  ( Public IP )  200.xxx.xxx.xxx
                                 eth1  ( Private IP ) 192.xxx.xxx.xxx CLASS C
The Iptables Rule is :
####
iptables -t nat -A PREROUTING -s 192.168.0.0/16 -d 0/0 -p tcp --dport 80 \
-j REDIRECT --to-port 3128
###
My SQUID has a classic configuration with ACL's allow and deny  : 
http_access allow 
http_access deny 
including a "badword" file with a list of forbiden words. 
what it can be wrong ? 
grateful for the attention 
-- Cleiton P Reis Catholic University of Pelotas Computer Science D. nothing it is stronger than the heart of a volunteer -Cel DolitleReceived on Mon Jan 13 2003 - 19:35:34 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:39 MST