Since a while back my Ubuntu 23.10 (it was fresh installed) does not have a network connection on boot. After searching around for solutions I found that running systemctl start systemd-resolved.service
restores the connection, but I have to run this every time I start the comupter, which is obviously annoying.
I realize it might be hard to spot the root issue from this description, but I know nothing about how the network works, or even what the systemctl...
command does, hence I don't know where to start trouble shooting this so that I can ask for more specific help. Any suggestions on how to find the cause of this issue, or even better make it go away?
systemctl enable systemd-resolved.service
? – Daniel T Feb 19 '24 at 09:11