I mention in previous post that I want set RB450 as managed switch which do client isolation and block arp-scan that steel the ip and mac address of other clients Or do not allow two computer with same ip and mac address (We know that the second device with the same ip and mac address is for the unauthorized user since I disable cookies and unauthorized can not login first ). I have set client isolation in the APs and now I can not see the client that connected to the same AP but I can see the ip and mac of the client that connected to other AP.
I run the fallowing script on RB450:
Code: Select all
/interface bridge add name=bridge
/interface bridge port add bridge=bridge interface=ether1 horizon=1
/interface bridge port add bridge=bridge interface=ether2 horizon=2
/interface bridge port add bridge=bridge interface=ether3 horizon=3
/interface bridge port add bridge=bridge interface=ether4 horizon=4
/interface bridge port add bridge=bridge interface=ether5 horizon=5