Results 1 to 8 of 8

Thread: ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

  1. #1
    Join Date
    Aug 2020
    Location
    The Server Room
    Beans
    42
    Distro
    Ubuntu

    ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

    hi im running ubuntu server 20.04.1 and i have a networking problem

    i cant get connection to the internet with ethernet cable

    so i cant install if config

    i can see the network cards is disabled

    usually i just enable with ifconfig up command

    but i dont have ifconfig installed

    and cant install it either becouse of no net

    help!

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

    Thread moved to Server Platforms for a better fit

  4. #4
    Join Date
    Aug 2020
    Location
    The Server Room
    Beans
    42
    Distro
    Ubuntu

    Re: ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

    hi im kinda new to ubuntu server

    and i am using it without GUI

    and i didnt get much out of the links you send me

  5. #5
    Join Date
    Aug 2020
    Location
    The Server Room
    Beans
    42
    Distro
    Ubuntu

    Post my server running 20.40 dosnt have internet

    my server running 20.40 dosnt have internet
    and the netplan fails to deploy

  6. #6
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

    Threads merged. Please do not post duplicates.

    If you don't get a response to your thread after about 12-24 hours, you are very welcome to bump it. Simply post the word "bump".
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  7. #7
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

    Usually you would set up the networking details during OS installation. Did you do that? If you did, that means the OS can detect the network card, which is the first step.

    You can also check which network cards the OS can see with:
    Code:
    sudo lshw -C network
    Please post the content of the netplan yaml file here, inside CODE tags. That will make it easier for reading.

    Another important thing, did you have internet during installation? I think it downloads a lot of packages during the installation so if you didn't have internet then you might be missing a lot. That might explain why you can't use ifconfig. I never needed to install it manually, it was always there as part of the OS. But I always install the OS with internet connection active.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  8. #8
    Join Date
    Sep 2011
    Location
    Behind you!
    Beans
    1,690
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: ubuntu server 20.04.1*-network:0 & *-network:1 DISABLED

    I don't think ifconfig is part of the base install of 20.04.

    To see your IP address settings, you can type this command:
    Code:
    ip address
    or this for short:
    Code:
    ip a
    Networking in 20.04 uses Netplan and its configuration file can be located in /etc/netplan/*.yaml

    When you make a change to your network config file, make sure you run this command and check to see if it says "configuration is valid"
    Code:
    sudo netplan --debug generate
    Once you have a valid configuration, only then do you apply it:
    Code:
    sudo netplan --debug apply
    If you have never setup an Ubuntu server before, you can find some useful information in setup guide which I tend to refer to it for various things on a regular bases (such as adding a hard drive, expanding volumes, etc.)

    LHammonds
    LHammonds

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •