Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1338  / 3 Years ago, sat, october 23, 2021, 1:39:48

First of all, I would like to clarify that I have very little knowledge about operating systems and computing in general, which unfortunately prevents me from using technical terms. For my (biology) internship I had to install Ubuntu on a empty server. I installed Ubuntu Server 22.04 using a bootable USB made with Rufus (created by following the tutorial from Ubuntu). After installation, Ubuntu couldn't connect to the ethernet and find the IPv4 or IPv6 adresses which were shown during booting. After booting, I got the following output while running dhclient:
No DHCPOFFERS received. No working leases in persistent database - sleeping
While trying to find a solution to the problem, I also got the following by running ip -a:
eno1:<NO-CARRIER,BROADCAST,MULTICAST,UP> ....


I tried rebooting as well as running dhclient -v -r followed by dhclient -v but this didn't change anything. I also tried a different cable in order to fix the NO-CARRIER, but this also didn't work.


Running cat /etc/netplan/*.yaml gives the following output:


network:
ethernets:
eno1:
dhcp4: true
eno2:
dhcp4: true
eno3:
dhcp4: true
eno4:
dhcp4: true
version: 2

More From » 22.04

 Answers
1

The error was fixed by using another cable and port in the server.


[#215] Sunday, October 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
clegian

Total Points: 283
Total Questions: 115
Total Answers: 115

Location: Morocco
Member since Tue, Feb 2, 2021
3 Years ago
clegian questions
;