You are not logged in.
Pages: 1
Hello everybody
, I recently decided to try out arch. I am trying to eventually install KDE. But I am running into an issue that when I boot from USB, everything works fine. Including the connection etc. But then when I unplug it and load it up via GRUB, it first get's the error "temporary failure in name resolution". So I do ip addr, and I see. Oh it's down, so I put it back up. And then I get the error, network is unreachable. If you guys have any idears much appreciated.
Offline
Installation_guide#Network_configuration
What did you install / configure to manage the network on the installed system?
Offline
I tried using DHCP, but when I gives me an error for it that I haven't assigned smth for it.
Offline
Offline
Ah sorry I see that now, but I was able to fix it
I had to assign it an IP and a default gateway
Ip route add default via 192.168.178.1
Ip link set dev eno1
IP address add 192.168.178.13/24 broadcast + dev eno1
I had to run the above commands and then it worked(I did it in a reverse order tho). It started working as soon as i added default gateway
Offline
You will have to do that on every boot or configure a network manager or systemd service to do it.
Offline
You will have to do that on every boot or configure a network manager or systemd service to do it.
Thanks for the help my dude, it was a headache to figure everything out but now that is works I really like it
. I just got a user account working(Forgot I had to add some config). Audio is also working everything is working. I might go figure out a way to automate it but thanks for the help my dude.
Offline
Pages: 1