|
On Linux endpoints that use systemd-resolved for
DNS (such as Ubuntu), DNS resolution stops working after you
uninstall the Prisma Agent while the tunnel is connected.
Because the agent does not restore the
systemd-resolved configuration at
uninstallation while the tunnel was up, the DNS service enters a
broken state after uninstallation, preventing you from
performing DNS resolution and connecting to the Endpoint Manager
even after reinstallation. Endpoints that do not use
systemd-resolved (such as Oracle Linux) are
not affected.
Workaround: Before uninstalling the agent, disconnect from
the endpoint manager by running pacli
disconnect from the command line, or by clicking
Sign Out in the agent interface. If
DNS is already broken after uninstallation or reinstallation,
restart systemd-resolved to restore name
resolution:
sudo systemctl restart systemd-resolved
|