internet down on boot

chuchodavids

New Member
Jul 26, 2020
2
0
1
34
Recently installed Proxmox in a Gigabyte Vision G Z490. Every time I reboot the computer the internet interfaces are down. The only way to make it work is by doing ifdown -a and then ifup -a.


this is the /etc/network/interfaces file:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.200.28/24
gateway 192.168.200.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0

this is the IP a output after doing ifdown and ifup:
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
valid_lft forever preferred_lft forever
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 18:c0:4d:2c:f2:9e brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 18:c0:4d:2c:f2:9e brd ff:ff:ff:ff:ff:ff
inet 192.168.200.28/24 brd 192.168.200.255 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::1ac0:4dff:fe2c:f29e/64 scope link
valid_lft forever preferred_lft forever
 
Hello,

Please see if there any error from boot to see that you can use journalctl -b or dmesg
 
nothing. It seems like the Ethernet card is not compatible. I just clean installed it using my 10gbe card and it worked no problem
 

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!