[SOLVED] Proxmox network issue

Clausen_IT

New Member
Mar 25, 2021
2
1
3
27
Denmark
Hello everyone :)

After i have for first time installed "Proxmox" on a "IBM System x3650 M4" i hit a network issue.

I can't ping it and id should be sitting on the correct interface. Can someone maybe give me a hint to what the issue can be here?

Should i try to install the newest driver for the network card or should it not be the problem?

I will attach some interface screenshots
 

Attachments

  • networkcommand1.PNG
    networkcommand1.PNG
    873.3 KB · Views: 92
  • command3.PNG
    command3.PNG
    855.3 KB · Views: 91
the UP,...,NO_CARRIER in the `ip addr` output indicates that there is no link on layer 1- most likely due to the wrong port being configured
try checking which of the interfaces is actually connected to the switch/router/.... by setting all of them up - if there is a link the output will read
UP,..., LOWER_UP:
Code:
ip link set eno4 up
ip link

(do that for all your interfaces not only for eno4)

I hope this helps!
 
  • Like
Reactions: Clausen_IT
Et tien aussi à signale ce que je constate une fois que j'ai activé les ports ETH du server, lorsque je redemare le serveur ces ports s'eteint et je dois encore les actives avec le code ip link set eno...up, quel code je dois utiliser pour les enregistrer.
 
LES LINKS PORTS ETH 1, 2, 3 et 4 de mon serveur X 3650 M4 sont up les LED sont allumé mais les deuxiemes LED sont off donc pas des traffic sur ce ports bien que les link sont up, que faire. merci