Per the release notes there was no change to the nut package. So what are you all even talking about? :P
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 Menu3: enp10s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 24:xx:xx:xx:77:cd brd ff:ff:ff:ff:ff:ff
inet 172.21.30.100/24 brd 172.21.30.255 scope global dynamic noprefixroute enp10s0
valid_lft 77087sec preferred_lft 77087sec
inet6 fd5a:xxxx:xxxx:1003:5dec:dd53:a78e:2964/64 scope global temporary dynamic
valid_lft 86375sec preferred_lft 76947sec
inet6 fd5a:xxxx:xxxx:1003:xxxx:610f:948:xxxx/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 86375sec preferred_lft 86375sec
inet6 fe80::xxxx:xxxx:xxxx:xxxx/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Quote from: nero355 on May 08, 2026, 04:51:00 PMQuote from: OPNenthu on May 08, 2026, 11:00:26 AMDnsmasq cannot register the IPv6 address of clients using privacy extensions, so maybe that is a win for Kea+DDNS?Not just the Privacy Extension one or any IPv6 Address ?!
Quotera-names enables a mode which gives DNS names to dual-stack hosts which do SLAAC for IPv6. Dnsmasq uses the host's IPv4 lease to derive the name, network segment and MAC address and assumes that the host will also have an IPv6 address calculated using the SLAAC algorithm, on the same network segment. The address is pinged, and if a reply is received, an AAAA record is added to the DNS for this IPv6 address. Note that this is only happens for directly-connected networks, (not one doing DHCP via a relay) and it will not work if a host is using privacy extensions. ra-names can be combined with ra-stateless and slaac.
$ tracepath 2601:xx:xxxx:3168:xxxx:xxxx:xxxx:f30a
1?: [LOCALHOST] 0.011ms pmtu 1500
1: fd5a:xxxx:xxxx:1003::1 0.191ms
1: fd5a:xxxx:xxxx:1003::1 0.162ms
2: fd5a:xxxx:xxxx:1003::1 0.186ms asymm 1
3: fd5a:xxxx:xxxx:1003::1 0.162ms asymm 1
...
30: fd5a:xxxx:xxxx:1003::1 0.189ms asymm 1
Too many hops: pmtu 1500
Resume: pmtu 1500
$ ping -6 -c 3 2601:xx:xxxx:3168:xxxx:xxxx:xxxx:f30a
PING 2601:xx:xxxx:3168:xxxx:xxxx:xxxx:f30a (2601:xx:xxxx:3168:xxxx:xxxx:xxxx:f30a) 56 data bytes
From fd5a:xxxx:xxxx:1003::1 icmp_seq=1 Time exceeded: Hop limit
From fd5a:xxxx:xxxx:1003::1 icmp_seq=2 Time exceeded: Hop limit
From fd5a:xxxx:xxxx:1003::1 icmp_seq=3 Time exceeded: Hop limit
--- 2601:xx:xxxx:3168:xxxx:xxxx:xxxx:f30a ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2076ms
Quote from: DEC740airp414user on May 03, 2026, 12:07:27 PMwas hoping for someone with more knowledge...Hey no problem. :) Take care.
root@firewall:~ # cat /tmp/rules.debug | grep nat
...
nat log on wg1 inet from any to any -> (wg1:0) port 1024:65535 # SNAT on WAN_VPN0
nat log on wg1 inet6 from any to any -> (wg1:0) port 1024:65535 # SNAT on WAN_VPN0 (IPv6)
...
binat log on igc1 inet6 from fd5a:xxxx:xxxx:1002::/64 -> (lo1:0)/64 # NPTv6 WAN<->VPN (/64)
Quote from: dooda on May 01, 2026, 11:08:30 PMI have a small display connected by HDMI that lets me see the the text-mode setup menu. A keyboard allows me to change settings, reboot, etc. But I have no way to open a serial console as the instructions suggest.
Quote from: dooda on May 01, 2026, 11:08:30 PMOBTW, in case it matters, I did pay for a one year license.
Quote from: VRBitman on May 01, 2026, 05:13:27 PMThe official hardware sizing guide of OPNsense states that to handle a throughput of over 750Mbps the "recommended spec" is needed.
And the recommended spec indicates 8GB of RAM.
But is that enough for 25Gbps or will it handle just a little over 750Mbps?
Quote from: odites999 on May 01, 2026, 07:17:22 AMI ran test-ipv6.com on Windows and it gave a 10/10 result, although the response times were slightly slower than usual. On Linux, the same test consistently gave a 0/10 result, failing to detect the IPv6 address.