Page 2 of 2
Re: pppoe not connecting WRT1200AC
Posted: Sun Nov 15, 2015 5:21 pm
by Lantis
Compare the /etc/config/network between openwrt and gargoyle and see if anything sticks out.
Like I said, it will report that IP address until PPPoE connects.
Until then it's essentially a DHCP client.
Re: pppoe not connecting WRT1200AC
Posted: Mon Nov 16, 2015 6:56 pm
by satstuff
Thanks for persisting with me.
As suggested I compared the two network confog files and they are identical between Gargoyle and OprnWRT
Here is the connection log from Gargoyle.
Code: Select all
Fri Nov 6 22:33:28 2015 daemon.notice netifd: Interface 'wan' is setting up now
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: Plugin rp-pppoe.so loaded.
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: pppd 2.4.7 started by root, uid 0
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: PPP session is 6
Fri Nov 6 22:33:29 2015 daemon.warn pppd[6379]: Connected to xx:xx:xx:xx:xx:xx via interface eth0.2
Fri Nov 6 22:33:29 2015 kern.info kernel: [ 120.100000] pppoe-wan: renamed from ppp0
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: Using interface pppoe-wan
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: Connect: pppoe-wan <==>eth0. 2
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: CHAP authentication succeeded: CHAP authentication success
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: CHAP authentication succeeded
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: peer from calling number 00:5 0:7F:F4:62:78 authorized
Fri Nov 6 22:33:29 2015 daemon.err pppd[6379]: IPv6 socket creation failed: Address family not supported by protocol
Fri Nov 6 22:33:29 2015 daemon.err pppd[6379]: IPv6 socket creation failed: Address family not supported by protocol
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: local IP address xxx.xxx.xxx.xxx
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: remote IP address 2.127.238.113
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: primary DNS address xxx.xxx.xxx.xxx
Fri Nov 6 22:33:29 2015 daemon.notice pppd[6379]: secondary DNS address xxx.xxx.xxx.xxx
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: LCP terminated by peer
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: Connect time 0.0 minutes.
Fri Nov 6 22:33:29 2015 daemon.info pppd[6379]: Sent 0 bytes, received 38 bytes
And here is the log from OpenWRT
Code: Select all
Wed Sep 9 04:08:04 2015 daemon.info pppd[1063]: PPP session is 6
Wed Sep 9 04:08:04 2015 daemon.warn pppd[1063]: Connected to 00:50:7f:f4:62:78via interface eth0.2
Wed Sep 9 04:08:04 2015 kern.info kernel: [ 21.320000] pppoe-wan: renamed from ppp0
Wed Sep 9 04:08:04 2015 daemon.info pppd[1063]: Using interface pppoe-wan
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: Connect: pppoe-wan <--> eth0.2
Wed Sep 9 04:08:04 2015 daemon.info pppd[1063]: CHAP authentication succeeded:CHAP authentication success
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: CHAP authentication succeeded
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: peer from calling number xx:xx:xx:xx:xx:xxauthorized
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: local LL address xxxx::xxxx:xxxx:xxxx:xxxx
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: remote LL address xxxx::xxxx:xxxx:xxxx:xxxx
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: local IP address xxx.xxx.xxx.xxx
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: remote IP address xxx.xxxx.xxx.xxx
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: primary DNS address xxx.xxx.xxx.xxx
Wed Sep 9 04:08:04 2015 daemon.notice pppd[1063]: secondary DNS address xxx.xxx.xxx.xxx
Wed Sep 9 04:08:04 2015 daemon.notice netifd: Network device 'pppoe-wan' link is up
Wed Sep 9 04:08:04 2015 daemon.notice netifd: Interface 'wan' is now up
The only problems I can see are that Gargoyle is trying to establish an ipv6 connection and fails due to a pppd family un supported protocol.
Further suggestions appreciated.
Re: pppoe not connecting WRT1200AC
Posted: Mon Nov 16, 2015 7:09 pm
by Lantis
Can you please set the following variables in
/etc/ppp/options
lcp-echo-interval 60
lcp-echo-failure 5
(Defaults are 5 and 1)
And then reboot and try again?
Re: pppoe not connecting WRT1200AC
Posted: Mon Nov 16, 2015 7:11 pm
by Lantis
Also in that same file you can set an option to do more detailed logging. Might be helpful also. Just send it somewhere like /tmp/pppoedebug.