On Sat, Apr 30, 2011 at 07:59:07PM -0700, Matt S wrote: > I am using kernel pppoe and I would like to know if it is possible to > add the pppoe0 interface to a bridge? If so, how do I do it? Do I need > to set a link0 flag? >
You can not add a pppoe interface to a bridge. pppoe is not an Ethernet interface. There are other ways to get similar results, e.g. proxy-arp but in most cases it is the best to route between the LAN and the pppoe interface. -- :wq Claudio