[SOLVED] Deactivated eth0 from GUI & can't get back in

Hi,

I messed up trying to get a reserved IP via DHCP. I figured deactivating eth0 from Networks in the GUI and reactivating it again should do it. Didn’t think twice it would also block me from the GUI. I still have access to the CLI so I’ve tried

ifconfig eth0 up

But it seems to be configured somewhere else. How I can bring eth0 back online via bash?

Solved it; I managed to bring eth0 back up via bash after searching in the source files:

nmcli c up eth0
1 Like