-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 lease doesn't seem to renew #7357
Comments
Do you have IP forwarding enabled, like for a hotspot or VPN? sysctl -a | grep -E forward|accept_ra |
I'll be omitting IPv4 and unrelated interfaces (br-x from docker, wlan and lo)
No VPN set up either Also probably worth pointing out that this is the only device this seems to happen on, so I'm gonna assume my router is not at fault. I will however still check things on it if you want me to (also CLI, it just runs Debian and allows SSH) |
Okay, no firwarding, hence RAs should be accepted with Does the router answer with an RA when requested? apt install ndisc6
rdisc6 If so, to see whether it sends one regulaly without request: apt install radvdump
radvdump This should happen at latest every 30 minutes. The IPv6 GUA is valid for over 12 hours, but the default route is usually valid for 30 minutes only: ip -6 r |
Both seem to work as expected
v6 DNS is itself as it is the PiHole
Letting it run and it does quite frequently show updates
|
Okay also the default route is quite fresh, so right now it seems to receive and apply RA info regularly as it should. Question then is when and why it stops to do so. Maybe let |
Hey, I just wanna chime in that this hasn't happened again since. I currently have an uptime of 4 days, and I still have a normal v6 (hence no replies since). I wonder if it's just the installation of the packages you mentioned above? Maybe some Debian update? Either way, I'll keep it open for another week or two and if nothing happens I'll close this issue if I remember. |
So far so good. The packages have no effect on this, they are only tools to monitor or actively trigger RAs, but do/should not change something, as long as you do not actively run But maybe another library update, who knows 🤔. Yeah, good to keep an eye on it for another week, to be sure. |
Creating a bug report/issue
Required Information
DietPi 9.9.0
bookworm
Linux DietPi 6.12.6-edge-sunxi #1 SMP Thu Dec 19 17:13:24 UTC 2024 armv7l GNU/Linux
Generic Device (armv7l)
(OrangePi Zero)Power adapter, micro USB
(sorry don't have exact details)Samsung something 64 GB
Additional Information (if applicable)
Not tested
374cc0a4-9d66-44e7-b48d-34b8b05b226b
(pre-reboot)Steps to reproduce
Unknown since I don't know if this was present for longer already
Expected behaviour
IPv6 IP lease gets renewed
Actual behaviour
Upon a reboot, the Pi has an IPv6 as expected. If I check a day or two later, the IPv6 is gone and just the link-local address remains.
Pre-reboot:
Post-reboot:
(I don't really care about the MAC or v6 being being visible)
Extra details
The following tools / packages / services were installed by me:
Misc info:
dietpi-config
.I recall this being an issue prior to switching kernel to the latest available.
Falls ich irgendwas wichtiges nicht gepostet hab, bescheid sagen :)
The text was updated successfully, but these errors were encountered: