Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
Services: DHCPv6: Leases are not showing.
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Services: DHCPv6: Leases are not showing. (Read 5679 times)
svengru
Newbie
Posts: 24
Karma: 1
Re: Services: DHCPv6: Leases are not showing.
«
Reply #15 on:
August 03, 2023, 08:18:54 pm »
No need to mess with PHP files.
Just run the following via an SSH connection (or serial):
opnsense-patch 23318015b 4ec97df4c
Logged
rahb
Newbie
Posts: 1
Karma: 0
Re: Services: DHCPv6: Leases are not showing.
«
Reply #16 on:
August 03, 2023, 09:23:23 pm »
Also having the same issues as others reported with the patches. I see leases now but they are all offline except the static ones.
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Services: DHCPv6: Leases are not showing.
«
Reply #17 on:
August 03, 2023, 09:39:03 pm »
We are aware of the display issues, but currently working on improving the axgbe driver. We expect to look into this next week as it seems to be of cosmetic nature.
Cheers,
Franco
Logged
Cljackhammer
Newbie
Posts: 17
Karma: 0
Re: Services: DHCPv6: Leases are not showing.
«
Reply #18 on:
August 03, 2023, 11:46:15 pm »
Agree Franco. It is cosmetic. I have no issues IPv6 connectivity on any of my networks.
Logged
tuto2
Administrator
Jr. Member
Posts: 81
Karma: 19
Re: Services: DHCPv6: Leases are not showing.
«
Reply #19 on:
August 08, 2023, 01:08:55 pm »
Devices showing as offline, missing interfaces and general readability issues should be addressed in:
https://github.com/opnsense/core/commit/a2b9144233df873c24ec3360267499b41bbe6444
https://github.com/opnsense/core/commit/c605175d85b7b6f9a70e9adbb2eedac8f85ba022
https://github.com/opnsense/core/commit/a88fae84f6c670e57545bdce3b752f5c43391b64
If you want to test:
Code:
[Select]
# opnsense-patch a2b914423 c605175d8 a88fae84f
Cheers,
Stephan
Logged
9axqe
Full Member
Posts: 201
Karma: 4
Re: Services: DHCPv6: Leases are not showing.
«
Reply #20 on:
August 24, 2023, 11:15:35 am »
I still see the problem in 23.7.2. I'm not able to undertand from github if it's supposed to be included in 23.7.2 or if the patch command is still required?
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Services: DHCPv6: Leases are not showing.
«
Reply #21 on:
August 24, 2023, 11:16:32 am »
No patches required. Can you share a screenshot from 23.7.2?
Cheers,
Franco
Logged
9axqe
Full Member
Posts: 201
Karma: 4
Re: Services: DHCPv6: Leases are not showing.
«
Reply #22 on:
August 24, 2023, 11:24:30 am »
Attached. There a single static lease displayed.
DHCPv6 is running, I have radv set to "assisted" and a virtual IP fd00:1::
Devices on the network are correctly getting all their IPv6 as far as I can tell (ULA, GUA, link local...)
DHCPv6 is using a static range because my ISP does give me a static prefix but has some weird issues whereby I sometime get a /64 only, sometime /62, sometime even /56. Additionally, it allows the GUA to stick even if WAN is down (I'm not entirely confident yet in my fd00:1: ULA addressing and how often some client will decide to switch IP...).
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Services: DHCPv6: Leases are not showing.
«
Reply #23 on:
August 24, 2023, 11:50:49 am »
Can you check if we actually have leases to display?
# cat /var/dhcpd/var/db/dhcpd6.leases
Cheers,
Franco
Logged
9axqe
Full Member
Posts: 201
Karma: 4
Re: Services: DHCPv6: Leases are not showing.
«
Reply #24 on:
August 24, 2023, 12:16:13 pm »
Yes, there are 11 DHCPv6 leases in "binding state active".
iaaddr is within the range I specified for DHCPv6 each time. Do you need more details?
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Services: DHCPv6: Leases are not showing.
«
Reply #25 on:
August 24, 2023, 12:42:30 pm »
If you could share the file that would likely make it easy to spot the issue locally. Send to franco AT opnsense DOT org if you can.
Thanks,
Franco
Logged
9axqe
Full Member
Posts: 201
Karma: 4
Re: Services: DHCPv6: Leases are not showing.
«
Reply #26 on:
August 24, 2023, 04:24:48 pm »
I pasted the entire content in a PM. Let me know if that works.
Logged
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: Services: DHCPv6: Leases are not showing.
«
Reply #27 on:
August 24, 2023, 07:03:40 pm »
Thanks, we're taking a look.
Cheers,
Franco
Logged
tuto2
Administrator
Jr. Member
Posts: 81
Karma: 19
Re: Services: DHCPv6: Leases are not showing.
«
Reply #28 on:
August 25, 2023, 12:45:27 pm »
Can you try
Code:
[Select]
# opnsense-patch fb2d2f6
Might've been a spacing issue, but this would require isc-dhcpd to suddenly deviate from the usual format. If this doesn't solve the issue I'll likely need the original file (not a paste) to be able to reproduce it.
Cheers,
Stephan
Logged
9axqe
Full Member
Posts: 201
Karma: 4
Re: Services: DHCPv6: Leases are not showing.
«
Reply #29 on:
August 25, 2023, 09:38:03 pm »
Nice! That worked, I see the DHCPv6 leases now.
Thank you!
Logged
Print
Pages:
1
[
2
]
« previous
next »
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
Services: DHCPv6: Leases are not showing.