morpheu.linux
(usa Debian)
Enviado em 25/09/2007 - 19:05h
Montei um servidor web no Debian com squid e webmin
acontece que não consigo liberar as portas, já tentei de tudo mas não libera nada, aliás libera só algumas portas 22,113,3128,1000,8082 que já estavam liberadas antes de mexer em qualquer coisa, já tentei alterar iptables e squid será que pode ser o modem que está bloqueando já que uso speedy com ip fixo??? Meu modem é um Zyxel Parkes 600 prestige
Abaixo meu squid.conf
# Squid normally listens to port 3128
http_port 3128
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
access_log /home/metodont/squid/access.log squid
hosts_file /etc/hosts
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
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 localhost src 192.168.0.0/255.255.255.0
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
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 Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
acl porta_liberada port 25 # email
acl porta_liberada port 110 # email
acl porta_liberada port 3899
acl porta_liberada port 4899
acl porta_liberada port 80
acl porta80 myport 80
acl porta21 myport 21
acl porta110 myport 110
acl liberado urlpath_regex "/etc/squid/sitesliberados.txt"
acl negado url_regex "/etc/squid/sitesbloqueados.txt"
#http_access allow manager localhost
http_access allow porta80
#http_access allow porta21
#http_access allow porta110
#http_access allow porta_liberada
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd
acl autenticado proxy_auth REQUIRED
http_access deny negado
http_access allow autenticado
#http_access deny all
#http_access allow purge localhost
#http_access deny purge
#http_access deny !Safe_ports
#http_access deny CONNECT !SSL_ports
#http_access allow localhost
#http_access deny all
#http_reply_access allow all
#icp_access allow all
cache_effective_group proxy
visible_hostname none
coredump_dir /var/spool/squid