My apologies if the same has been asked before, my problem is that i am
sharing my broadband connection with other users, at home
My MT details as follows
e1 Public IP address /30
e2 Private IP address /24
Public IP address /29
MT O/s ver 2.9 Routerboard 230
I have a number of users on both the Private and Public
range of IP addresses and would like to disconnect a user
when needed based on IP address and not mac address
if possible
in 2.9 you must set the filter chain, do the command exacly like my example, and see if you still get the error.
ip firewall filter> add chain=forward src-address=10.0.0.21 action=drop
for the private ip’s you may have to put the drop rule in the nat chain
ip firewalll nat> src-address=10.0.0.21 action=drop
E2 > Private 192.168.0.1/24, private 10.0.0.1/24, public x.x.x.x/29
I want to restict users by using Queue/simple and have managed to control bandwidth being used
My problem is when i go to ip/firewall/rule/forward >
and use the command add dst-address 10.0.0.0/24:0-65000 action= deny
and dd dst-address 10.0.0.100/24:0-65000 action= allow
Now what happens is that the whole block goes off and no one can
access the net, i want to block the whole subnet and only allow specific
ip adds, to access the net