proxmox:troubleshooting:no_internet_on_vm

This is an old revision of the document!


Proxmox - Troubleshooting - No internet on VM

Installed Ubuntu Server 20.04, but no Internet.

During the install of Ubuntu it gets to networking, where it reports no networking found.

  • Tried with DHCP and with Static IP.
  • The VM does get created but no networking on it.

Can ping the Proxmox host, but nothing else.


Check PCI devices

lspci | grep Ethernet

returns:

03:00.0 Ethernet controller: Intel Corporation Device 15f3 (rev 02)

Does the NIC support bridge mode with the default driver

On the Proxmox host:

brctl show

returns:

bridge name bridge id         STP enabled interfaces
vmbr0       8000.a8a1592fb8a6 no          enp3s0

NOTE: A newer driver might need to be compiled to get bridge mode supported.


Check udev

udevadm info /sys/class/net/vmbr0

returns:

P: /devices/virtual/net/vmbr0
L: 0
E: DEVPATH=/devices/virtual/net/vmbr0
E: DEVTYPE=bridge
E: INTERFACE=vmbr0
E: IFINDEX=5
E: SUBSYSTEM=net
E: USEC_INITIALIZED=188415741
E: ID_NET_NAMING_SCHEME=v240
E: ID_NET_DRIVER=bridge
E: ID_NET_LINK_FILE=/usr/lib/systemd/network/99-default.link
E: ID_NET_NAME=eth0
E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/eth0
E: TAGS=:systemd:
proxmox/troubleshooting/no_internet_on_vm.1623933710.txt.gz · Last modified: 2021/06/17 12:41 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki