[Comm] squid
Igo
=?iso-8859-1?q?altlinux_=CE=C1_aaanet=2Eru?=
Пт Окт 21 17:09:56 MSD 2005
В squid.conf есть
acl Safe_ports port 1863 ....
http_access deny !Safe_ports
В iptables есть
$IPTABLES -P INPUT DROP
$IPTABLES -P FORWARD DROP
$IPTABLES -P OUTPUT ACCEPT
.....
$IPTABLES -A INPUT -p TCP -m state --state ESTABLISHED,RELATED --dport
1863 -j ACCEPT
$IPTABLES -A INPUT -p TCP -m state --state ESTABLISHED,RELATED --sport
1863 -j ACCEPT
И неработает
Хотя в логах
1129889344.700 516 192.168.0.109 TCP_MISS/200 524 POST
http://207.46.7.13/gateway/gateway.dll? - DIRECT/207.46.7.13
application/x-msn-messenger
1129889350.140 296 192.168.0.109 TCP_MISS/200 375 POST
http://gateway.messenger.hotmail.com/gateway/gateway.dll? -
DIRECT/65.54.239.211 application/x-msn-messenger
1129889350.740 599 192.168.0.109 TCP_MISS/200 456 POST
http://207.46.7.13/gateway/gateway.dll? - DIRECT/207.46.7.13
application/x-msn-messenger
1129889351.012 272 192.168.0.109 TCP_MISS/200 525 POST
http://207.46.7.13/gateway/gateway.dll? - DIRECT/207.46.7.13
application/x-msn-messenger
Подробная информация о списке рассылки community