Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
One more thing to add, radvd works fine in the same ip-up configuration, even if I roughly killall radvd and then restart it, it still works. Well, kea seems to have a problem, maybe I implemented dibbler in the same environment? The environment I have built can be used barely, but if the client cannot get the address, I need to : systemctl restart accel-ppp |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @kite896. Do not trust AI, use man accel-ppp.conf. It supports DHCPv6 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before using accel, I used rp-pppoe to build a PPPoeV6 environment:
Now here is my question: I asked the AI to answer me, accel-ppp does not support enabling DHCPV6 on the ppp virtual interface, but supports enabling it on the physical port, or negotiating the IPV6 address and prefix during the PPPOE negotiation phase.
So I would like to ask whether [ipv6-dhcp] supports enabling dhcpv6 on the ppp0 interface?
However, my router does not support direct negotiation at the PPPOE stage, so an additional DHCPV6 server is required.
Of course, I have also tried using ACCEL as the PPPoE server and kea as the DHCPV6 server, but the address is obtained normally when the first dial-up connection is connected, but once the connection is disconnected and reconnected, the address cannot be obtained

Beta Was this translation helpful? Give feedback.
All reactions