Solstice PPP 3.0.1 Administration Guide

Status Messages

The following status messages trace the progress of successful IP connections over PPP links, and are displayed during normal link operation. They may also indicate problems that occur as a result of configurations errors.

add_default_route:default route not allowed on ipd device

The keyword default_route is not allowed in path definitions associated with point-to-multipoint (ipdn) IP interfaces.

Check that the connect script is correct, or PPP may not be started on the remote host

Indicates that the link manager failed to establish a PPP link to the remote host. This may be because PPP is not running on the remote host, or it may indicate that there is an error in the login dialog defined in the connect script. Check that there is a valid login id and password contained in the script, and that a corresponding user account exists on the remote host. If the remote host is not running Solaris, you may need to change other components in the login dialog. See "Editing the CHAT (or Connect) Scripts" for detailed instructions.

Connection closed on ip_interface

Indicates that an IP connection for the specified interface (ipdn or ipdptpn) was closed normally, following a terminate request from either the local or the remote host.

Connection requested to remote_host

Indicates that the link manager received a request for an IP connection to the specified remote host. The remote host must be defined in the file link.conf.

Device unix_device has been disconnected

Indicates that the modem connection has been closed normally, following a disconnect request generated by one of the endpoints in the link.

Dialing number phone_number ...

Indicates that the modem is dialing the specified number to establish a physical connection to the remote host.

Dialup_path login_id already used for another connection

Indicates that two remote hosts, using the same login id, have made simultaneous connections. Only one connection can be treated at a time.

Dialup_path not defined for outgoing call

Indicates that there is no remote host associated with the dialup path definition that is being used in an attempt to initiate a connection. Modify the dialup path definition in the file ppp.conf to add a remote host, and add a corresponding remote host definition to the file link.conf, if necessary.

Disconnect indication on ip_interface

Indicates that a PPP terminate request was generated by one of the endpoints in the link. This usually indicates a normal disconnection following the expiry of the inactivity timeout, for example.

Got modem connection

Indicates that the modem has completed dialing successfully and that the physical connection has been established.

Host [remote_host] not found in the host list

Indicates that the link manager is trying to establish a connection to a remote host that is not defined in the file link.conf. Check that the remote_host keyword in the dialup path definition points to a valid remote host definition.

Host remote_host is not available

Indicates that the remote host could not be accessed for some reason. It may indicate that the remote device is busy.

IP up on interface ip_interface, with timeout set to timeout

Indicates that an IP connection has been established successfully for the specified interface (ipdn or ipdptpn). The IP connection will be closed automatically after timeout seconds of inactivity, or earlier if the inactivity timeout set at the remote end of the connection is set to a lower value.

IP up on ip_interface

Indicates that the IP layer for the specified IP interface (ipdn or ipdptpn) has been configured and brought up. The IP connection has been completed successfully, and the timeout has been set to zero. The IP connection will remain open until closed explicitly, by stopping Solstice PPP or running pppdisc(1M).

IP_NCP down on ip_interface

Indicates that the IP network control protocol (NCP) layer for the specified interface (ipdn or ipdptpn) has been brought down. This may be due to a termination request generated by either host.

IP_NCP up on ip_interface

Indicates that the IP network control protocol (NCP) layer for the specified IP interface (ipdn or ipdptpn) has been configured and brought up. See Appendix A, PPP Link Operation" for more information about this phase of the PPP link negotiation.

Interface ip_interface has timed out

Indicates that the specified IP interface (ipdn or ipdptpn) has been closed automatically after the inactivity timeout at one end of the link has expired.

Invalid empty name for chat script

Indicates that there is no CHAT script defined in the file link.conf for this remote host. You must create a unique CHAT script for each remote host to which the local host will initiate connections. See "Editing the CHAT (or Connect) Scripts" for detailed instructions.

LCP down on ip_interface

Indicates that the link control protocol (LCP) layer for the specified IP interface (ipdn or ipdptpn) has been brought down. This may be due to a termination request generated by either host.

LCP up on ip_interface

Indicates that the link control protocol (LCP) layer for the specified IP interface (ipdn or ipdptpn) has been configured and brought up. See Appendix A, PPP Link Operation" for more information about this phase of the PPP link negotiation.

License manager has exited

Indicates that there is a problem with the license system. Check that the license daemon is configured and running.

Link manager (pid) has started date

Indicates that the PPP link manager has been configured and started successfully.

No device available for ip_interface

Indicates that all there are no more modems available. This is normally a temporary situation, which occurs when there are more IP connections requested than there are modems.

PPP error on ip_interface: reason

Indicates that an error occurred during either the link establishment, or the peer authentication phase. The reason for the error is given as part of the error message. Use ppptrace(1M) for further diagnosis.

Received incoming call while dialing

Indicates that the local host received a connection request from a remote host, while it was attempting to initiate an outgoing call on the same modem. This message is displayed for information only, local host will continue it call.

Received a call on ip_interface

Indicates that the local host accepted an incoming connection for the specified IP interface (ipdn or ipdptpn).

Remote host is busy

Indicates that the call could not be completed because the remote modem is already being used for another connection.

Resetting the modem to server mode

Indicates that the program pppsetmod(1M) has been used to initialize the modem in server (or answer) mode so that it waits for incoming connections. This programs sends the server string contained in the modems database file /etc/opt/SUNWconn/ppp/modems.

Successful configuration

Indicates that the configuration files ppp.conf and link.conf were parsed successfully when Solstice PPP was started.

PPP has found a valid license

Indicates that the license daemon is running and that Solstice PPP has been given a license token.

PPP is waiting to get a license

Indicates that the license daemon is running, but that has assigned all the available license tokens to other users. PPP is waiting for a token to be released.

Timeout expired

Indicates that the IP connection has been inactive for the number of seconds defined by the inactivity_timeout parameter (default 120 seconds). The connection is closed automatically.

Unable to find the required expect_login_id login_id

Indicates that the PPP login service has accepted an incoming connection, following a successful UNIX login sequence, but that the link manager has not found a dialup path definition in the file ppp.conf with a expect_login_id parameter that matches the login id sent by the remote host.

Unable to get license, PPP exiting

Indicates that Solstice PPP was unable to get a license token from the license daemon after a certain number of retries. Check that the license daemon is installed correctly and running. If the license daemon is not running on the same machine as Solstice PPP, check that there is a network connection that allows access to the daemon.

Unable to regain license, PPP closing down

Indicates that Solstice PPP lost the license token was unable to get it back after a certain number of retries. Check that the license daemon is still running.

Using dialup_path with expect_login_id login_id

Indicates that the PPP login service has accepted an incoming connection, following a successful UNIX login sequence, and that the link manager has identified the corresponding dialup path definition.