From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <416140AB.3000405@list.ru> Date: Mon, 04 Oct 2004 16:23:07 +0400 From: Jury Levykin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.6) Gecko/20040310 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] ftp =?KOI8-R?Q?=DE=C5=D2=C5=DA_firewall_=3F?= References: <41612DDB.3010206@list.ru> <20041004110856.GB7852@dennis.td.tascom.ru> <41613228.2030404@list.ru> <20041004113331.GC7852@dennis.td.tascom.ru> In-Reply-To: <20041004113331.GC7852@dennis.td.tascom.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Spam: Not detected X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 12:23:10 -0000 Archived-At: List-Archive: List-Post: Alexander Vasiliev пишет: >>Дистр. ALM 2.2 >> >> > >В правилах iptables пишете >$IPTABLES -A INPUT -p TCP --dport 21 -j allowed >$IPTABLES -A INPUT -p TCP -i $IFACE -m state --state >ESTABLISHED,RELATED -j ACCEPT > > Правила: iptables -A INPUT -p tcp --dport 21 -j allowed iptables -A INPUT -p tcp -i bridge0 -m state --state ESTABLISHED,RELATED -j ACCEPT после запуска: # firewall Starting firewalling, setting rules... iptables v1.2.7a: Couldn't load target `allowed':/usr/lib/iptables/libipt_allowed.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. # apt-cache search libipt_allowed # Где взять libipt_allowed.so ? Что не так ?