Linux Netfilter discussions
 help / color / mirror / Atom feed
* Logging MAC
@ 2004-05-21 13:39 Marcelus Trojahn
  2004-05-21 13:53 ` Antony Stone
  0 siblings, 1 reply; 12+ messages in thread
From: Marcelus Trojahn @ 2004-05-21 13:39 UTC (permalink / raw)
  To: netfilter

Folks,

  I have an outdoor wireless network and I only accept FORWARD packets
  when  the  IP  address  matchs  with  the  MAC  address I have on my
  iptables rules... (Bad english sorry)

  For example:
  iptables -j ACCEPT -A FORWARD -i eth1 -s 10.10.10.80 -m mac --mac-source 00:40:F4:93:40:82

  iptables -j LOG  -A FORWARD -i eth1 $pref "[rule 06]"
  iptables -j DROP -A FORWARD -i eth1

  Any  other  connection  that  doesn't  match  the  IP+MAC  rules are
  dropped (or at least I think it was :)).

  The  problem  is:  Recently  I noticed a large traffic (MRTG) on the
  access points that doesn't seem to match with traffic of the clients
  connected  to  it...  Looks  like  someone  are being able to bypass
  iptables  rules.  So,  I  want  to know if there is a way to the LOG
  target logs the MAC address of the connection too...

  Sorry about my english... I hope you can understand me...

-- 
Marcelus Trojahn





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

end of thread, other threads:[~2004-05-22 16:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-21 13:39 Logging MAC Marcelus Trojahn
2004-05-21 13:53 ` Antony Stone
2004-05-21 14:17   ` Re[2]: " Marcelus Trojahn
2004-05-21 14:34     ` Antony Stone
2004-05-21 15:07       ` Re[4]: " Marcelus Trojahn
2004-05-21 15:25         ` Antony Stone
2004-05-22  1:47           ` Alistair Tonner
2004-05-22  9:06             ` Antony Stone
2004-05-22 12:09               ` Alistair Tonner
2004-05-22 12:33                 ` Antony Stone
2004-05-22 15:57                   ` Alistair Tonner
2004-05-22 16:17                     ` Antony Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox