Deny a IP

Hello…

How can I establish firewall rule (maybe input rule) so my DHCP server denies a IP to certain MAC address?

Yes you can…

Regards

[/quote]

Thanks for the answer.

Excuse me for my english, it is not good.

I know that is possible with mikrotik, plese give me an example.

Thanks…

  1. Enable static leases, and allow only static leases users to get address from DHCP address.
    http://mikrotik.com/docs/ros/2.9/ip/dhcp

  2. Drop communication for the particular host in the firewall, e.g. ‘ip firewall filter add action=drop chain=forward mac-address=XX:XX:XX:XX:XX:XX’.