error fix

Proxmox No Network After Install

When Proxmox has no network after install, check the physical link, interface name, bridge mapping, IP settings, gateway, and NIC driver before reinstalling.

Independent third-party notes. Verify critical homelab changes against primary docs and your exact hardware revision.

Quick Answer

When Proxmox has no network after install, check the physical link, interface name, bridge mapping, IP settings, gateway, and NIC driver before reinstalling.

Key Facts

Most common area
The Linux bridge and physical interface mapping are the first things to verify.
Mini PC issue
New or uncommon NICs can add driver or kernel compatibility questions.
Remote risk
Network config changes can lock you out without local console access.
Fastest path
Check link, interface names, address, gateway, and bridge before changing hardware.

Recommended Checks

  1. Use local console access before editing network configuration.
  2. Confirm cable, switch port, and link lights.
  3. Check which network interface name the host sees.
  4. Confirm the Proxmox bridge uses the correct physical port.
  5. Verify static IP, gateway, DNS, and subnet.
  6. Reboot only after saving known-good rollback notes.

Verification

  • The Proxmox web UI loads from another device.
  • The host can ping the gateway.
  • A VM attached to the bridge can reach the LAN.

Warnings

  • Do not blindly copy another host's interface name.
  • Avoid remote-only network edits on a single-NIC host.

Best For

  • Fresh installs
  • Mini PC NIC changes
  • Bridge mapping mistakes

Not For

  • WAN firewall policy debugging
  • Switch VLAN designs without topology notes

Common Mistakes

  • Using the old eth0 naming assumption
  • Putting the IP on the physical interface instead of the bridge
  • Missing gateway or subnet typo

Examples

Network triage notes
Expected host IP:
Gateway:
Physical interface:
Bridge:
Switch port:
Can host ping gateway:
Can client open web UI:

FAQ

Should I reinstall Proxmox?

Usually not until you have checked interface naming, bridge config, link, IP, and gateway.

Why did the interface name change?

Linux interface names are hardware and firmware dependent; always inspect the running host.

Sources

Related Pages