Skip to main content
FortiKoala
Staff
Staff
October 1, 2018

Technical Note: No Persistent Agent credential window popup on Mac-OS-X

  • October 1, 2018
  • 0 replies
  • 1584 views
Description
Persistent Agent Credential Popup not appearing when isolated.  User unable to register Mac OSX machine.

In order for the Persistent Agent to prompt for credentials, the end station must be able to resolve localhost.  In order for resolution to occur, the /etc/hosts file on the Mac-OS-X end station must have an entry for localhost.

To verify if localhost resolves, type the following command in the terminal of the affected MAC OSX machine:
ping localhost

A reply from 127.0.0.1 should appear if resolving properly.  If ping fails, then the localhost entry may be missing.

Solution
 
From the terminal of the affected MAC OSX machine, ensure the /etc/hosts file contains the localhost entry.   

Example of a correct /etc/hosts file:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1    localhost
255.255.255.255    broadcasthost
::1             localhost





Related Articles

Technical Note: No Persistent Agent credential window popup on Windows