Problems with a network interface

arojas30

New Member
Mar 5, 2019
1
0
1
47
My greetings

I have installed Proxmox 5.0 on a PC with 2 network cards, but one of them comes out that is not active, is there any way to activate it?
Sin título.png
 
Hi,

run on the shell.

Code:
ifup enp2s1

Or better bring vmbr1 down and init it again and see if you get an error
Code:
ifdown vmbr1 && ifup -v vmbr1
 
Please update your system to the current PVE 5.3.
We develop continuous improvements and fix bugs.
Anyway only with the current version you can expect help.