[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.