Page 1 of 1
Block PPPoE discovey broadcasts with firewall?
Posted: Thu Sep 28, 2006 4:29 am
by meister
Is there any way to build a firewall rule to block PPPoE discovey broadcasts?
Ethertype = 8863 (PPPoE Discovery)
Posted: Thu Sep 28, 2006 8:10 am
by Eugene
Use bridge firewall in "/interface bridge firewall" menu
Posted: Thu Sep 28, 2006 5:23 pm
by sten
Eugene:
would it be possible to have the ability to match pppoe specific packet fields added to bridge filter?
Posted: Thu Sep 28, 2006 8:26 pm
by meister
Thanks, that was what I was looking for.
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Thu Jun 20, 2013 1:59 pm
by nmthaker
Dear Sir,
i am running PPPoE server in router mode how can i enable the bridge firewall ?? if i enable bridge firewall that wont affect the rule
Nishit
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Thu Jun 20, 2013 3:40 pm
by CelticComms
Dear Sir,
i am running PPPoE server in router mode how can i enable the bridge firewall ?? if i enable bridge firewall that wont affect the rule
Nishit
You probably need to give more info on your config and what you are trying to achieve. PPPoE discovery broadcasts are not forwarded/routed at layer 3.
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Thu Jun 20, 2013 3:49 pm
by nmthaker
Dear Sir,
I have customer running on PPPoE but customer are connecting threw PPPoE username and password & found that in tourch 0.0.0.0 with traffic approx 2Mbps + due to the same customer are getting error Connecting Throw WAN MiniPort (678)
can you advice how i drop this 0.0.0.0 traffic
NIshit
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Thu Jun 20, 2013 4:41 pm
by CelticComms
The 0.0.0.0 traffic could be PPPoE session traffic. Which MAC protocol does it show?
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Thu Jun 20, 2013 7:48 pm
by nmthaker
Dear Sir,
it is not showing any protocol also can you can see attached screen shot
Nshit
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Fri Jun 21, 2013 1:09 pm
by CelticComms
The 8864 traffic looks like PPPoE session traffic. From your original question I can't tell what seems unusual about it.
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Fri Jun 21, 2013 4:03 pm
by nmthaker
Dear Sir,
does this traffic is normal traffic ?? As my customer are getting all time WAN miniport 678 error in case of connecting threw PPPoE Client
Nishit
Re: Block PPPoE discovey broadcasts with firewall?
Posted: Fri Dec 14, 2018 11:35 am
by telstra
hi i need to block certain clients after some bad password attempts and blocking time will be 10 min..
how can i do that in mikrotik using bridge and firewall...
i am doing this but its not time level.
/interface bridge filter
add action=drop chain=input disabled=no mac-protocol=pppoe-discovery src-mac-address=00:23:AE:A8:1F:7F/FF:FF:FF:FF:FF:FF
i need this with automatically mac address catch and then this mac will block for 10 min.. is it possible?