excluded-address in mikrotik

how can i excluded my Consider ip on my network
I have a network with a range of IP 10.200.0.0/24
i want to excluded 10.200.0.100
10.200.0.58
10.200.0.49
10.200.0.200
and …

Hi,
exclude from what ?!!

if you wanna block them or limit them , use IP firewall

Use address-list.

i’m using mikrotik router,and I’v dhcp server there, i wanna exclude 10.200.0.10 10.200.0.84 on mikrotik

Go to ip/firewall and define your filter rules

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Filter


there are many options for filtering your users , but be careful , don’t filter any packet from/to router itself , unless configuration reset will be required !

but if you filter some of your users , they could not communicate on your network , so why they are connected to network ??

So you have to mannualy exclude that addresses, using ranges: 100.200.0.1-10.200.0.9; 10.200.0.11-10.200.0.83 and so on.