A
A
alexit2282021-02-04 18:18:36
Computer networks
alexit228, 2021-02-04 18:18:36

How to setup internet connection via cable ubuntu 20.04?

I connected the cable (the working cable was checked), there is no reaction to it. I really don't know what to set up.601c1046b238c317223685.png

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Shitskov, 2021-02-04
@Zarom

Judging by the fact that there are no wired adapters in lspci, it's worth getting into the BIOS / UEFI and "distorting" the wired adapter switch there (Turn off the adapter, turn off the computer, turn on the computer, turn on the adapter, turn off the computer, turn on the computer)

V
Valdemar Smorman, 2021-02-04
@smorman

What gives
ls /etc/netplan
:

A
Alexey Cheremisin, 2021-02-04
@leahch

0) check if the lights on the switch are
on 1) check the actual number of network interfaces with the command ip link
2) check the allocated IP addresses with the command ip addr
3) install the ethtool utility and check the status of the interfaceethtool ИМЯИНТЕРФЕЙСА

J
justhostRU, 2021-02-06
@justhostRU

> Connected the cable (working cable checked), there is no reaction to it.
should it be?
maybe half of the network packets/nm is already broken and the hotplug is disabled, and a self-assembled kernel is installed.
you would at least share the model of the network card, or something.

L
Linuxoid, 2021-02-11
@orahorn

With Ubuntu-18.04 LTS, the following configuration appeared in the /etc/netplan/config.yaml file (example for my machine):

network:
  version: 2
  renderer: networkd
  ethernets:
    enp19s0f0:
      addresses:
        - 20.3.24.21/24
      gateway4: 20.3.24.1
      nameservers:
          addresses: [8.8.8.8, 8.8.4.4]
    enp19s0f1:
      addresses:
        - 30.3.24.21/24
    eno1:
      addresses:
        - 40.3.24.21/24

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question