You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few ISPs now support IPv6 PD over PPPoE but currently with wicked is unable to make it work if not using a custom script. My ISP issues a /64 prefix on the PPPoE interface by Router Advertisement. If a DHCPv6 DP request is sent, it will return a /56 prefix for other use. Usually for other devices in the home.
I tried combining BOOTPROTO=dhcp6 with PPPMODE like this:
Aug 09 02:40:36 box wickedd-nanny[937]: device ppp0: call to org.opensuse.Network.Addrconf.ipv6.dhcp.requestLease() failed: Object does not support requested method
Another thought is to call another DHCP client with a script, and set POST_UP_SCRIPT and PRE_DOWN_SCRIPT might be the solution to this.
But since wicked already has a DHCP client built-in, I think I should post a feature request here.
The text was updated successfully, but these errors were encountered:
A few ISPs now support IPv6 PD over PPPoE but currently with wicked is unable to make it work if not using a custom script. My ISP issues a /64 prefix on the PPPoE interface by Router Advertisement. If a DHCPv6 DP request is sent, it will return a /56 prefix for other use. Usually for other devices in the home.
I tried combining
BOOTPROTO=dhcp6
withPPPMODE
like this:An error will occur:
Another thought is to call another DHCP client with a script, and set
POST_UP_SCRIPT
andPRE_DOWN_SCRIPT
might be the solution to this.But since wicked already has a DHCP client built-in, I think I should post a feature request here.
The text was updated successfully, but these errors were encountered: