Posts by alessiodo

    from the log it looks like the NIC stays up, but still remaining not pingable and services not reachable.

    after a sudo reboot, all the nics goes online for a minute, then the first nic goes down.

    i attached the syslog and sys info pages




    EDIT:

    after another sudo reboot, the services are available again, but the ping remains offline.

    I keep it monitored for a few days but I'm fine with that too

    this is the configuration of the network cards.


    the first two nics (ens224 and ens192) coexist without problems, and omv is pingable from both networks.

    when i try to add the third nic (ens256), the first two go offline and omv is pingable only from this last nic


    as you can see from the configuration, i also tried to set all the static addresses, but without success


    thanks

    Code
        ens224:
          match:
            macaddress: 00:0c:29:5d:ed:2a
          addresses:
          - 192.168.88.88/24
          dhcp4: no
          dhcp6: no
          link-local: []
    Code
        ens256:
          match:
            macaddress: 00:0c:29:5d:ed:34
          addresses:
          - 192.168.20.18/24
          dhcp4: no
          dhcp6: no
          link-local: []

    Good morning,

    I have openmediavault installed on an esxi vmware host, I connected 3 nic to omv that are connected to 3 different physical networks on 3 different switches, with 3 different ip classes.

    Only one of these networks has an active dhcp server and regularly assigns the address to omv.


    When I set up a second static-ip network adapter, WITHOUT gateway, the first network adapter goes offline and is no longer pingable.


    The two secondary networks are local and do not have internet connectivity


    omv version: 6.4.1-2 (Shaitan)

    Linux 6.1.0-0.deb11.7-amd64

    esxi version: 7.0 U3


    thanks in advice