This is the relevant settings that I can see:
Code: Select all
config_ppp0=( "ppp" )
link_ppp0="/dev/null" # PPPoA and ISDN links should have this
plugins_ppp0=("pppoa")Code: Select all
config_ppp0=( "ppp" )
link_ppp0="/dev/null" # PPPoA and ISDN links should have this
plugins_ppp0=("pppoa")Pralix wrote:I am in the process of building a five zone firewall. Currently I am working on the WAN side of things. I have an Actiontec DSL modem with an ethernet and usb port on it. Qwest is my provider and they prefer that PPPoA be used to connect to the net. PPPoE works but tends to lose connection. I would like to put the Actiontec into bridge mode and use my firewall to do the PPPoA authentication. I have the DSL modem connected to my firewall via the ethernet.....<SNIP>