[OpenWrt-Devel] Is PPPoE broken in Barrier Breaker?

Yousong Zhou yszhou4tech at gmail.com
Wed Mar 25 07:23:13 EDT 2015


>>> Here is a link to this issue on the forum (it is not only me):
>>> https://forum.openwrt.org/viewtopic.php?pid=269850
>>>
>>> It looks like pppd after sending request for IP address instead
>>> getting response with IP data instead  package to terminate LCP is
>>> received. Does somebody have ideas why is this happening?
>>>
>>
>> I think the following line in that post more relevant here.
>>
>>     rcvd [LCP ConfReq id=0x1 <mru 1462> <auth pap> <magic 0x2000722>]
>>     No auth is possible
>>
>> You may want to know the arguments passed to pppd on the command line
>> with `ps ww | grep pppd`.
>>
>> Cheers,
>>
>>                 yousong
>>
>
>
> Thanks, I didn't mention but current ppp options are:
>
> # cat /etc/ppp/options
> debug
> logfile /tmp/ppp
> noipdefault
> defaultroute
> noaccomp
> nopcomp
> nocrtscts
> lock
> maxfail 0
> lcp-echo-failure 15
> lcp-echo-interval 30
> lcp-restart 25
> pap-restart 25
>
> and pppd starts with:
> /usr/sbin/pppd nodetach ipparam ppp0 ifname pppoe-ppp0 nodefaultroute
> usepeerdns persist maxfail 1 ip-up-script /lib/netifd/ppp-up
> ipv6-up-script /lib/netifd/ppp-up ip-down-script /lib/netifd/ppp-dow

No username or password is present on the command line.  I Just saw
your update on the forum post.  You need to specify username with the
option "username", not "user".  That should be it.

Cheers.

                yousong
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list