ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] squid
@ 2005-10-21 13:02 Igo
  0 siblings, 0 replies; only message in thread
From: Igo @ 2005-10-21 13:02 UTC (permalink / raw)
  To: community

В 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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-21 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-21 13:02 [Comm] squid Igo

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git