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

valent.turkovic at gmail.com valent.turkovic at gmail.com
Wed Mar 25 06:31:06 EDT 2015


On 25 March 2015 at 08:31, Yousong Zhou <yszhou4tech at gmail.com> wrote:
> On 25 March 2015 at 14:21, valent.turkovic at gmail.com
> <valent.turkovic at gmail.com> wrote:
>> Hi,
>> I don't see lots of people using PPPoE with OpenWrt, at least PPPoE is
>> not mentioned much on forums.
>>
>> My first opportunity to use PPPoE with OpenWrt was yesterday and I
>> lost few hours on troubleshooting few issues and finally arrived at
>> conclusion that PPPoE could be broken in Barrier Breaker.
>>
>> I'm not 100% sure if it is broken so I came here to ask if there are
>> people who have success with PPPoE on OpenWrt?
>>
>
> PPPoE with CHAP authentication works for me.
>
>> 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
_______________________________________________
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