hxping7 / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

IPv6 over pppoe #445

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using RT-N10U model with firmware "1.9.2.7-rtn-r5450".
I use pppoe to connect to internet.

The problem is, when enable "Automatic IPv6" via "WAN" interface, pppd will fail
ps. "Get IPv6 automatically" settings for IPv6, DNSv6, LAN is "Yes"

This is what syslog shows me:
Jan  1 08:00:18 pppd[443]: Plugin rp-pppoe.so loaded.
Jan  1 08:00:18 pppd[443]: RP-PPPoE plugin version 3.11 compiled against pppd 
2.4.5
Jan  1 08:00:18 pppd[443]: local/remote LL address required for demand-dialling

I checked the file /tmp/ppp/options.wan0, only adding "+ipv6" option is not 
suffice.
You need to add another option at the same time: "ipv6 ,::123", the "::123" is 
just a temporary address for remote which will be replaced with the correct 
address when ipv6cp completes.

Original issue reported on code.google.com by t27049...@gmail.com on 16 Jun 2014 at 8:48

GoogleCodeExporter commented 9 years ago
Seems you have non-zero value in "Idle Disconnect Time in seconds(option)".
If you're not sure what is it and for, please set value to zero.

Original comment by themiron.ru on 17 Jun 2014 at 10:02

GoogleCodeExporter commented 9 years ago
also, check out r5486, it should fix ipv6 in demand mode as well

Original comment by themiron.ru on 17 Jun 2014 at 12:50

GoogleCodeExporter commented 9 years ago
r5486 was incomplete, r5493 should work both on connect and reconnect
kindly please help check

Original comment by themiron.ru on 19 Jun 2014 at 11:44