There are some configuration on Azure network to get your Palo Alto firewall working well for the passing through traffic. Especially for ping traffic, by default, you wont be able to ping Internet ip through Palo Alto firewall.
In this post, it will give you some small tricks to get ping working for local interfaces and internet.
Table of Contents
Topology

Web Gui Overview
ACC Tab: The default ACC view will show you the network, threat, blocked and tunnel activity in four separate tabs for the past hour. The time frame and each tab can be customized to display the relevant application, threat, and user activity depending upon the user role.
- The Objects tab allows you to manage the building blocks for creating policies such as address objects, custom applications, and security profiles.
- The Network tab allows you to create and manage interfaces, security zones, VLANs and other elements that enable connectivity.
- The Device tab is where configuration items like DNS, service routes, etc. are managed. The device tab also allows you to manage high availability, users, software and content updates.
Enable Ping on Interfaces
Steps
-
- Go to Network > Network Profiles > Interface Mgmt
- Create a profile allowing ping:
-
- Go to Network > Interfaces and assign the profile, created above, to the interface under the Advanced tab:
- Commit the changesFrom CLI:
> configure # set network profiles interface-management-profile mgmt ping yes # set network interface ethernet ethernet1/3 layer3 interface-management-profile mgmt
- Go to Network > Interfaces and assign the profile, created above, to the interface under the Advanced tab:
Add a Route Table and Route
By default all Azure subnet traffic will go to Azure default gateway for that subnet, which is .1 ip address.
Add Public IP Address To Untrusted Interface
By default Azure vnet will not allow ping or tracert packet going through well.
Associate this new public ip with Palo Alto’s untrusted interface, which is eth1:
Updates
After did Check Now from Device -> Dynamic Updates page, you will be able to see some updates available for downloading. You can install them after downloaded.