proxmox:troubleshooting:no_internet_on_vm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox:troubleshooting:no_internet_on_vm [2021/06/16 00:27] – peter | proxmox:troubleshooting:no_internet_on_vm [2021/06/19 09:26] (current) – peter | ||
---|---|---|---|
Line 9: | Line 9: | ||
Can ping the Proxmox host, but nothing else. | Can ping the Proxmox host, but nothing else. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check PCI devices ===== | ||
+ | |||
+ | <code bash> | ||
+ | lspci | grep Ethernet | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | 03:00.0 Ethernet controller: Intel Corporation Device 15f3 (rev 02) | ||
+ | </ | ||
---- | ---- | ||
Line 27: | Line 41: | ||
</ | </ | ||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | * For Realtek NICS: https:// | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check udev ===== | ||
+ | |||
+ | <code bash> | ||
+ | udevadm info / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | P: / | ||
+ | L: 0 | ||
+ | E: DEVPATH=/ | ||
+ | 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=/ | ||
+ | E: ID_NET_NAME=eth0 | ||
+ | E: SYSTEMD_ALIAS=/ | ||
+ | E: TAGS=: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check the Network Link file shown by udev ===== | ||
+ | |||
+ | <code bash> | ||
+ | cat / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | # SPDX-License-Identifier: | ||
+ | # | ||
+ | # 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 | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check the Journal ===== | ||
+ | |||
+ | <code bash> | ||
+ | journalctl -b -u systemd-networkd.service -u systemd-udevd.service --no-hostname | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Mar 10 07:11:36 systemd[1]: Starting udev Kernel Device Manager... | ||
+ | Mar 10 07:11:36 systemd[1]: Started udev Kernel Device Manager. | ||
+ | Mar 10 07:11:36 systemd[1]: Starting Network Service... | ||
+ | Mar 10 07:11:36 systemd-udevd[296]: | ||
+ | Mar 10 07:11:37 systemd-networkd[269]: | ||
+ | Mar 10 07:11:37 systemd-networkd[269]: | ||
+ | Mar 10 07:11:37 systemd[1]: Started Network Service. | ||
+ | Mar 10 07:11:37 systemd-udevd[279]: | ||
+ | Mar 10 07:11:37 systemd-networkd[269]: | ||
+ | Mar 10 07:11:37 systemd-networkd[269]: | ||
+ | Mar 10 07:11:37 systemd-networkd[269]: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **link_config: | ||
+ | * **Using default interface naming scheme ' | ||
+ | * **eth0: Could not bring up interface: Invalid argument**. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== link_config: | ||
+ | |||
+ | <code bash> | ||
+ | Supported ports: [ ] | ||
+ | Supported link modes: | ||
+ | 100baseT/ | ||
+ | 1000baseT/ | ||
+ | 2500baseT/ | ||
+ | Supported pause frame use: Symmetric | ||
+ | Supports auto-negotiation: | ||
+ | Supported FEC modes: Not reported | ||
+ | Advertised link modes: | ||
+ | 100baseT/ | ||
+ | 1000baseT/ | ||
+ | 2500baseT/ | ||
+ | Advertised pause frame use: Symmetric | ||
+ | Advertised auto-negotiation: | ||
+ | Advertised FEC modes: Not reported | ||
+ | Speed: 1000Mb/s | ||
+ | Duplex: Full | ||
+ | Port: Twisted Pair | ||
+ | PHYAD: 0 | ||
+ | Transceiver: | ||
+ | Auto-negotiation: | ||
+ | MDI-X: off (auto) | ||
+ | Current message level: 0x00000007 (7) | ||
+ | drv probe link | ||
+ | Link detected: yes | ||
+ | </ |
proxmox/troubleshooting/no_internet_on_vm.1623803230.txt.gz · Last modified: 2021/06/16 00:27 by peter