Appreciate some help :-) Destination Host Unavailable

Kryten73

New Member
Sep 28, 2022
8
1
3
Hello all,

Trying to work on what’s happened on my Proxmox server - recently moved some PCI cards around (gfx,PCI NMVE card), and now I can’t ping my router.

I have a SuperMicro x10SRH-CLNF4 ( this mobo has 4 additional Ethernet points in addition to the main port).

The IPMI interface is working on 192.168.1.5 so I can remote into the server (Which is how I can get the screenshots below).

Cable was/is plugged into the first port of the quad port section.

Adding /etc/network/interfaces

And the output for ip addr (not sure why I have so many entires here….).

Appreciate any help - thank you!
 

Attachments

  • IMG_0192.jpeg
    IMG_0192.jpeg
    325.8 KB · Views: 4
  • IMG_0194.jpeg
    IMG_0194.jpeg
    464 KB · Views: 4
  • Resolution1024x768 FPS 2 Medium.jpeg
    Resolution1024x768 FPS 2 Medium.jpeg
    100.9 KB · Views: 3
Last edited:
Adding/removing PCIe devices will cause the NICs to change names. Your network config then won't match the NICs anymore. Run ip a to get the current names of your NICs, then edit the /etc/network/interfaces to match the new NIC names and reboot.