All of lore.kernel.org
 help / color / mirror / Atom feed
* problem using MAC address.
@ 2004-10-27  9:50 ads nat
  2004-10-27 12:57 ` Ложечник Александр
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: ads nat @ 2004-10-27  9:50 UTC (permalink / raw)
  To: netfilter

Hi,
I want block forwarding as follows :

"iptables -I INPUT 1 -i eth1 -p tcp -m tcp --dport 25
-m mac --mac-source 00:08:A1:53:BE:71 -d ! 10.0.0.2 -j
DROP"

it does not work but when I try to do same thing with
rule 
"iptables -D FORWARD -i eth1 -p tcp -m tcp --dport 25
-s 192.168.0.42 -d ! 10.0.0.2 -j DROP"

Is there any sytax error.

Or Do I have to installed any additional module of
iptables.
I am using Redhat 9.0 Linux.
Please guide me.

Thanks for support.



		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-10-27 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-27  9:50 problem using MAC address ads nat
2004-10-27 12:57 ` Ложечник Александр
2004-10-27 13:24 ` Jason Opperisano
2004-10-27 13:41 ` Logechnik Alexandr
2004-10-27 11:14   ` ads nat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.