From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <435F289E.3050207@dz.kms.ru> Date: Wed, 26 Oct 2005 17:56:30 +1100 From: =?KOI8-R?Q?=F7=CF=D2=CF=CE=C3=CF=D7_=F7=C9=D4=C1=CC=C9=CA_=E9=D7?= =?KOI8-R?Q?=C1=CE=CF=D7=C9=DE?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.7) Gecko/20050413 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Community Subject: Re: [Comm] iptables References: <200510251718.00094.ashen@nsrz.ru> <200510261035.21700.ashen@nsrz.ru> In-Reply-To: <200510261035.21700.ashen@nsrz.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at ps.dz.kms.ru X-Virus-Scanned: by amavisd-new at bnkdp.amurnet.ru X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 06:57:07 -0000 Archived-At: List-Archive: List-Post: Шенцев Алексей Владимирович пишет: >Ввожу: ># iptables -A FORWARD -i eth0 -p tcp -m mport \ --dports 25,110,465,995 -j >ACCEPT > >Получаю: >iptables v1.3.1: Couldn't load match `mport':/lib/iptables/libipt_mport.so: >cannot open shared object file: No such file >or directory > >Как сиё понять? > > >------------------------------------------------------------------------ > >_______________________________________________ >Community mailing list >Community@lists.altlinux.org >https://lists.altlinux.org/mailman/listinfo/community > а если написать: # iptables -A FORWARD -i eth0 -p tcp -m multiport \ --dports 25,110,465,995 -j ACCEPT ?