Dúvida Configuração Squid

1. Dúvida Configuração Squid

Carlos Henrique
carlitoz

(usa Ubuntu)

Enviado em 13/03/2013 - 09:25h

Bom dia galera do Viva o Linux !
Estou com dificuldades com meu squid, não cnsigo saber se está funcionando ou nao .
Após configurar o navegador, não abre mais página alguma, aí eu não sei se é o squid ou configuração errada (ip sei lá)
Alguem poderia me ajudar ? vou postar o .conf

-------

ttp_port 3128
visible_hostname servidor

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 SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT

http_acess allow manager localhost
http_acess deny manager
http_acess allow purge localhost
http_acess deny purge
http_acsss deny !Safe_ports
http_acess deny CONNECT !SSL_ports

acl rede_local src 192.168.0.199/24
acl palavras_bloqueadas url_regex -i "/etc/squid3/palavras_bloqueadas.txt"
acl sites_bloqueados url_regex -i "/etc/squid3/sites_bloqueados.txt"
acl redes_sociais url_regex -i "/etc/squid3/redes_sociais.txt"
acl [*****] url_regex -i "/etc/squid3/sites_porno.txt"
acl formato_arquivo url_regex -i"/etc/squid3/formato_arquivo.txt"
acl horario_almoco time 12:00-13:00

http_acess allow localhost
http_acess allow redelocal
http_acess deny all
http_acess allow liberados
http_acess deny rede_sociais
http_acess deny sies_bloqueados
http_acess deny palavras_bloqueadas
http_acess deny [*****]
http_acess deny formato_arquivo
http_acess allow rede_local

-----

Desde já agradeço !


  


2. Re: Dúvida Configuração Squid

Jonathan Wolff Andrade
jwolff

(usa Kali)

Enviado em 13/03/2013 - 09:57h

carlitoz escreveu:

Bom dia galera do Viva o Linux !
Estou com dificuldades com meu squid, não cnsigo saber se está funcionando ou nao .
Após configurar o navegador, não abre mais página alguma, aí eu não sei se é o squid ou configuração errada (ip sei lá)
Alguem poderia me ajudar ? vou postar o .conf

-------

ttp_port 3128
visible_hostname servidor

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 SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT

http_acess allow manager localhost
http_acess deny manager
http_acess allow purge localhost
http_acess deny purge
http_acsss deny !Safe_ports
http_acess deny CONNECT !SSL_ports

acl rede_local src 192.168.0.199/24
acl palavras_bloqueadas url_regex -i "/etc/squid3/palavras_bloqueadas.txt"
acl sites_bloqueados url_regex -i "/etc/squid3/sites_bloqueados.txt"
acl redes_sociais url_regex -i "/etc/squid3/redes_sociais.txt"
acl [*****] url_regex -i "/etc/squid3/sites_porno.txt"
acl formato_arquivo url_regex -i"/etc/squid3/formato_arquivo.txt"
acl horario_almoco time 12:00-13:00

http_acess allow localhost
http_acess allow redelocal
http_acess deny all
http_acess allow liberados
http_acess deny rede_sociais
http_acess deny sies_bloqueados
http_acess deny palavras_bloqueadas
http_acess deny [*****]
http_acess deny formato_arquivo
http_acess allow rede_local

-----

Desde já agradeço !


1 - Verifique se o navegador está apontado para o IP do Host na porta 3128
2 - Verifique se o squid está rodando com o comando
#ps aux | grep squid
3 - Do computador onde está tentando acessar,"pingue" para o Host
ping X.X.X.X





3. Re: Dúvida Configuração Squid

4. Re: Dúvida Configuração Squid

Carlos Henrique
carlitoz

(usa Ubuntu)

Enviado em 13/03/2013 - 11:40h

jwolff escreveu:

1 - Verifique se o navegador está apontado para o IP do Host na porta 3128
2 - Verifique se o squid está rodando com o comando
#ps aux | grep squid
3 - Do computador onde está tentando acessar,"pingue" para o Host
ping X.X.X.X




1 - Está sim
2 - Executei o comando e deu a seguinte informação :

root@linux-Infoway:/home/linux# ps aux | grep squid
root 6591 0.0 0.0 4960 1112 pts/0 T 10:52 0:00 pico /etc/squid3/squid.conf
root 7492 0.0 0.0 4408 836 pts/0 S+ 11:27 0:00 grep --color=auto squid

