I have a situation where I need different networks for different application groups on a single pmx cluster. To achieve that I have added VLAN's to the config as below.
I have repeated the config on each node of the cluster.
I have various virtual machines that are configured on the various bridges, so, for example, a Windows 2016 server has a NIC attached to vmbr4 with ip address 192.168.151.100.
I have a pfSense firewall running with interfaces on all the bridges configured and ip addresses in the relevant ipv4 range. So vmbr4 on the pfSense firewall is set to 192.168.151.254 which should act as a gateway for this LAN.
The problem is that I'm not able to ping this address although I have a rule to allow pings on the firewall. I can for example ping the bridge ip address 192.168.151.4 from the VM on 192.168.151.100, but I can't ping 192.168.141.3 which is on another node.
Why is this? Surely if these nodes all have a bridge on the same VLAN, then I should be able to "see/ping" all the addresses on that VLAN regardless of the nodes. What should I do that get this to work the way I expect it to?
I have repeated the config on each node of the cluster.
I have various virtual machines that are configured on the various bridges, so, for example, a Windows 2016 server has a NIC attached to vmbr4 with ip address 192.168.151.100.
I have a pfSense firewall running with interfaces on all the bridges configured and ip addresses in the relevant ipv4 range. So vmbr4 on the pfSense firewall is set to 192.168.151.254 which should act as a gateway for this LAN.
The problem is that I'm not able to ping this address although I have a rule to allow pings on the firewall. I can for example ping the bridge ip address 192.168.151.4 from the VM on 192.168.151.100, but I can't ping 192.168.141.3 which is on another node.
Why is this? Surely if these nodes all have a bridge on the same VLAN, then I should be able to "see/ping" all the addresses on that VLAN regardless of the nodes. What should I do that get this to work the way I expect it to?