...with no karma anymore?
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
L4S requires two parts to work: 1) senders and receivers with L4S-capable congestion control in the
application; and 2) L4S AQMs and isolation mechanisms deployed in the bottleneck node(s) on the
end-to-end path within the network. It is not sufficient to have only one of these two parts. Application
providers and network operators, therefore, each hold one half of the key to enabling the performance
benefits of L4S.
Quote from: OPNenthu on December 11, 2024, 07:16:58 AM
Yes, rebooting the clients this time did reset the tempory IP. Not sure why rebooting OPNsense the other day did not do it.
Quote from: OPNenthu on December 11, 2024, 07:16:58 AM
root@firewall:~ # cat /var/etc/radvd.conf
# Automatically generated, do not edit
# Generated RADVD config for manual assignment on lan
interface vlan0.1 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
prefix 2601:xx:xxxx:xxx1::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS fd83:cc80:4fc3::1 {
};
DNSSL home.arpa {
};
};
# Generated RADVD config for manual assignment on opt2
interface vlan0.20 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
prefix 2601:xx:xxxx:xxx2::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS fd83:cc80:4fc3::1 {
};
DNSSL home.arpa {
};
};
# Generated RADVD config for manual assignment on opt3
interface vlan0.30 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
prefix 2601:xx:xxxx:xxx3::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS fd83:cc80:4fc3::1 {
};
DNSSL home.arpa {
};
};
# Generated RADVD config for manual assignment on opt4
interface vlan0.40 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
prefix 2601:xx:xxxx:xxx4::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS fd83:cc80:4fc3::1 {
};
DNSSL home.arpa {
};
};
# Generated RADVD config for manual assignment on opt5
interface vlan0.50 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
prefix 2601:xx:xxxx:xxx5::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS fd83:cc80:4fc3::1 {
};
DNSSL home.arpa {
};
};
# Generated RADVD config for manual assignment on opt8
interface igc1_vlan5 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
AdvManagedFlag off;
AdvOtherConfigFlag on;
prefix 2001:xxxx:xxxx:xx05::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS 2001:xxxx:xxxx:xx05:yyyy:yyyy:yyyy:yyyy {
};
DNSSL dmz {
};
};
Quote from: OPNenthu on December 11, 2024, 07:16:58 AMQuote
P.S.: It seems normal that the clients do not issue a new RS when they set a new temporary IPv6 [...]
Excellent! Thank you for corroborating that observation.
Quote from: OPNenthu on December 11, 2024, 07:16:58 AM
>netsh interface ipv6 show privacy
Querying active state...
Temporary Address Parameters
---------------------------------------------
Use Temporary Addresses : enabled
Duplicate Address Detection Attempts: 3
Maximum Valid Lifetime : 1d
Maximum Preferred Lifetime : 1d
Regenerate Time : 5s
Maximum Random Time : 10m
Random Time : 6m38s
There is a formula for this in RFC 8981 section 3.8:
Quote from: OPNenthu on December 11, 2024, 07:16:58 AM
Internet Control Message Protocol v6
Type: Router Advertisement (134)
Code: 0
Checksum: 0xe1ed [correct]
[Checksum Status: Good]
Cur hop limit: 64
Flags: 0x00, Prf (Default Router Preference): Medium
Router lifetime (s): 1800
Reachable time (ms): 0
Retrans timer (ms): 0
Therefore, the formula can be reduced to just
2 + (0) = 2s
So I guess this it, in theory?
#tcpdump -i eth0 -X -vvvv -ttt icmp6 and 'ip6[40] = 134'
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
00:00:00.000000 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 112) _gateway > ip6-allnodes: [icmp6 sum ok] ICMP6, router advertisement, length 112
hop limit 64, Flags [managed, other stateful], pref high, router lifetime 1800s, reachable time 0ms, retrans timer 0ms