id: 12783    nodeId: 12783    type: General    point: 38.0    linkPoint: .0    maker: cella    permission: linkable    made at: 2020.03.24 05:09    edited at: 2023.09.16 09:45
ethernet problem in Ubuntu Server 22.04

After installation, both of physical ethernet cable connection and wireless USB connection work well.

After some time both are not working.

To fix the physical ethernet cable connection:

cf.
https://askubuntu.com/questions/1312238/network-interface-down-on-boot

In short:

$ ip l show
The enp5s0 is in the list and its state is Down.
This must be Up.

$ sudo vi /etc/netplan/00-installer-config.yaml
Strangely, enp4s0: is in ethernets.
Change it to enp5s0 as follow:

network:
ethernets:
enp5s0:
dhcp4: true
version: 2

$ sudo netplan generate
$ sudo netplan apply

After reboot, network works well.


Return to 성남 구미 도서관 or ethernet problem in Ubuntu Server 22.04