Hello, I have Supermicro MB X11SPi-TF with IPMI. The IPMI has separate port but I would like to access it over one of the MB network ports. This port is also used for entry point for the proxmox host. I am using pfSense VM with 4x 1Gb Intel nics passed to the pfSense VM. The pfSense and the NIC on the MB are connected over cable.
The problem is that the IPMI is not accessible through the proxmox virtual switch. The IPMI is accessible from the proxmox host, the router VM and other clients which are not going through the proxmox switch.
Do you have any idea what settings are needed on the switch in order to access the IPMI from VMs which are connected to the proxmox switch?
In the attachment is my network topology.
The pfSense LAN IP is 10.10.0.2
The IPMI IP is 10.10.0.4
The proxmox switch IP is 10.10.0.3.
The switch configuration is:
The problem is that the IPMI is not accessible through the proxmox virtual switch. The IPMI is accessible from the proxmox host, the router VM and other clients which are not going through the proxmox switch.
Do you have any idea what settings are needed on the switch in order to access the IPMI from VMs which are connected to the proxmox switch?
In the attachment is my network topology.
The pfSense LAN IP is 10.10.0.2
The IPMI IP is 10.10.0.4
The proxmox switch IP is 10.10.0.3.
The switch configuration is:
Code:
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.0.3
netmask 255.255.255.0
gateway 10.10.0.2
bridge_ports eno1
bridge_stp off
bridge_fd 0