-
Notifications
You must be signed in to change notification settings - Fork 213
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
Enable link-local in parallel with DHCP #1550
base: main
Are you sure you want to change the base?
Enable link-local in parallel with DHCP #1550
Conversation
This reverts commit 5b21e1d.
Are there additional base-image changes required for this? Starting from the 2025.0.0-beta2 image on Orange Pi 5 Plus, I'm seeing the new connection being created, but it's not being used:
The behavior is that I can connect over ipv6 link local until the connection is eventually killed due to dhcp timeout (but it doesn't cut over to the new dhcp connection?) My guess is the default connections in cloud-init need to be removed. |
Thank you for testing. Would you please post the logs? |
After some further examination, it was my bad. The version upgrade didn't stick. Once I got the correct code running, this worked fine ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works on OPi 5 Plus.
This update to the DHCP connection settings allows IPv4 link local connection when waiting for a DHCP response. Once it get the DHCP response the IP settings will be set by the DHCP server. The benefit of enabling link-local is that it will allow people to test and configure their coprocessor without needing a network switch or robot radio.
I've tested this using a direct Ethernet connection between my Win11 laptop and the coprocessor. I've tested with an OrangePi5 and a RaspberryPi4.
I'd appreciate others giving this a try and letting me know if it works or causes problems.