Recover system after disabling ethernet

  • Hi,


    I am running OMV5 on a Odroid HC-2


    I managed to disable my ethernet connection in the GUI under network->interfaces.

    Now I can't get into the system.

    Is there anyway for me to redo the damage?


    I have found Interfaces in the config.xml file, where my ethernet connection is set to 'manual' instead of 'static' or 'dhcp'.

    But nothing I do works.


    Before I screwed the system up, the ip was 192.168.1.25.

    Now if I check in the router, I can see that the HC-1 has been given the ip 192.168.1.6 but also another MAC-adress??


    But the ip 192.168.1.6 is not reachable in any way.

    Not by GUI, CLI og SSH! ;(


    Any suggestions?

    • Offizieller Beitrag

    If you have a serial adapter, you could fix it. Otherwise, you will have to put the SD card in Linux system to create a netplan file in /etc/netplan.


    Create the following files:


    /etc/netplan/10-openmediavault-default.yaml


    Code
    network:
      version: 2
      renderer: networkd

    /etc/netplan/20-openmediavault-ens18.yaml


    Code
    network:
      ethernets:
        ens18:
          dhcp4: true
          dhcp6: false
          nameservers:
            addresses:
            - 8.8.8.8

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • votdev

    Hat das Label von OMV 0.5 auf OMV 5.x geändert.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!