[Note: Cc list trimmed; cross-posting not recommended; please
       watch these things.]

Rostislav Krasny wrote:

| Maybe PPPoE implementation in FreeBSD have a bug?

The data you have provided is inadequate.  The following
/etc/ppp.conf (edited to hide passwords, etc) works with the
version of ppp that has been out since March with an Alcatel
Speed Touch Home ADSL modem on the web sites you had trouble
with:

 set device PPPoE:xl0
 set authname foo
 set authkey bar
 set speed sync   
 enable lqr
 set cd 5
 set dial
 set login
 set redial 0 0
 set ifaddr 987.654.321.0 0.0.0.0/0
 add default HISADDR
 set timeout 0

Note that it does not specify anything for MRU and MTU as these
are both handled automatically by ppp now.

Greg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to