The following notes describe how PPP should be configured on Microsoft Windows 95 and Windows 98 systems so that they can connect to a UnixWare 7 remote access server:
A UnixWare 7 remote access server can be configured to authenticate incoming calls based on one or more of the following methods:
; This script file demonstrates how ; to establish a PPP connection with ; a UnixWare 7 remote access serverproc main ; Allow server time to initialize delay 3
; Send Carriage Return transmit "^M"
; Wait for login prompt waitfor "login:"
; Send your user name transmit $USERID, raw transmit "^M"
; Wait for Password prompt waitfor "Password:"
; Send your password transmit $PASSWORD, raw transmit "^M" endproc
A UnixWare 7 remote access server can be configured to provide the TCP/IP parameters required by a Windows client: