Screenshot is unreadable, but assuming you configured it correctly: Probably SLAAC addresses. Do they have this pattern?2a02:XXX:a774:be33:123:45ff:fe67:89ab... and by the way: 2a02:XXX:a774::2 to 2a02:XXX:a774::ffff requires a /48 (because the subnet ID is 0x0000). Do you have a /48?
Where can I check if it’s SLAAC adresses?
Quote from: Morta on August 02, 2023, 04:16:24 amWhere can I check if it’s SLAAC adresses?Are your router advertisements set to "managed"? (Services -> Router Advertisements -> LAN)
Quote from: Morta on August 02, 2023, 04:16:24 amWhere can I check if it’s SLAAC adresses?Are your router advertisements set to "managed"? (Services -> Router Advertisements -> LAN) Your devices won't try to talk to a DHCP server unless the M (managed) flag is set.
Quote from: cstevens on August 02, 2023, 04:56:36 amQuote from: Morta on August 02, 2023, 04:16:24 amWhere can I check if it’s SLAAC adresses?Are your router advertisements set to "managed"? (Services -> Router Advertisements -> LAN) Your devices won't try to talk to a DHCP server unless the M (managed) flag is set.Is there any thoughts to change from assited to managed?I changed to managed. I will give a look if it's do the changes...
Quote from: Morta on August 02, 2023, 05:07:38 amQuote from: cstevens on August 02, 2023, 04:56:36 amQuote from: Morta on August 02, 2023, 04:16:24 amWhere can I check if it’s SLAAC adresses?Are your router advertisements set to "managed"? (Services -> Router Advertisements -> LAN) Your devices won't try to talk to a DHCP server unless the M (managed) flag is set.Is there any thoughts to change from assited to managed?I changed to managed. I will give a look if it's do the changes...No changes at first look. Also no addresses under DHCPv6 leases....
Quote from: Morta on August 02, 2023, 05:13:47 amQuote from: Morta on August 02, 2023, 05:07:38 amQuote from: cstevens on August 02, 2023, 04:56:36 amQuote from: Morta on August 02, 2023, 04:16:24 amWhere can I check if it’s SLAAC adresses?Are your router advertisements set to "managed"? (Services -> Router Advertisements -> LAN) Your devices won't try to talk to a DHCP server unless the M (managed) flag is set.Is there any thoughts to change from assited to managed?I changed to managed. I will give a look if it's do the changes...No changes at first look. Also no addresses under DHCPv6 leases....Take a look at this thread: https://forum.opnsense.org/index.php?topic=35135.0There's currently a bug where dynamic leases aren't showing up in the GUI. There's a patch available in that thread. But yes, it should be set to managed if you want DHCP to work. Try restarting networking on the client (systemctl restart systemd-networkd) or just rebooting it.Also, do you have a static IP assigned to the LAN interface? I remember there being bugs in the past if you were using "track interface"Edit: actually, assisted should work also.SLAAC stands for stateless address auto configuration, meaning, your workstation assigns itself an IP address based on what it sees in the router advertisements. It's kind of like a 169.254 address in ipv4. These self-assigned addresses COULD be based on your MAC address, unless your client has security extensions enabled, in which case they won't be based off your MAC.Maybe you'll see something interesting if you tail your dhcp logs: tail -f /var/log/dhcpd/latest.logEdit #2: is there anything in your /var/dhcpd/var/db/dhcpd6.leases file?
<190>1 2023-08-02T06:01:08+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="26"] Renew message from fe80::3e01:efff:fe53:31f6 port 546, transaction ID 0x78137F00<190>1 2023-08-02T06:01:08+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="27"] Sending Reply to fe80::3e01:efff:fe53:31f6 port 546<190>1 2023-08-02T06:01:08+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="28"] Request message from fe80::3e01:efff:fe53:31f6 port 546, transaction ID 0x7731700<191>1 2023-08-02T06:01:08+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="29"] Picking pool address 2a02:168:a774::bdcb<190>1 2023-08-02T06:01:08+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="30"] Reply NA: address 2a02:168:a774::bdcb to client with duid 00:01:00:01:2c:3e:a1:c8:3c:01:ef:53:31:f6 iaid = -279760394 valid for 7200 seconds<190>1 2023-08-02T06:01:08+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="31"] Sending Reply to fe80::3e01:efff:fe53:31f6 port 546<190>1 2023-08-02T06:01:18+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="32"] Solicit message from fe80::be3b:ea53:bdd:9f8c port 546, transaction ID 0x43DB4400<190>1 2023-08-02T06:01:18+02:00 r0uter.netw0rk dhcpd 24269 - [meta sequenceId="33"] Reply NA: address 2a02:168:a774::f3b8 to client with duid
# The format of this file is documented in the dhcpd.leases(5) manual page.# This lease file was written by isc-dhcp-4.4.3-P1# authoring-byte-order entry is generated, DO NOT DELETEauthoring-byte-order little-endian;server-duid "\000\001\000\001)'\263\200\002z\367U`\000";ia-na "\000\000\000\000\000\003\000\001\276\315\010\016\303\227" { cltt 2 2023/08/01 08:01:08; iaaddr 2a02:168:a774::c931 { binding state active; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:01:08; }}ia-na "\036\2758[\000\004i&\023\306\263\032\217\367o\265\343\371%\334MB" { cltt 2 2023/08/01 08:06:03; iaaddr 2a02:168:a774::9efd { binding state active; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:06:03; }}ia-na "i\217\226\015\000\004W\232\274\312\221\"\331\202\206\365\010b\324\001\3036" { cltt 2 2023/08/01 08:05:47; iaaddr 2a02:168:a774::98ba { binding state active; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:05:47; }}ia-na "\241\033\316\370\000\002\000\000\253\021\220\331iz\030\2217\255" { cltt 2 2023/08/01 08:06:11; iaaddr 2a02:168:a774::dd07 { binding state active; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:06:11; }}server-duid "\000\001\000\001)'\263\200\002z\367U`\000";ia-na "\000\000\000\000\000\003\000\001\276\315\010\016\303\227" { cltt 2 2023/08/01 08:01:08; iaaddr 2a02:168:a774::c931 { binding state expired; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:01:08; }}ia-na "i\217\226\015\000\004W\232\274\312\221\"\331\202\206\365\010b\324\001\3036" { cltt 2 2023/08/01 08:05:47; iaaddr 2a02:168:a774::98ba { binding state expired; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:05:47; }}ia-na "\036\2758[\000\004i&\023\306\263\032\217\367o\265\343\371%\334MB" { cltt 2 2023/08/01 08:06:03; iaaddr 2a02:168:a774::9efd { binding state expired; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:06:03; }}ia-na "\241\033\316\370\000\002\000\000\253\021\220\331iz\030\2217\255" { cltt 2 2023/08/01 08:06:11; iaaddr 2a02:168:a774::dd07 { binding state expired; preferred-life 4500; max-life 7200; ends 2 2023/08/01 10:06:11; }}ia-na "\241\033\316\370\000\002\000\000\253\021\220\331iz\030\2217\255" { cltt 3 2023/08/02 03:11:41; iaaddr 2a02:168:a774::dd07 { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:11:41; }}ia-na "\337\232\205F\000\004\250'\325\215\376d_\263\002\000w\022O4\037\023" { cltt 3 2023/08/02 03:11:48; iaaddr 2a02:168:a774::f3b8 { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:11:48; }}ia-na "i\217\226\015\000\004W\232\274\312\221\"\331\202\206\365\010b\324\001\3036" { cltt 3 2023/08/02 03:12:03; iaaddr 2a02:168:a774::98ba { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:12:03; }}ia-na "\036\2758[\000\004i&\023\306\263\032\217\367o\265\343\371%\334MB" { cltt 3 2023/08/02 03:12:20; iaaddr 2a02:168:a774::9efd { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:12:20; }}ia-na "\000\000\000\000\000\003\000\001\276\315\010\016\303\227" { cltt 3 2023/08/02 03:16:33; iaaddr 2a02:168:a774::c931 { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:16:33; }}ia-na "i\217\226\015\000\004W\232\274\312\221\"\331\202\206\365\010b\324\001\3036" { cltt 3 2023/08/02 03:42:09; iaaddr 2a02:168:a774::98ba { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:42:09; }}ia-na "\337\232\205F\000\004\250'\325\215\376d_\263\002\000w\022O4\037\023" { cltt 3 2023/08/02 03:42:14; iaaddr 2a02:168:a774::f3b8 { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:42:14; }}ia-na "\036\2758[\000\004i&\023\306\263\032\217\367o\265\343\371%\334MB" { cltt 3 2023/08/02 03:42:50; iaaddr 2a02:168:a774::9efd { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:42:50; }}ia-na "\000\000\000\000\000\003\000\001\276\315\010\016\303\227" { cltt 3 2023/08/02 03:54:03; iaaddr 2a02:168:a774::c931 { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 05:54:03; }}ia-na "\3661S\357\000\001\000\001,>\241\310<\001\357S1\366" { cltt 3 2023/08/02 04:01:08; iaaddr 2a02:168:a774::bdcb { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 06:01:08; }}ia-na "\241\033\316\370\000\002\000\000\253\021\220\331iz\030\2217\255" { cltt 3 2023/08/02 04:07:11; iaaddr 2a02:168:a774::dd07 { binding state active; preferred-life 4500; max-life 7200; ends 3 2023/08/02 06:07:11; }}