I'm trying to put together a setup where I have a pfSense firewall as a VM on a Proxmox node, and all other VMs on that same node communicate with the outside world through that firewall VM. The firewall should be binding to all the IP addresses available to the hypervisor (that part is mostly irrelevant to my problem).
I've got pfSense installed, and it's able to distribute local IPs to other VMs via DHCP. However, I'm unable to get the firewall to bind its WAN interface to any IP addresses provided by the data center. I've mostly rules out a firewall misconfiguration, and I'm pretty sure I've followed all the data center's instructions for using an IP range, but I still can't ping ANYTHING from the pfSense VM, which leads me to believe I've configured something network-related in Proxmox incorrectly.
Here's the hypervisor's network tab:
And the firewall VM's hardware config:
According to the data center, in order to use an IP in the block I'm trying to use, the machine's MAC address needs to be 02:00:00:FF:4C:0E. I've got that set in Proxmox and in the firewall. Here's the firewall's WAN configuration:
And the relevant portion of ifconfig on the firewall:
According to the data center, these are the network settings I need to use:
All of these settings look correct to me (although I'm certainly no expert). However, the firewall VM can't ping the gateway IP or any Internet IPs. The hypervisor can ping both. Is there something I'm misunderstanding about how network devices work in Proxmox?
I've got pfSense installed, and it's able to distribute local IPs to other VMs via DHCP. However, I'm unable to get the firewall to bind its WAN interface to any IP addresses provided by the data center. I've mostly rules out a firewall misconfiguration, and I'm pretty sure I've followed all the data center's instructions for using an IP range, but I still can't ping ANYTHING from the pfSense VM, which leads me to believe I've configured something network-related in Proxmox incorrectly.
Here's the hypervisor's network tab:
And the firewall VM's hardware config:
According to the data center, in order to use an IP in the block I'm trying to use, the machine's MAC address needs to be 02:00:00:FF:4C:0E. I've got that set in Proxmox and in the firewall. Here's the firewall's WAN configuration:
And the relevant portion of ifconfig on the firewall:
According to the data center, these are the network settings I need to use:
"Fail Over IP" is an address in the IP block I was allocated (192.99.198.148/30), and "Main IP of the server" is 192.99.10.135, meaning the gateway should be 192.99.10.254.IP: Fail Over IP
Netmask: 255.255.255.255
Broadcast: Fail Over IP
Gateway: Main IP of the server ending in 254.
All of these settings look correct to me (although I'm certainly no expert). However, the firewall VM can't ping the gateway IP or any Internet IPs. The hypervisor can ping both. Is there something I'm misunderstanding about how network devices work in Proxmox?