Thank you! This solution was perfect for me! (rpi5 running Ubuntu 22.04 LTS)It took me a while, but thanks to the web I find a solution :![]()
https://www.freshblurbs.com/blog/2022/0 ... buntu.html
![]()
FYI In case of broken link, the solution for me was as follows :
In my case ,was not returning any eth0 config.Code:
ifconfig
Everything was solved thanks to aFrom there, ifconfig did mentionned eth0Code:
sudo dhclient -v
I made it persistent thanks toandCode:
sudo crontab -e
I hope it will helpCode:
@reboot dhclient -v
(Rpi5 / Ubuntu Server 23.10)
Statistics: Posted by rstewa — Fri Jun 28, 2024 3:28 am