OPNsense Forum

English Forums => 24.1 Production Series => Topic started by: flushell on February 17, 2024, 12:09:32 pm

Title: Where to view IPv6 prefix assignment
Post by: flushell on February 17, 2024, 12:09:32 pm
Just updated to 24.1.1 and I spend last 30 minutes to look for my view IPv6 prefix assignment. I could usally view it in Interfaces-Overview-WAN, but I can't seem to find it now. I expanded it and looked at the datails... Where is it?

Edit: This issue is already discussed here (https://forum.opnsense.org/index.php?topic=38223).
Title: Re: Where to view IPv6 prefix assignment
Post by: marcquark on February 22, 2024, 08:03:16 pm
You can do it on the CLI using ifctl and the OS's interface name

example: ifctl -6pi pppoe0
Title: Re: Where to view IPv6 prefix assignment
Post by: flushell on February 24, 2024, 02:09:25 pm
You can do it on the CLI using ifctl and the OS's interface name

example: ifctl -6pi pppoe0

Thank you, that worked.
But it used to be also in the GUI.
Shouldn't it be added in the GUI, or is it somewhere I haven't looked?
Title: Re: Where to view IPv6 prefix assignment
Post by: Maurice on February 24, 2024, 02:42:27 pm
The interfaces overview has been rewritten from scratch for 24.1 and for some reason the delegated prefix (and some other information like DNS servers) wasn't included.

https://forum.opnsense.org/index.php?topic=38223
Title: Re: Where to view IPv6 prefix assignment
Post by: flushell on February 24, 2024, 02:57:50 pm
The interfaces overview has been rewritten from scratch for 24.1 and for some reason the delegated prefix (and some other information like DNS servers) wasn't included.

https://forum.opnsense.org/index.php?topic=38223

Thanks, missed that. Posted it there (too).