3 - Estou fazendo um teste por enquanto em apenas uma máquina, na qual instalei 3 placas de redes ..


5. Re: Dúvida Configuração Squid

Carlos Henrique
carlitoz

(usa Ubuntu)

Enviado em 13/03/2013 - 15:36h

jwolff escreveu:

E teu Squid aparentemente ta parado,só está aberto o conf. Faça o seguinte:
#/etc/init.d/./squid3 start



Fiz e deu isso ..

root@linux-Infoway:/etc/init.d# squid3 start
2013/03/13 15:35:13| ERROR: '0.0.0.0/0.0.0.0' needs to be replaced by the term 'all'.
2013/03/13 15:35:13| SECURITY NOTICE: Overriding config setting. Using 'all' instead.
2013/03/13 15:35:13| WARNING: (B) '::/0' is a subnetwork of (A) '::/0'
2013/03/13 15:35:13| WARNING: because of this '::/0' is ignored to keep splay tree searching predictable
2013/03/13 15:35:13| WARNING: You should probably remove '::/0' from the ACL named 'all'
2013/03/13 15:35:13| WARNING: Netmasks are deprecated. Please use CIDR masks instead.
2013/03/13 15:35:13| WARNING: IPv4 netmasks are particularly nasty when used to compare IPv6 to IPv4 ranges.
2013/03/13 15:35:13| WARNING: For now we will assume you meant to write /32
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:12 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:13 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:14 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:15 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:16 unrecognized: 'http_acsss'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:17 unrecognized: 'http_acess'
2013/03/13 15:35:13| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '192.168.0.199/24'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:28 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:29 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:30 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:31 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:32 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:33 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:34 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:35 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:36 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:37 unrecognized: 'http_acess'



6. Re: Dúvida Configuração Squid

Jonathan Wolff Andrade
jwolff

(usa Kali)

Enviado em 13/03/2013 - 15:50h

carlitoz escreveu:

jwolff escreveu:

E teu Squid aparentemente ta parado,só está aberto o conf. Faça o seguinte:
#/etc/init.d/./squid3 start



Fiz e deu isso ..

root@linux-Infoway:/etc/init.d# squid3 start
2013/03/13 15:35:13| ERROR: '0.0.0.0/0.0.0.0' needs to be replaced by the term 'all'.
2013/03/13 15:35:13| SECURITY NOTICE: Overriding config setting. Using 'all' instead.
2013/03/13 15:35:13| WARNING: (B) '::/0' is a subnetwork of (A) '::/0'
2013/03/13 15:35:13| WARNING: because of this '::/0' is ignored to keep splay tree searching predictable
2013/03/13 15:35:13| WARNING: You should probably remove '::/0' from the ACL named 'all'
2013/03/13 15:35:13| WARNING: Netmasks are deprecated. Please use CIDR masks instead.
2013/03/13 15:35:13| WARNING: IPv4 netmasks are particularly nasty when used to compare IPv6 to IPv4 ranges.
2013/03/13 15:35:13| WARNING: For now we will assume you meant to write /32
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:12 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:13 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:14 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:15 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:16 unrecognized: 'http_acsss'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:17 unrecognized: 'http_acess'
2013/03/13 15:35:13| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '192.168.0.199/24'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:28 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:29 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:30 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:31 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:32 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:33 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:34 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:35 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:36 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:37 unrecognized: 'http_acess'


Então cara,minha suspeita estava certa,teu squid3 não ta subindo,pois está dando esses erros ai ao iniciar o Serviços...

Acredito que você alterou o teu /etc/squid3/squid.conf correto? Se alterou acredito que da linha 12 até a 37,você colocou vários 'http_acess allow +ALGUMA definição' e esta definição está incorreta. Se você fez mais alterações te aconselho a rever tudo,ou fazer tudo novamente,pois com essa quantidade de erros você vai se bater muito pra fazer este squid subir cara...


7. Re: Dúvida Configuração Squid

Jonathan Wolff Andrade
jwolff

(usa Kali)

Enviado em 13/03/2013 - 15:56h

jwolff escreveu:

carlitoz escreveu:

jwolff escreveu:

E teu Squid aparentemente ta parado,só está aberto o conf. Faça o seguinte:
#/etc/init.d/./squid3 start



Fiz e deu isso ..

