From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Real-To: Date: Tue, 16 Sep 2003 16:23:05 +0400 From: Maxim Ivanov To: "community@altlinux.ru" Message-Id: <20030916162305.44ad3c0b.ivanov@amos.ru> Organization: AMOS X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i586-alt-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: [Comm] IPtables + Squid X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 12:22:48 -0000 Archived-At: List-Archive: List-Post: День добрый! Проблема: не пускае пользователей на сквид. Я ему написал: $IPT -A tcp_inbound -p TCP -s 0/0 --destination-port 3128 -j ACCEPT а как ему сказать, чтобы он их дальше выпускал по 80 порту? Так? $IPT -A tcp_outbound -p TCP -s 0/0 --destination-port 80 -j ACCEPT