Category: Software Revision Date: 5/30/95 Author: Arthur Hyun Original Format: ASCII Keyword: Morningstar PPP-PAP config Reviewer: Pam Brigham Synopsis: Information on what to change in your configuration in the Morningstar PPP software to do PAP. Text: Config for Devices, Dialers, Filter, etc are all the same as for non-PAP. Systems, Auth, and the pppd command line used (may) differ from the non-PAP config. The Auth file contains a login/passwd pair. The Systems file needs to be modified to take out the chatscript. The default PAP peer ID (ie login) used is the machine hostname, if the machine hostname is not the same as the account ID, then you can specify the account ID on the command line. The peer ID used by the pppd is indexed into the Auth file to find the correct password. --- Sample Auth entry: LD0000 mypasswd --- Sample Systems entry (for Herndon): 38.146.104.110 Any ACU 38400 17039040600 --- If the "hostname" command returns "LD0000", you do not need to have the "name " part on the command line. Sample pppd command line: pppd : auto idle 2700 name pppd 192.246.13.1:38.146.104.110 auto idle 2700 name LD0000