Article ID: 150581
Article Last Modified on 2/21/2007
HKEY_LOCAL_MACHINE\SYSTEM
\CurrentControlSet
\Services
\Rasman
\PPP
ForceEncryptedPassword REG_DWORD
Range: Boolean
Default: 1 (enabled)
This is a server-side parameter only. It is used to force the use of the
Challenge-Handshake Authentication Protocol while authenticating clients.
This means that the cleartest password may not get sent on the wire
during authentication.
MaxConfigure REG_DWORD
Range: Number
Default: 10
Indicates the number of Configure-Request packets sent without
receiving a valid Configure-Ack, Configure-Nak, or Configure-Reject,
before assuming that the peer is unable to respond.
MaxFailure REG_DWORD
Range: Number
Default: 10
Indicates the number of Configure-Nak packets sent without sending a
Configure-Ack, before assuming that the configuration is not converging.
MaxReject REG_DWORD
Range: Number
Default: 5
Indicates the number of Config-Rejects sent before assuming that the PPP
negotiation may not converge.
MaxTerminate REG_DWORD
Range: Number
Default: 2
Indicates the number of Terminate-Request packets sent without receiving
a Terminate-Ack, before assuming that the peer is unable to respond.
MRU Maximum Receive Unit = 1500
ASYNC-MAP Async control character map = 0x00000000
AUTH Authentication = CHAP-Challenge Handshake Authentication
Protocol
MAGIC Do Magic number negotiation
PROT.COMP Do Protocol Compression
ADR/CF.COMP Do Address-Control Field Compression
#
# @(#)ppphosts 4.2.1.3 Lachman System V STREAMS TCP source
# SCCS IDENTIFICATION
# System V STREAMS TCP - Release 5.0
#
# One tab between fields only
#
# Entries have this format:
# Name tty System [Timer options] [Link options] [IP options] [Other]
# Those fields in brackets ([]) are optional
#
# Entries may continue onto multiple lines by giving a '\' as the
# last character of a line.
#
# Name destination host or ppp login name (starting with *)
# tty tty name for direct connection
#
# Timer options:
# "idle=idle_time" idle_time is the inactivity timeout
# in minutes (default = forever)
# "tmout=timeout" timeout per PPP protocol request (default = 3 seconds)
# "conf=num" Set the maximum number of times of configure retry
# (default = 10)
# "term=num" Set the maximum number of times of termination retry
# (default = 2)
# "nak=num" Set the maximum number of times of configure-nak
# retry (default = 10)
#
# Link options:
# "mru=num". Set the maximum receive unit (default = 296)
# "accm=num(hex)" Set the asyc control character map
# (default = 0x00000000)
# "pap" Do password authentication
# (default: no password authentication)
# "nomgc" disable magic number negotiation
# (default: enable magic number negotiation)
# "protcomp" Do protocol field compression
# (default: no protocol field compression)
# "accomp" Do addrerss-control field compression
# (default: no addrerss-control field compression)
#
# IP options
# "ipaddr" Do IP address negotiation
# (default: no IP address negotion)
# "rfc1172addr" Using RFC1172 IP addresses negotiation
# (default: RFC1332 IP address negotiation)
# "VJ" Do VJ Compressed TCP/IP
# (default: no VJ compressed TCP/IP)
#
# Other
# "paptmout=tmout" PPP waits for the peer to password authenticate
# itself for tmout minutes
# (default = 1)
# "rtscts" set the line to use hardware(RTS/CTS) flow control
# (default: no flow control)
#
# Examples:
# 1. For outbound PPP connection,
# ice_sl tty00 ice idle=5 tmout=3 conf=10 term=2 nak=10 mru=296
# accm=ffffffff\
# pap nomgc protcomp accomp ipaddr rfc1172addr VJ old
#
# 2. For inbound PPP connection,
##################################################################
192.100.1.1 - englab007 pap mru=1500 accm=0x00000000 protcomp accomp\
idle=5 tmout=5 conf=5 term=7 nak=10 rtscts
Additional query words: prodnt RAS PPP
Keywords: kb3rdparty kbenv kbnetwork KB150581