User Tools

Site Tools


proxmox:troubleshooting:no_internet_on_vm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:troubleshooting:no_internet_on_vm [2021/06/18 17:44] peterproxmox:troubleshooting:no_internet_on_vm [2021/06/19 09:26] (current) peter
Line 97: Line 97:
 NamePolicy=keep kernel database onboard slot path NamePolicy=keep kernel database onboard slot path
 MACAddressPolicy=persistent MACAddressPolicy=persistent
 +</code>
 +
 +----
 +
 +===== Check the Journal =====
 +
 +<code bash>
 +journalctl -b -u systemd-networkd.service -u systemd-udevd.service --no-hostname
 +</code>
 +
 +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]: link_config: autonegotiation is unset or enabled, the speed and duplex are n
 +Mar 10 07:11:37 systemd-networkd[269]: Enumeration completed
 +Mar 10 07:11:37 systemd-networkd[269]: lo: Removing non-existent address: ::1/128 (valid forever), ignoring
 +Mar 10 07:11:37 systemd[1]: Started Network Service.
 +Mar 10 07:11:37 systemd-udevd[279]: Using default interface naming scheme 'v240'.
 +Mar 10 07:11:37 systemd-networkd[269]: eth0: Gained carrier
 +Mar 10 07:11:37 systemd-networkd[269]: eth0: Could not bring up interface: Invalid argument
 +Mar 10 07:11:37 systemd-networkd[269]: eth0: could not set address: Permission denied
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  The following messages seems interesting:
 +
 +  * **link_config: autonegotiation is unset or enabled, the speed and duplex are n**.
 +  * **Using default interface naming scheme 'v240'**.
 +  * **eth0: Could not bring up interface: Invalid argument**.
 +
 +</WRAP>
 +
 +----
 +
 +===== link_config: autonegotiation is unset or enabled =====
 +
 +<code bash>
 + Supported ports: [ ]
 + Supported link modes:   10baseT/Half 10baseT/Full 
 +                         100baseT/Half 100baseT/Full 
 +                         1000baseT/Full 
 +                         2500baseT/Full 
 + Supported pause frame use: Symmetric
 + Supports auto-negotiation: Yes
 + Supported FEC modes: Not reported
 + Advertised link modes:  10baseT/Half 10baseT/Full 
 +                         100baseT/Half 100baseT/Full 
 +                         1000baseT/Full 
 +                         2500baseT/Full 
 + Advertised pause frame use: Symmetric
 + Advertised auto-negotiation: Yes
 + Advertised FEC modes: Not reported
 + Speed: 1000Mb/s
 + Duplex: Full
 + Port: Twisted Pair
 + PHYAD: 0
 + Transceiver: internal
 + Auto-negotiation: on
 + MDI-X: off (auto)
 + Current message level: 0x00000007 (7)
 +        drv probe link
 + Link detected: yes
 </code> </code>
proxmox/troubleshooting/no_internet_on_vm.1624038270.txt.gz · Last modified: 2021/06/18 17:44 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki