proxmox:troubleshooting:no_internet_on_vm
This is an old revision of the document!
Table of Contents
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:
Check the Network Link file shown by udev
cat /usr/lib/systemd/network/99-default.link
returns:
# SPDX-License-Identifier: LGPL-2.1+ # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Link] NamePolicy=keep kernel database onboard slot path MACAddressPolicy=persistent
proxmox/troubleshooting/no_internet_on_vm.1624038270.txt.gz · Last modified: 2021/06/18 17:44 by peter