Quote from: kemedo on November 02, 2025, 02:20:51 PMIs there something I've missed?
Use VLAN priority = 6 in the DHCP section of your WAN interface ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: kemedo on November 02, 2025, 02:20:51 PMIs there something I've missed?
Quote from: franco on December 20, 2023, 02:38:21 PM
Will consider removing the legacy compatibility regarding the input, which was the only reason why it stopped working in the first place.
Cheers,
Franco
Quote from: doktornotor on December 20, 2023, 12:38:16 PM
2/ Use something standard, such as /60.
from: ::10:0:0:0:0
to: ::f0:0:0:0:0
Delegation size: 60QuoteIPv6 address 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0/60
QuoteSubnet 2001:0db8:aaaa:aa00::
Subnet mask 60 bits
Available range 2001:0db8:aaaa:aa00:: - 2001:0db8:aaaa:aa0f:ffff:ffff:ffff:ffff
Available prefix delegation size 61 bits
Quote
...
subnet6 2001:0db8:aaaa:aa00::/60 {
option dhcp6.name-servers 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0;
prefix6 2001:0db8:aaaa:aa00:: 2001:0db8:aaaa:aa00::/60;
}
Quote from: Maurice on December 20, 2023, 12:39:08 PM
Are you sure you actually get a /56 from your ISP? Did you check Interfaces: Overview: WAN: IPv6 prefix?
Cheers
Maurice
prefix6 2001:0db8:aaaa:aa00:: 2001:0db8:aaaa:aa00::/58;
Quote from: Meg on December 14, 2023, 05:56:01 AM
I have noticed that my Top Destination Locations Heatmap keeps showing the largest red dot just off the west cost of Africa most of the time. I am in Canada and sometimes it shows North America ( Canada and United States) and then switching back to Africa with very little to none showing in North America. Packet and Volume Always show this red dot near Africa but ass more traffic flows through North America the dot near Africa Fades and gets stronger in North America I saw an old post from 2022 where someone from the EU was seeing a red dot in Wichita US. Does anyone have an explanation for this behavior?
Quote from: Meg on December 14, 2023, 05:56:01 AMThere are more than ten million registered OpenStreetMap contributors
I did notice on OpenSreetmap contrubuters (https://www.openstreetmap.org/copyright) that one of the contributers is from South Africa. Not sure if this would have anything to do with it.
Thanks:
root@fw:/var/etc # cat dhcp6c.conf
interface igb1_vlan832 {
send ia-pd 0;
//REDACTED
script "/var/etc/dhcp6c_wan_script.sh";
};
id-assoc pd 0 {
prefix-interface igb0_vlan600 {
sla-id 0;
sla-len 2;
};
};
QuoteIPv6 address 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0/58
from: ::40:0:0:0:0
to: ::c0:0:0:0:0
Delegation size: 58
root@fw:/var/etc # cat ../dhcpd/etc/dhcpdv6.conf
option dhcp6.domain-search "admin.home.arpa";
option dhcp6.rapid-commit;
default-lease-time 7200;
max-lease-time 86400;
log-facility local7;
one-lease-per-client true;
deny duplicates;
ping-check true;
update-conflict-detection false;
authoritative;
subnet6 2001:0db8:aaaa:aa00::/58 {
option dhcp6.name-servers 2001:0db8:aaaa:aa00:fefe:abcd:fe49:d5b0;
prefix6 0:0:0:40:: 0:0:0:c0::/58;
}
ddns-update-style none;from: ::40
to: ::c0
Delegation size: 58
prefix6 2001:0db8:aaaa:aa00:: 2001:0db8:aaaa:aa00::/58;2023-12-03T18:18:44 Warning opnsense /services_dhcpv6.php: '::c0' is not a valid prefix range value
2023-12-03T18:18:44 Warning opnsense /services_dhcpv6.php: '::40' is not a valid prefix range valueQuoteSubnet 2001:0db8:aaaa:aa00::
Subnet mask 58 bits
Available range 2001:0db8:aaaa:aa00:: - 2001:0db8:aaaa:aa3f:ffff:ffff:ffff:ffff
Available prefix delegation size 63 bits