I am deploying a Palo Alto Networks firewall into my Azure test environment and am having a little trouble figuring out how to get a public IP attached to my untrust interface.
I have 3 interfaces associated to the Palo Alto (MGT, Untrust, Trust). The MGT NIC has a public IP association and I am able to reach that IP from the internet to manage the firewall.
The untrust interface has a private IP of 10.1.1.254, the trust interface has a private IP of 10.1.2.254.
I created in my resource group a second public IP for the Palo Alto and assigned it as the public IP on the untrust nic.
My trust and untrust NICs are currently configured for DHCP, allowing them to pull their respective IPs from Azure. This works fine for the private IP but leaves me wondering how to make this work for the public IP.
Thanks!
