how to block pppoe client by mac address?
if i use this rule it drops all clients
chain=forward action=drop src-mac-address=!00:1A:F2:EA:86:50
Do you want to drop everysingle mac address that is not 00:1A:F2:EA:86:50 ?? which is what src-mac-address=!00:1A:F2:EA:86:50 meansif i use this rule it drops all clients
chain=forward action=drop src-mac-address=!00:1A:F2:EA:86:50
00:1A:F2:EA:86:50 this is my client mac address which i want to blockDo you want to drop everysingle mac address that is not 00:1A:F2:EA:86:50 ?? which is what src-mac-address=!00:1A:F2:EA:86:50 means
Are you putting that rule in the filter tab of IP Firewall or bridge??
the filter tab in BRIDGE options?? there is a filter you can use layer2, you just have to add the physical interface as a port of the bridge and apply a filter rule to it...there is the src-mac-address option....