edu-infor
(usa Debian)
Enviado em 09/12/2010 - 09:16h
Olá, preciso da ajuda de vcs.
Tenho um Debian com regras em Iptables e Squid para proxy na empresa onde trabalho, tinhamos o antivirus Avast, porém por solicitação da gerencia tenho que instalar o Microsoft Security Essentials nas maquinas.
Fiz a liberação dos sites no squid e iptables, mas ele não atualiza, abaixo está as regras:
Squid:
216.52.233.197:443
nload.mic
65.55.184.16
63.80.4.67
63.80.4.58
http://windowsupdate.microsoft.com
http://*.windowsupdate.microsoft.com
https://*.windowsupdate.microsoft.com
http://*.update.microsoft.com
http://schemas.microsoft.com
https://*.update.microsoft.com
http://*.windowsupdate.com
https://*.windowsupdate.com
http://download.windowsupdate.com
http://download.microsoft.com
http://*.download.windowsupdate.com
http://wustat.windows.com
http://ntservicepack.microsoft.com
http://www.update.microsoft.com
Iptables:
iptables -t nat -A POSTROUTING -s $REDELOCAL -d microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d update.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d windowsupdate.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d download.windowsupdate.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d download.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d
www.download.windowsupdate.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d redir.metaservices.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d images.metaservices.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d c.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d flexreport.googlecode.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d
www.update.microsoft.com.nsatc.net -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d www.update.microsoft.com -j MASQUERADE
iptables -t nat -A POSTROUTING -s $REDELOCAL -d schemas.microsoft.com -j MASQUERADE
iptables -A FORWARD -s microsoft.com -d $REDELOCAL -j ACCEPT
iptables -A FORWARD -s update.microsoft.com -p tcp -m tcp --dport 80 -j ACCEPT
access.log:
1291896087.112 7 192.168.0.71 TCP_DENIED/407 2045 GET
http://crl.microsoft.com/pki/mscorp/crl/Microsoft%20Secure%20Server%20Authority(8).crl - NONE/- text/html
1291896809.428 10 192.168.0.71 TCP_DENIED/407 500 HEAD
http://download.windowsupdate.com/v9/windowsupdate/redir/muv4wuredir.cab? - NONE/- text/html
O que poderia ser isso?