Search:

Type: Posts; User: coconutdog2; Keyword(s):

Search: Search took 0.13 seconds.

  1. Re: NetPlan Error Ubuntu Server 22.04.1

    Thanks Mr Cog, I will try your suggestions and see how I go.
  2. NetPlan Error Ubuntu Server 22.04.1

    Trying to write a netplan.yaml for my Ubuntu Server 22.04.1 using the following syntax:


    ---
    ---
    network:
    version: 2
    renderer: networkd
    ethernets:
    enp1s0f0:
  3. Replies
    7
    Views
    8

    [ubuntu] Re: Can't instal on old Mac mini

    A great resource to find all Mac specs. Just enter your serial number:

    https://everymac.com/ultimate-mac-lookup/
  4. Re: Configuring ethernet on Ubuntu Server 20.04

    I'd say you have some dodgy stuff going on in your .yaml file. It is very particular as to how you indent the lines. There is no hard and fast rule, you do have to be consistent though. Also, never...
  5. Ubuntu Server 20.04 Installing TACACS+

    Hi all,

    Does anyone know the command to install TACACS+ on Ubuntu Server 20.04? Most sites suggest to use


    apt-get install tacacs+

    This does not work, I get the following:
  6. Replies
    2
    Views
    3

    Re: 20.04 autoinstall netplan failure

    This works for statically assigned IPv4 & IPv6 addresses:


    ---
    network:
    version: 2
    renderer: networkd
    ethernets:
    enp0s25:
    dhcp4: false
  7. Re: Configuring ethernet on Ubuntu Server 20.04

    My config that works:


    ---network:
    version: 2
    renderer: networkd
    ethernets:
    enp0s25:
    dhcp4: false
    dhcp6: false
  8. Replies
    9
    Views
    10

    Re: network setup in ubuntu server

    In Ubuntu 20.04, ifconfig has to be installed, it does not come as standard. Do the following to install:



    otherwise use:



    I prefer ifconfig, it is neater.
  9. Replies
    1
    Views
    569

    Ubuntu 15.10 won't boot after update

    My system upgraded from 14.10 to 15.10 without any problems and was working well. It then did a kernel upgrade and then a wps upgrade (I think?) and now it won't boot to the GUI. The GUI logon screen...
Results 1 to 9 of 9