Ok, sir. I have add two rule in the firewall filter:
1. Block IP: 10.10.10.30 can't access to local
Intranet-Range(192.168.100.150 - 192.168.100.154) use port 80-84
ip firewall filter> add chain=forward src-address=10.10.10.30 protocol=tcp dst-port=81-84 action= drop
But when i add this rule all clients under Mikrotik range(10.10.10.0/24) can't access to
Intranet-Range at all.
So why this rule affect to all clients?
2. Block IP: 10.10.10.50 can access to Local network(Ex: can access to Intranet-Range) but can't access to internet
IP firewall filter> add chain=forward src-address=10.10.10.50 dst-port=80 action= drop
So this rule can be accept or not?
I wish you can show me the really code to solve this problem because i really conflict with Mikrotik Firewall rule work and how to add second rule to work!
Regard,