andrew_
(usa Debian)
Enviado em 19/01/2015 - 22:04h
Preto_Cunha escreveu:
Indiferente se foi compilado ou pre-compilado, a porta tem que estar liberada no firewall.
Com squid Rodando execute:
netstat -nltp
Isso lista as portas abertas TCP, a 3128 tem que estar ai....
"Linux é algo que me fez ter Gosto pela Informática, se tornou um Vicio" - Carlos A. P. Cunha
Vou colar meu resultado nada de 3128 como poderia liberar essa porta manualmente?
root@internet:~# netstat -nltp
Conexões Internet Ativas (sem os servidores)
Proto Recv-Q Send-Q Endereço Local Endereço Remoto Estado PID/Program name
tcp 0 0 0.0.0.0:38831 0.0.0.0:* OUÇA 1 781/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* OUÇA 1 750/rpcbind
tcp 0 0 192.168.0.200:53 0.0.0.0:* OUÇA 2 372/named
tcp 0 0 192.168.254.1:53 0.0.0.0:* OUÇA 2 372/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* OUÇA 2 372/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* OUÇA 3 213/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* OUÇA 2 803/cupsd
tcp 0 0 0.0.0.0:3000 0.0.0.0:* OUÇA 3 143/ntop
tcp 0 0 127.0.0.1:25 0.0.0.0:* OUÇA 3 502/exim4
tcp 0 0 127.0.0.1:953 0.0.0.0:* OUÇA 2 372/named
tcp6 0 0 :::111 :::* OUÇA 1 750/rpcbind
tcp6 0 0 :::80 :::* OUÇA 2 593/apache2
tcp6 0 0 :::53 :::* OUÇA 2 372/named
tcp6 0 0 :::22 :::* OUÇA 3 213/sshd
tcp6 0 0 ::1:631 :::* OUÇA 2 803/cupsd
tcp6 0 0 :::34583 :::* OUÇA 1 781/rpc.statd
tcp6 0 0 ::1:25 :::* OUÇA 3 502/exim4
tcp6 0 0 ::1:953 :::* OUÇA 2 372/named
root@internet:~#