alexander.gustav
(usa Debian)
Enviado em 05/04/2012 - 09:59h
diegobnx escreveu:
@alexander o servidor dhcp nem voga muito pq vc está fixando ip na estação windows...
tire o source ou adicione o source da sua rede por ex.: -s 192.168.1.0/24
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3128
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
faz o seguinte tudo indica que seu squid não está rodando pq se você pinga um ip externo(valido) quer dizer que está passando para internet, digite os seguintes comandos e poste a saida pra gente analizar melhor:
ps aux | grep squid3
/etc/init.d/squid3 restart
iptables -nL && iptables -t nat -nL
Bom Dia Diego fiz os comando que você me passou SQUID.
root 1767 0.0 0.0 9316 1620 ? Ss 09:40 0:00 /usr/sbin/squid3 -YC -f /etc/squid3/squid.conf
proxy 1769 0.0 0.3 37572 13280 ? S 09:40 0:00 (squid) -YC -f /etc/squid3/squid.conf
root 2086 0.0 0.0 3316 788 pts/0 S+ 09:50 0:00 grep squid3
root@Servidor:/home/alexander# /etc/init.d/squid3 restart
Restarting Squid HTTP Proxy 3.x: squid3.
root@Servidor:/home/alexander#
FIREWALL
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 to:192.168.1.1:3128
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
OBS não entendi isso que você disse tire o source ou adicione o source da sua rede por ex.: -s 192.168.1.0/24