Hello everybody,
After me sob and yogender have helped to isolate the VLANs among themselves THANKS !!! I would now like to prevent access to the microtics in the same LAN.
The adminclient is in Vlan5 (= 172.16.5.0 / 24). The microtronic router has the IP 172.16.5.254 in the adminVLAN5. The admin should of course access the microtics but all other VLANs not!
VLAN 10 - 200: 172.16.10.0/24 -> 172.16.200.0/24
Microtics VLAN DHCP and Gateway IPs: 172.16.10.254 -> 172.16.200.254
VLAN5 client to 172.16.5.254 -> accept
VLAN10 clients to 172.16.10.254 -> drop
VLAN20 clients on 172.16.20.254 -> drop
.
.
.
VLAN200 clients to 172.16.200.254 -> drop
What do you think of these rules and in this order:
/ Ip firewall filter add chain=input in-interface=adminVLAN5 action=accept
/ Ip firewall filter add chain=input in-interface=all vlan action=drop
I would be happy about every tip!
Greetings VlanLearner
Excuse me for my bad english (google translation)