Hi
I have a 2 proxmox 5 in cluster mode with interface eno1 for hypervisor access.
Interface eno2 is connected to the vrack, with one bridge vmbr1 for public VM's and for communication to the other node, an a other bridge vmbr2 linked to eno2.200 (vlan for private VM's)
All VM's in the private Vlan can communicate on the same vlan (ping is ok)
I have setup a pfsense VM with the WAN interface on vmbr1 and assign a public IP from my Ip RIPE Block and configure the gateway with the last usable ip of this block . Fpsense cannot ping the gateway for this block BUT VM's with ip from my ip RIPE block bridged on the same vmbr1 can access internet and ping the gateway (ubunt 16.04 for OS).. Why ubuntu can ping and fpsense not ???
The lan interface o fpsense is bridged with vmbr2. All VM's with private Ip can ping the lan interface of pfsense and each other private VM's
part of interface config for proxmox
#public interface for proxmox
auto vmbr0
iface vmbr0 inet static
address 54.xx.xx.xx
netmask 255.255.255.0
gateway xx.xx.xx.254
broadcast xx.xx.xx..255
bridge_ports eno1
bridge_stp off
bridge_fd 0
network 54.xx.xx.xx
#interface to Vrack
auto vmbr1
iface vmbr1 inet static
address 172.16.0.2
netmask 255.255.255.0
broadcast 172.16.255.255
bridge_ports eno2
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
network 172.16.0.0
echo 1 > /proc/sys/net/ipv4/ip_forward
#second bridge to Vrack
auto vmbr2
iface vmbr2 inet static
address 192.168.2.2
netmask 255.255.255.0
broadcast 192.168.2.255
bridge_vlan_aware yes
bridge_ports eno2.200
bridge_stp off
bridge_fd 0
echo 1 > /proc/sys/net/ipv4/ip_forward
for pfsense
wan to vmbr1 (with one ip from my ip'ripe block
lan to vmbr2 (with private ip's 192.168.2.x)
vRack - Proxmox with vm pfsense connected via public ip on vrack don't ping gateway
Related questions
- MetalLB + vRACK OVH
35285
21.01.2025 19:04
- vrack between Virtual Machines of different servers
32382
15.12.2025 22:22
- maybe this is report about ovh panel bug
23211
04.11.2025 21:37
- vRack for GAME servers
19086
15.02.2023 10:08
- Kubernetes on dedicated server + vrack + public ip's
17218
17.02.2020 21:44
- Vrack requirement
16743
06.02.2024 13:49
- Vrack vmware ha
16021
25.10.2019 02:37
- On OVH Cloud, want to connect a server to the private network
15321
11.03.2025 16:18
- vRack for two servers doesn't work anymore
11959
06.12.2022 11:02