Community discussions

MikroTik App
 
conchalnet
Member Candidate
Member Candidate
Topic Author
Posts: 274
Joined: Thu Nov 03, 2005 1:44 pm
Location: Brazil

Drop connections of a MAC Address and IP FLIP FLOP

Tue Jan 10, 2006 1:22 pm

Hi all,

There are someone trying to use my network illegally. I discovery this because I'm running the arpwatch software in a FreeBSD machine and this software tell me via email the IP address changes on the network.

I can't block the registration this MAC address because it's behind of the ethernet inteface of my Mikrotik than I did a firewall rule drop the connections of the MAC address:

add chain=forward src-mac-address=00:40:F4:4E:92:4C action=drop

I think that this rule block the traffic from the MAC address but the arpwatch continues to detect the IP address changes...

How can I block all traffic from one MAC address completly?

Thanks in advance

Fabrício F. Kammer
Conchal/SP Brazil
 
sten
Forum Veteran
Forum Veteran
Posts: 923
Joined: Tue Jun 01, 2004 12:10 pm

Tue Jan 10, 2006 4:26 pm

that should work as long as it's one of or is the first rule.

it will only block traffic going -through- the bridge.

however, it is possible that it's a spoofed request
 
miroxy
just joined
Posts: 22
Joined: Tue Mar 22, 2005 12:02 am
Location: Serbia
Contact:

Tue Jan 10, 2006 6:04 pm

try to set
/interface ethernet set [find name=eth0] arp=reply-only  
... and just add ip address and mac address in static ARP
/ip arp add address=0.0.0.0 mac-address=ff:ff:ff:ff:ff:ff interface=eth0 
.. IP address and MAC address change in this code to your valid IP and MAC address, this works in 2.9.x

Who is online

Users browsing this forum: bonamin, mkx, pmh, pmichel, sindy, vnl and 93 guests