A few weeks ago I started migrating from ESXi to Proxmox. Since then I
have some network issues that I fail to explain. Any advice highly
appreciated
My (reduced) network layout is like
PFSense ←> Zyxel GS1920 ←>
ESXi
Proxmox
There is a ton of other units, but none that was touched during the migration test.
Cables to each server has been tested
Different switch ports were tested
The issue at hand:
ESXi 10.3.0.101
VMs in ESXi on VLAN 3
ESXi can ping PFsense
VM in ESXi on VLAN 5 CAN ping Proxmox and ESXi
Proxmox 10.3.0.100
VMs in Proxmox on VLAN 3
Proxmox can ping PFSense
PFSense
can ping ESXi
can ping proxmox, for a while. Then “Redirect Host(New addr: ”
has been running for years
The ESXi server is the oldest and have co-existed with other ESXi servers for many years
The switch has not been updated since the migration to proxmox, so network configuration is the same
My Proxmox network interfaces file
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno1.2
iface eno1.3
iface eno1.5
auto vmbr0v2
iface vmbr0v2 inet manual
bridge-ports eno1.2
bridge-stp off
bridge-fd 0
auto vmbr0v5
iface vmbr0v5 inet manual
bridge-ports eno1.5
bridge-stp off
bridge-fd 0
auto vmbr0v3
iface vmbr0v3 inet static
address 10.3.0.100/16
gateway 10.3.0.1
bridge-ports eno1.3
bridge-stp off
bridge-fd 0
It feel like I have misunderstood something reg. vmbr0v3, but I fail to see it
Perhaps ESXi "forgave" a switch configuration issue ?
have some network issues that I fail to explain. Any advice highly
appreciated
My (reduced) network layout is like
PFSense ←> Zyxel GS1920 ←>
ESXi
Proxmox
There is a ton of other units, but none that was touched during the migration test.
Cables to each server has been tested
Different switch ports were tested
The issue at hand:
ESXi 10.3.0.101
VMs in ESXi on VLAN 3
- can Ping each other
- can Ping ESXi
- can Ping VMs on Proxmox
- cannot Ping Proxmox
ESXi can ping PFsense
VM in ESXi on VLAN 5 CAN ping Proxmox and ESXi
Proxmox 10.3.0.100
VMs in Proxmox on VLAN 3
- can Ping each other
- can Ping Proxmox
- can Ping VMs on Proxmox
- cannot Ping ESXi (Error from ping: From 10.3.0.100: icmp_seq=1 Redirect Host(New nexthop: 10.3.0.101)
Proxmox can ping PFSense
PFSense
can ping ESXi
can ping proxmox, for a while. Then “Redirect Host(New addr: ”
has been running for years
The ESXi server is the oldest and have co-existed with other ESXi servers for many years
The switch has not been updated since the migration to proxmox, so network configuration is the same
My Proxmox network interfaces file
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno1.2
iface eno1.3
iface eno1.5
auto vmbr0v2
iface vmbr0v2 inet manual
bridge-ports eno1.2
bridge-stp off
bridge-fd 0
auto vmbr0v5
iface vmbr0v5 inet manual
bridge-ports eno1.5
bridge-stp off
bridge-fd 0
auto vmbr0v3
iface vmbr0v3 inet static
address 10.3.0.100/16
gateway 10.3.0.1
bridge-ports eno1.3
bridge-stp off
bridge-fd 0
It feel like I have misunderstood something reg. vmbr0v3, but I fail to see it
Perhaps ESXi "forgave" a switch configuration issue ?