Running PPPoE server in jail, possible with VNET?

Alexander Zagrebin alex at zagrebin.ru
Thu Feb 21 07:23:35 UTC 2019


В Wed, 20 Feb 2019 12:37:39 -0800
BulkMailForRudy <crapsh at monkeybrains.net> пишет:

> PPPoE has some broadcast ethernet frames...
> 
> I have epair0a on my bridge and epair0b in the jail, but the jail 
> doesn't get any PADI (PPPoE packets destinged to ff:ff:ff:ff:ff:ff).
> 
> Is there a way to have bridge pass broadcast ethernet frames?
> (tcpdump in the jail shows no PADI packets)

To pass PPPoE packets via bridge you have to set the kernel variable
net.link.bridge.pfil_onlyip to 0 (`sysctl
net.link.bridge.pfil_onlyip=0`)...

-- 
Alexander Zagrebin


More information about the freebsd-net mailing list