Cutting everything expect PPPoE + DHCP

Hi,

I’v tried example found on this forum:
interface bridge filter add chain=forward in-interface=AP mac-protocol=34916 packet-type=other-host action=accept

interface bridge filter add chain=forward in-interface=AP mac-protocol=34915 packet-type=other-host action=accept

  • drop rule

But if I’m loggin into PPPoE account I see no traffic in first 2 rules (on third I see traffic).

Can you tell me what is wrong ?

And also I’m looking a way to to pass DHCP requests and redirect all requests on this IP class (let’s say 10.0.1.0) to other host - proxy with “invitation” for strangers from outside of the network.

I would be vary happy if someone from You could help me :wink:

Mikolaj