From mboxrd@z Thu Jan 1 00:00:00 1970 From: Swapnil Nagle Subject: Re: Multiple Address specification or match Date: Thu, 30 Sep 2004 12:12:56 +0530 Sender: netfilter-devel-bounces@lists.netfilter.org Message-ID: <415BAAF0.6030907@rediffmail.com> References: <018201c4a6ab$a1ecb6c0$2201010a@bluereef.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Temp02 In-Reply-To: <018201c4a6ab$a1ecb6c0$2201010a@bluereef.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org >How difficult would it be to extend netfilter/iptables to allow multiple >source/destination address pairs (with negation) 'anded' together, as in -s >192.168.0.0/24 -s 10.0.0.0/8 -s ! 230.22.22.0/24. Or a match to do this same >thing? > > How can the source address be "anded" ? The source address cannot be both 192.168.0.1 and 10.0.0.1. -- Swapnil