Am Sonntag 17 Februar 2008 schrieb namnd: > In this case, the configuration is as easy as: > <interface name="fpt1" type="ppp"> > <ppp type="pppoe" options="" depend_on="tap1" username="***" > password="***"/> > <network id="11" name="FPT1" auto="1"/> > </interface>
The ppp stanza should not contain authentication information. Especially since username/password only covers the most simple authentication method. And other parts could use a auth tag, too (ethernet, wlan, etc.). Additionally, the options attribute sounds like a work-around. HS