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?

    • Official Post

    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 8.5.8-1 synchrony | 7.0 proxmox kernel

    plugins:

    omvextrasorg 8.0.3 | kvm 8.3.2 | compose 8.1.24 | cterm 8.0.3 | borgbackup 8.2.1 | tempmon 8.0.5 |

    mergerfs 8.0.2 | scripts 8.0.6 | writecache 8.2.4 | backup 8.1 | kernel 8.0.16


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


    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

    Set the Label from OMV 0.5 to OMV 5.x

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!