I'm not able to have IPv6 works with the firmware 0.3.9.
If IPv6 is disabled everything works.
But when i activate IPv6 and reboot my modem, it can't establish a PPP connection.
Does someone have the same problem ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here the problem is that the PPP daemon can't establish the connection with the DSLAM : in the web interface, the PPP status says that the PPP daemon is waiting for PAD0.
For me that's not logical because these frames (PADI and PADO) are independant of IPv6 or IPv4 : they are the very first frames that are exchanged between the modem and the DSLAM.
So it should work the same way whether IPv6 is activated or not.
But it is not the case.
I'm currently investigating why., by looking at the sources of bitswitcher.
The first thing is that i discover is that in the makefile of ppp, IPv6 compil flag is not activated.
So i changed the makefile and recompile, but the result is still the same : when IPv6 is activated, PPP connection can't be established.
I'm now going to add a compil flag (DEBUGALL) to have debug information, hoping to have more details of what's happening
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I'm not able to have IPv6 works with the firmware 0.3.9.
If IPv6 is disabled everything works.
But when i activate IPv6 and reboot my modem, it can't establish a PPP connection.
Does someone have the same problem ?
Thanks
Hi,
You know for sure, that your ISP supports both IPv4 and IPv6 ?
Regards
Hi
Yes i'm sure : my ISP support IPv4 and IPv6.
Here the problem is that the PPP daemon can't establish the connection with the DSLAM : in the web interface, the PPP status says that the PPP daemon is waiting for PAD0.
For me that's not logical because these frames (PADI and PADO) are independant of IPv6 or IPv4 : they are the very first frames that are exchanged between the modem and the DSLAM.
So it should work the same way whether IPv6 is activated or not.
But it is not the case.
I'm currently investigating why., by looking at the sources of bitswitcher.
The first thing is that i discover is that in the makefile of ppp, IPv6 compil flag is not activated.
So i changed the makefile and recompile, but the result is still the same : when IPv6 is activated, PPP connection can't be established.
I'm now going to add a compil flag (DEBUGALL) to have debug information, hoping to have more details of what's happening
Regards