Network card

rcarvalho

Member
Aug 1, 2022
12
0
6
Hi there.

A few years ago i had a quick experience with Proxmox (around version 4) and now i've returned :)

I've setup an old Fujitsu Primergy RX300 S6 with Promox and it's running ok, however i'm having some issues with my network card.
It's a 2 x Gigabit card and when i installed Proxmox, i had only Lan 1 active on BIOS.

Now i'm trying to get it running with both Lan Ports but when i activate both Lan Ports on BIOS (it only allows Lan 1 or Lan 1 and Lan 2 ative) , Proxmox start with both interfaces down.

If i try to get the interfaces up manually trough command line, it apears to be ok, but no connection.

I've tryed boot the server with a live Hirens usb, and both Lan Ports works.

Anyone has a clue what could be the issue?

Thanks in advance
 
Last edited:
Thano you for fast reply and help

Here it goes:

ip r
default via 192.168.88.254 dev vmbr0 proto kernel onlink linkdown
192.168.88.0/24 dev vmbr0 proto kernel scope link src 192.168.88.101 linkdown

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
inet ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp8s0f0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:19:99:a9:e1:54 brd ff:ff:ff:ff:ff:ff
3: enp8s0f1: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:19:99:a9:e1:55 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether 82:44:ae:5e:96:cb brd ff:ff:ff:ff:ff:ff
inet 192.168.88.101/24 scope global vmbr0
valid_lft forever preferred_lft forever

cat /etc/network/interfaces
auto lo

iface lo inet loopback

iface enp8s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.88.101/24
gateway 192.168.88.254
bridge-ports enp8s0
brigde-stp off
bridge-fd 0
 
When both LAN ports are enabled the devices are named enp8s0f0 and enp8s0f1, while the old device was named enp8s0 (when only LAN1 was enabled). Just change the old name in /etc/network/interfaces with the new name for the LAN1 (add f0 to both occurences) and reboot.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!