[SOLVED] Proxmox VE 8.2 NIC not working

dolananvps

New Member
Jan 14, 2025
3
0
1
Hi I'm new to proxmox and tried to install one on Huawei RH2288H V3, the pve is installed but I'm encountering a problem where my NIC with SFP+ interface is not working when I tried to plugged in SFPs.

The driver is installed when I checked it
Code:
root@pve:/# lspci | grep 'Ethernet'
02:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
02:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)

I already plugged in a twisted pair cabel to enp2s0f0 using sfp ethernet but the status is still down
Code:
root@pve:/# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp2s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 58:f9:87:4c:9c:e6 brd ff:ff:ff:ff:ff:ff
3: enp2s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 58:f9:87:4c:9c:e7 brd ff:ff:ff:ff:ff:ff

Code:
root@pve:/# ethtool -i enp2s0f0
driver: ixgbe
version: 6.8.4-2-pve
firmware-version: 0x800003df
expansion-rom-version:
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

I already tried to use ifup on both interface, but it's still not working

is there anything that likely causing this problems?

Thank you
 
Last edited: