Hello all.I will allow behind my brige only ip what i allow..I know nice feature is arp-reply only but this is not for me - clients change nics and mac adreses..
i try to use bridge firewall on my bridge eth1 - input;eth2 output..
My setup
/ interface bridge filter
add chain=forward in-interface=ether2 mac-protocol=arp
arp-src-address=!10.10.10.249/32 action=drop comment=ββ disabled=no
this working - 1pc connected to router
/ interface bridge filter
add chain=forward in-interface=ether2 mac-protocol=arp
arp-src-address=!10.10.10.248/32 action=drop comment=ββ disabled=no
/ interface bridge filter
add chain=forward in-interface=ether2 mac-protocol=arp
arp-src-address=!10.10.10.249/32 action=drop comment=ββ disabled=no
not working ![]()
But i need to add 10clients to mo router and allow to use him only his ip adresses to avoid ip conflicts..
HELP!! ![]()