ola pessoal estou com uma dúvida terrivel, faz 3 dias que não consigo nem dormir só tentando fazer o Squid funcionar no Slackware 9.1, tenho em casa uma rede rodando com um servidor Slackware 9.1, instalei o Squid na máquina e configurei ele perfeitamente, consigo navegar legal, se eu configurar o Nevegar para ser utilizado como Proxy, antes de instalar o Squid eu utilizado o mascaramento via NAT com os seguintes comando num script no rc.local.

adsl-start
iptables -t nat -F
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

até o momento estava funcionando perfeitamente.
...
após instalar o Squid refiz o script para o seguinte comando.

adsl-start
iptables -t nat -F
iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

no squid.conf deixei ele configurado dessa forma.

#Default:
http_port 3128

hierarchy_stoplist cgi-bin ?

#We recommend you to use the following two lines.
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

#Suggested default:
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320

#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager

# Deny requests to unknown ports
http_access deny !Safe_ports

# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports

# And finally deny all other access to this proxy
http_access allow all

# and finally allow by default
http_reply_access allow all

#Allow ICP queries from everyone
icp_access allow all

#Default:
httpd_accel_port 80
httpd_accel_host virtual

#Default:
httpd_accel_with_proxy on

#Default:
httpd_accel_uses_host_header on


# Leave coredumps in the first cache dir
coredump_dir /usr/local/squid/var/cache

como podem perceber e o conf padrão, pois em cima desse foi fazer as regras proibindo downloads, sites, conteudos etc.

Mais o erro que está acontecendo é que quando eu subu o Squid e o Iptables os navegadores dizem que não conseguem localizar a URL ou falaram Acesso Negado.....

Caso alguém já conseguiu fazer um Proxy Transparente com Squid usando Iptables no Slackware 9.1 é conexão Speedy Home eu agradeço a ajuda, muito obrigado, falow

(-.-) K 0 R E A (-.-)