root@linux-Infoway:/etc/init.d# squid3 start
2013/03/13 15:35:13| ERROR: '0.0.0.0/0.0.0.0' needs to be replaced by the term 'all'.
2013/03/13 15:35:13| SECURITY NOTICE: Overriding config setting. Using 'all' instead.
2013/03/13 15:35:13| WARNING: (B) '::/0' is a subnetwork of (A) '::/0'
2013/03/13 15:35:13| WARNING: because of this '::/0' is ignored to keep splay tree searching predictable
2013/03/13 15:35:13| WARNING: You should probably remove '::/0' from the ACL named 'all'
2013/03/13 15:35:13| WARNING: Netmasks are deprecated. Please use CIDR masks instead.
2013/03/13 15:35:13| WARNING: IPv4 netmasks are particularly nasty when used to compare IPv6 to IPv4 ranges.
2013/03/13 15:35:13| WARNING: For now we will assume you meant to write /32
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:12 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:13 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:14 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:15 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:16 unrecognized: 'http_acsss'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:17 unrecognized: 'http_acess'
2013/03/13 15:35:13| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '192.168.0.199/24'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:28 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:29 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:30 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:31 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:32 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:33 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:34 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:35 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:36 unrecognized: 'http_acess'
2013/03/13 15:35:13| cache_cf.cc(381) parseOneConfigFile: squid.conf:37 unrecognized: 'http_acess'


Então cara,minha suspeita estava certa,teu squid3 não ta subindo,pois está dando esses erros ai ao iniciar o Serviços...

Acredito que você alterou o teu /etc/squid3/squid.conf correto? Se alterou acredito que da linha 12 até a 37,você colocou vários 'http_acess allow +ALGUMA definição' e esta definição está incorreta. Se você fez mais alterações te aconselho a rever tudo,ou fazer tudo novamente,pois com essa quantidade de erros você vai se bater muito pra fazer este squid subir cara...


Refaça ele com a estrutura que o "saitam" mandou Link ali,dei uma olhada e aparentemente é mais fácil pra você entender através dele. Boa Sorte!


8. Re: Dúvida Configuração Squid

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 13/03/2013 - 20:54h

Três coisa erradas que notei:

acl rede_local src 192.168.0.199/24


definiu um unico IP 192.168.0.199 como sendo sua rede local, troque por:

acl rede_local src 192.168.0.0/24


as acl estão erradas esta:

http_acess

o correto é :

http_access


Access com dois CC e dois SS

a acl all nâo precisa no squid3 pode remover:

acl all src 0.0.0.0/0.0.0.0


arrumado isso tente restartar o squid3 com #/etc/init.d/squid3 restart


9. Re: Dúvida Configuração Squid

Carlos Henrique
carlitoz

(usa Ubuntu)

Enviado em 18/03/2013 - 12:43h

andrecanhadas escreveu:

Três coisa erradas que notei:

acl rede_local src 192.168.0.199/24


definiu um unico IP 192.168.0.199 como sendo sua rede local, troque por:

acl rede_local src 192.168.0.0/24


as acl estão erradas esta:

http_acess

o correto é :

http_access


Access com dois CC e dois SS

a acl all nâo precisa no squid3 pode remover:

acl all src 0.0.0.0/0.0.0.0


arrumado isso tente restartar o squid3 com #/etc/init.d/squid3 restart


Fiz isso ... deu isso :

root@linux-Infoway:/etc/squid3# /etc/init.d/squid3 restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service squid3 restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop squid3 ; start squid3. The restart(8) utility is also available.
squid3 start/running, process 11612



10. Re: Dúvida Configuração Squid

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 18/03/2013 - 13:11h

Tente:

service squid3 restart



11. Re: Dúvida Configuração Squid

Carlos Henrique
carlitoz

(usa Ubuntu)

Enviado em 18/03/2013 - 13:58h

andrecanhadas escreveu:

Tente:

service squid3 restart


Deu isso :
stop: Unknown instance:
squid3 start/running, process 12773

só da erro :(


12. Re: Dúvida Configuração Squid

André Canhadas
andrecanhadas

(usa Debian)

Enviado em 18/03/2013 - 15:15h

carlitoz escreveu:

andrecanhadas escreveu:

Tente:

service squid3 restart


Deu isso :
stop: Unknown instance:
squid3 start/running, process 12773

só da erro :(


Reinicie a maquina e poste a saida de :

ps aux |grep squid





01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts