Host Is Currently Unavailable


This message is usually seen when dialing into the PortMaster (TM) or when connecting to a host from a terminal connected to the PortMaster.

The PortMaster supports 3 types of login services.

  • PortMaster (proprietary)
  • Telnet
  • Rlogin

In order for a shell account to be connected to a host one of these three services must be configured in the login user's profile or in the port configuration, and that service must exist on the host.

If a login service is not configured in the user's profile then the login service specified in the port configuration will be used.

If you get the message *** Host Is Currently Unavailable *** then try the following:

  1. If you are authenticating users with RADIUS (TM)  make sure that security is enabled on the port.

  2. Command> set <port> security on
    Command> reset <port>

    The login service configured for a login user's profile by default is "PortMaster", if your host is not running in.pmd (PortMaster daemon) then you should change this to telnet or rlogin.
    Command> set user <username> service <portmaster|rlogin|telnet>

  3. No login service is specified in the user's profile and the login service in the port configuration does not exist on the host.

  4.  

     

    The login service configured on a port by default is "PortMaster", if your host is not running in.pmd (PortMaster daemon) then you should change this to telnet or rlogin.
    Command> set <port> service_login < portmaster|rlogin|telnet>
    Command> reset <port>

  5. In versions of the ComOS prior to 3.1 there was a bug that would result in a "Host is currently unavailable" message. The following is a portion of the 3.1 release notes.
  6. Ports are now proper reset if carrier is lost before 
    the users' session connects to the host.  Previously
    if a host was unreachable and the user didn't wait for
    the TCP connection to timeout, the next user dialing
    in would receive the "Host is currently unavailable"
    message and be disconnected instead of receiving the
    login prompt.

    The solution to this bug is to simply upgrade the ComOS to a current release.