No network (vmbr0) on a fresh install of PVE8.1

agi

New Member
Jun 2, 2023
5
1
1
Installed a new copy of PVE 8.1. The network card is an external USB, which is recognized during installation.
However, when the server boots up, no network connection exists.

Only systemctl restart networking works and brings the network up (however, putting this in cron task after reboot doesn't help):

IP ad is:
Code:
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: enx00e04c681656: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:e0:4c:68:16:56 brd ff:ff:ff:ff:ff:ff

After performing systemctl restart networking the network starts to work normally, and IP ad is now:

Code:
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: enx00e04c681656: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
    link/ether 00:e0:4c:68:16:56 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:e0:4c:68:16:56 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.200/24 scope global vmbr0
       valid_lft forever preferred_lft forever
    inet6 fe80::2e0:4cff:fe68:1656/64 scope link
       valid_lft forever preferred_lft forever


I thought maybe the USB NIC was identified too late; I tried to change some order in the UDEV / boot sequence to no avail.
re-installed to the same result.
installed microcode, no help.


system status networking before restore is:
Code:
○ networking.service - Network initialization
     Loaded: loaded (/lib/systemd/system/networking.service; enabled; preset: enabled)
     Active: inactive (dead)
       Docs: man:interfaces(5)
             man:ifup(8)
             man:ifdown(8)

Nov 10 02:27:42 pve systemd[1]: Dependency failed for networking.service - Network initialization.
Nov 10 02:27:42 pve systemd[1]: networking.service: Job networking.service/start failed with result 'dependency'.

the interfaces config is vanilla:

Code:
auto lo
iface lo inet loopback

iface enx00e04c681656 inet manual

auto vmbr0
iface vmbr0 inet static
    address 192.168.1.200/24
    gateway 192.168.1.1
    bridge-ports enx00e04c681656
    bridge-stp off
    bridge-fd 0


source /etc/network/interfaces.d/*
 
Last edited:
  • Like
Reactions: Soviii

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!