Bug #12938
closedradvd incorrectly warns about AdvRDNSSLifetime value
100%
Description
Hello,
I now this is not the first time that this issue pops up, however never the less it is not ok. (refer to e.g. Bug #11105 closed
IPv6 RA RDNSS lifetime is too short, not compliant with RFC 8106)
However I get thousands (!!) of messages a day like
Mar 12 15:47:15 pfSense radvd[42079]: warning: (/var/etc/radvd.conf:360) AdvRDNSSLifetime <= 2*MaxRtrAdvInterval would allow stale DNS servers to be deleted faster Mar 12 15:47:15 pfSense radvd[42079]: warning: AdvRDNSSLifetime <= 2*MaxRtrAdvInterval would allow stale DNS servers to be deleted faster Mar 12 15:47:15 pfSense radvd[42079]: warning: AdvDNSSLLifetime <= 2*MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
So please take care. If necessary in contact with the radvd developers
Louis
Related issues
Updated by Louis B over 2 years ago
I still get thousands of messages like:
0:21:29 pfSense radvd[19033]: warning: AdvDNSSLLifetime <= 2*MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster Aug 17 20:21:29 pfSense radvd[19033]: warning: (/var/etc/radvd.conf:388) AdvRDNSSLifetime <= 2*MaxRtrAdvInterval would allow stale DNS servers to be deleted faster Aug 17 20:21:29 pfSense radvd[19033]: warning: AdvRDNSSLifetime <= 2*MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
I hope to see it fixed soon :(
Updated by Marcos M about 1 year ago
- Subject changed from MaxRtrAdvInterval would allow stale DNS servers to be deleted faster to radvd incorrectly warns about AdvRDNSSLifetime value
- Status changed from New to Pull Request Review
- Assignee set to Marcos M
The warning can be ignored. It is shown due to the current radvd version not taking RFC8106 into account. A fix has been merged, but a new version has not been released with the fix. Additional discussion here:
https://forum.netgate.com/topic/164399/
The following MR changes the logging verbosity of radvd to error and higher (previously it logged all):
https://gitlab.netgate.com/pfSense/pfSense/-/merge_requests/1069
Updated by Marcos M about 1 year ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
Applied in changeset 7dd12384e42233149d971a8a1333383eb4891ae5.
Updated by Jim Pingle about 1 year ago
- Related to Regression #14768: "syslog: unknown facility name "radvd"" error when "Routing Daemon Events (RADVD, UPnP, RIP, OSPF, BGP)" option is enabled added