You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a few weeks/months, my system loses IPv6 connectivity after reboot. I noticed that I have two dhcp6c processes running concurrently on the system after boot.
I regain IPv6 connectivity if I kill both processes and reload the WAN interface. I'm running 25.1.3 at the moment but the problem was probably already there before 25.1.
To Reproduce
Steps to reproduce the behavior:
Reboot the box
After restart, no IPv6 connectivity
ps aux | grep dhcp6c shows 2 running processes
killall dhcp6c
Reload the WAN interface
IPv6 works fine again
Expected behavior
Only one dhcp6c process should be running I guess. IPv6 connectivity should be there right after reboot, without having to kill processes and/or reload interfaces.
Relevant log files
I'll send more logs directly to Franco per e-mail.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
For a few weeks/months, my system loses IPv6 connectivity after reboot. I noticed that I have two
dhcp6c
processes running concurrently on the system after boot.I regain IPv6 connectivity if I kill both processes and reload the WAN interface. I'm running 25.1.3 at the moment but the problem was probably already there before 25.1.
To Reproduce
Steps to reproduce the behavior:
ps aux | grep dhcp6c
shows 2 running processeskillall dhcp6c
Expected behavior
Only one dhcp6c process should be running I guess. IPv6 connectivity should be there right after reboot, without having to kill processes and/or reload interfaces.
Relevant log files
I'll send more logs directly to Franco per e-mail.
Additional context
Original discussion: https://www.reddit.com/r/opnsense/comments/1j8pq51/comment/mh932yq
Environment
Software version used and hardware type if relevant, e.g.:
OPNsense 25.1.3-amd64
Intel(R) Atom(TM) Processor E3930 @ 1.30GHz (2 cores, 2 threads)
No IDS/IPS, no crazy plugins, no bridge configured in OPNSense. I have VLAN on WAN because my ISP sends traffic on VLAN 10.
The text was updated successfully, but these errors were encountered: