惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
WordPress大学
WordPress大学
小众软件
小众软件
IT之家
IT之家
腾讯CDC
月光博客
月光博客
量子位
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
PMG Network Issue: ARP Incomplete on Hetzner vSwitch (VLA...
invalid@exam · 2026-04-12 · via Proxmox Support Forum

Hi everyone,

I am experiencing a persistent networking issue with a fresh installation of Proxmox Mail Gateway on a Hetzner Dedicated Root Server. Despite having 29 other virtual machines running perfectly on the same host and vSwitch, this new PMG instance cannot reach its gateway.

The Setup (Example IPs):

  • Environment: Hetzner Dedicated Server
  • Network: Hetzner vSwitch (VLAN ID: 4000)
  • Bridge: vmbr0 (VLANs are handled via tag=4000 in the VM NIC settings).
  • VM Config: * IP: 192.168.1.85/24
    • Gateway: 192.168.1.1
    • VLAN Tag: 4000

What I have tried so far (The "Nothing Works" list):

  1. Fresh Install: Performed a completely fresh installation of PMG from ISO; same issue.
  2. vSwitch Check: Verified that the dedicated server is correctly "Tagged" to the vSwitch 4000 in the Hetzner Robot panel.
  3. MAC Address Binding: Tried using a dedicated MAC address from Hetzner for the IP, and also tried without it. Neither worked.
  4. NIC Models: Tested with both VirtIO and Intel E1000.
  5. Comparison: If I assign the same configuration to a different test VM on the same host/vSwitch, it works immediately.

The Symptom:

  • ARP Failure: ip neigh show consistently returns 192.168.1.1 dev ens18 INCOMPLETE.
  • No Connectivity: The VM can ping itself, but cannot reach the gateway or external network.

It seems as though the ARP requests for this specific VM are not being answered by the gateway, even though 29 other VMs on the same host are working fine. It feels like the Hetzner vSwitch is "ignoring" this specific VM's traffic or MAC, but I cannot figure out why.

Has anyone encountered this specific issue with Hetzner vSwitch and Proxmox? Any debugging suggestions for the bridge or vSwitch layer?

Hi,

try to use only one VLAN method, either VLAN tagging on the VM NIC or a VLAN subinterface on the Proxmox host, not both.
Also, try to set a static MAC address for the VM (Hetzner vSwitch could drop traffic if MAC learning doesn’t match).