From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karthik RC Subject: Help please.. Date: Tue, 29 Apr 2003 16:55:40 +0000 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3EAEAE8C.9050403@naturesoft.net> Reply-To: karthikeyan-rc@naturesoft.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter I'm newer to htis group. whether the explanation for below mentioned rule is correct? the forward chain will reject the packet with mac address 00:01:23:45:67:89 whose source ip is not eqaul to 192.168.1.2 iptables -A FORWARD -m mac --mac-source 00:01:23:45:67:89 ! -s 192.168.1.2 -j REJECT