-
-
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
|
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: