-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DHCPv6 prefix delegation not probed on boot #637
Comments
|
interface_dhcpv6_configure() isn't called as often as its IPv4 sibling. E.g. rc.linkup does not call newipv6 even though it checks for IPv6 a few lines earlier: https://github.com/opnsense/core/blob/master/src/etc/rc.linkup#L63 and interface_configure() doesn't call it either... https://github.com/opnsense/core/blob/master/src/etc/rc.linkup#L77 |
|
timeout |
|
People have suggested that this may be due to an utter lack of RAs in their network. |
|
There seems to be a very similar issue here: https://redmine.pfsense.org/issues/5993 I've added an option that does what you initially suggested: direct run the dhcp6 client. |
|
I think we figured this out, all code in 16.7. Fixing bugs inline if needed. Thanks everyone! |
|
Please reopen this bug, I'm running OPNsense 16.7.2 and I have exactly the same problem as described. Your workaround (running /var/etc/rtsold_[...].sh directly) fixes it temporarily, but it's not possible to get persistent IPv6 PD. I even tried to replicate the (working) configuration I had back in pfSense, but to no avail. No DHCPv6 client is started and no DHCPv6 packets are sent. |
|
@onitake have you tried the "Directly send SOLICIT" option in your WAN configuration? |
|
Hmm. Interesting. This works. I was sure I tried this before though? Ok. That part is sorted out. Next up, I'm not getting any return traffic for the delegated network. I can see the packets being sent out through the WAN, but there is nothing in response. Doesn't seem like it's a firewall problem, and it's almost definitely not the ISPs fault, as I had IPv6 working before. |
|
@onitake so far so good :) Can you open a new ticket? It's better to start fresh with some more info: When / how was it working, which versions specifically and whether or not there is any indication in the firewall logs for dropped traffic or packet captures on WAN (don't have to share, only look into for return traffic). |
|
I can, however, the initial symptoms pointed to the same bug as described here. (and thus, the fix not doing what it should) |
After a reboot it doesn't ask the providers DHCPv6 server for a prefix delegation, therefore my provider (Init7) doesn't route my static IPv6 /48 range to my box. Manually invoking
fixes this until next reboot.
The issue #47 and post https://forum.opnsense.org/index.php?topic=1533.0 seem related.
via: https://forum.opnsense.org/index.php?topic=1950.0
The text was updated successfully, but these errors were encountered: