Uninstall Pan-redirect and Other Pan-redirect Commands
Focus
Focus
Prisma AIRS

Uninstall Pan-redirect and Other Pan-redirect Commands

Table of Contents

Uninstall Pan-redirect and Other Pan-redirect Commands

Orient yourself with the pan-redirect commands.
Where Can I Use This?What Do I Need?
  • Prisma AIRS
  • Private and public cloud platforms, including ESXi, KVM, Nutanix, AWS, Azure, and GCP.
To uninstall Panredirect:
  1. Stop the Panredirect using the command:
    panredirect stop
  2. Disable the panredirect using the command:
    panredirect disable <interface number>
  3. Execute the command:
    sudo dnf remove panredirect
The dnf is specific to RedHat Linux.

Other Panredirect Commands

CommandDescription
panredirect statusTo check if panredirect is enabled.
panredirect stopTo stop redirection from all the interfaces.
panredirect start To start the redirection of traffic.
systemctl enable panredirectTo make panredirect persistent across reboot.
systemctl start panredirectTo make panredirect persistent across reboot.
To check persistence across reboot.
[root@rhel9 ~]# systemctl enable panredirect [root@rhel9 ~]# systemctl start panredirect [root@rhel9 ~]# [root@rhel9 ~]# systemctl status panredirect ● panredirect.service - PAN redirect Loaded: loaded (/usr/lib/systemd/system/panredirect.service; enabled; preset: disabled) Active: active (exited) since Fri 2026-02-13 12:47:41 CST; 1 week 3 days ago Main PID: 1099 (code=exited, status=0/SUCCESS) CPU: 204ms Feb 13 12:47:40 rhel9 systemd[1]: Starting PAN redirect... Feb 13 12:47:40 rhel9 panredirect[1099]: 2026-02-13 12:47:40,745 - WARNING - Failed to send telemetry. Error [Errno 101] Network is unreachable. Attempt: 0 Feb 13 12:47:41 rhel9 panredirect[1099]: 2026-02-13 12:47:41,962 - INFO - Started redirection on all configured interfaces Feb 13 12:47:41 rhel9 systemd[1]: Finished PAN redirect. [root@rhel9 ~]#
For host firewall redirection, execute the following command:
sudo firewall-cmd --zone=public --add-port=6081/udp --permanent sudo firewall-cmd --reload
The firewall-cmd is specific to RedHat Linux.