How do i block devices off my router?
Whats the easyest way?
I've tried using firewall and some other methods but nothing worked.
Its as almost tho that i need to just straight up turn off wireless.
How do i block the ip?Make a static DHCP for the mac of the client, then block the IP.
But as I said, if that is a clever person, he just changes his mac. Some I do at airports to get a new free wifi periode.
/ip firewall filter
add action=drop chain=forward src-address=192.168.88.40
This doesent work in the slightest i even reboted the router.Some like this:
Code: Select all/ip firewall filter add action=drop chain=forward src-address=192.168.88.40
Yes, and as Anav posted, without seeing you configuration, it would be hard to help.Could it be that fact that this router was given to me by my isp and has some presets in the firewall thing???
AlrightYes, and as Anav posted, without seeing you configuration, it would be hard to help.Could it be that fact that this router was given to me by my isp and has some presets in the firewall thing???
/ip dhcp-server lease
add address=192.168.88.40 mac-address=AA:AA:AA:00:FE:CC server=defconf
That is just meaning "default configuration", it is the name set by MikroTik when you accept the default configuration or use the Quick Set menu to configure things.You have named DHCP as "defconf", not a good name to use.
Well, that is the difference between consumer routers and MikroTik. MikroTik routers are for network professionals, they do not have such features.Is there just a more simple way?
Cuz on my old router i could just open a page and block any device.