Blame docs/api/html/settings-ppp.html

Packit 5756e2
Packit 5756e2
<html>
Packit 5756e2
<head>
Packit 5756e2
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 5756e2
<title>ppp: NetworkManager Reference Manual</title>
Packit 5756e2
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit 5756e2
<link rel="home" href="index.html" title="NetworkManager Reference Manual">
Packit 5756e2
<link rel="up" href="ch01.html" title="Configuration Settings">
Packit 5756e2
<link rel="prev" href="settings-ovs-port.html" title="ovs-port">
Packit 5756e2
<link rel="next" href="settings-pppoe.html" title="pppoe">
Packit Service dff8e4
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
Packit 5756e2
<link rel="stylesheet" href="style.css" type="text/css">
Packit 5756e2
</head>
Packit 5756e2
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 5756e2
Packit 5756e2
Packit 5756e2
Top  | 
Packit 5756e2
                  
Packit 5756e2
            Properties
Packit 5756e2
        
Packit 5756e2
Packit 5756e2
Home
Packit 5756e2
Up
Packit 5756e2
Prev
Packit 5756e2
Next
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2

ppp

Packit 5756e2

ppp — Point-to-Point Protocol Settings

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2

Packit 5756e2
            Properties
Packit 5756e2
        
Packit 5756e2
Packit Service a1bd4f

Table 72. 

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Key Name
Packit 5756e2
Value Type
Packit 5756e2
Default Value
Packit 5756e2
Value Description
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
baud
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
If non-zero, instruct pppd to set the serial port to the specified baudrate.  This value should normally be left as 0 to automatically choose the speed.
Packit 5756e2
Packit 5756e2
Packit 5756e2
crtscts
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, specify that pppd should set the serial port to use hardware flow control with RTS and CTS signals.  This value should normally be set to FALSE.
Packit 5756e2
Packit 5756e2
Packit 5756e2
lcp-echo-failure
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
If non-zero, instruct pppd to presume the connection to the peer has failed if the specified number of LCP echo-requests go unanswered by the peer.  The "lcp-echo-interval" property must also be set to a non-zero value if this property is used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
lcp-echo-interval
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
If non-zero, instruct pppd to send an LCP echo-request frame to the peer every n seconds (where n is the specified value).  Note that some PPP peers will respond to echo requests and some will not, and it is not possible to autodetect this.
Packit 5756e2
Packit 5756e2
Packit 5756e2
mppe-stateful
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, stateful MPPE is used.  See pppd documentation for more information on stateful MPPE.
Packit 5756e2
Packit 5756e2
Packit 5756e2
mru
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
If non-zero, instruct pppd to request that the peer send packets no larger than the specified size.  If non-zero, the MRU should be between 128 and 16384.
Packit 5756e2
Packit 5756e2
Packit 5756e2
mtu
Packit 5756e2
uint32
Packit 5756e2
0
Packit 5756e2
If non-zero, instruct pppd to send packets no larger than the specified size.
Packit 5756e2
Packit 5756e2
Packit 5756e2
no-vj-comp
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, Van Jacobsen TCP header compression will not be requested.
Packit 5756e2
Packit 5756e2
Packit 5756e2
noauth
Packit 5756e2
boolean
Packit 5756e2
TRUE
Packit 5756e2
If TRUE, do not require the other side (usually the PPP server) to authenticate itself to the client.  If FALSE, require authentication from the remote side.  In almost all cases, this should be TRUE.
Packit 5756e2
Packit 5756e2
Packit 5756e2
nobsdcomp
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, BSD compression will not be requested.
Packit 5756e2
Packit 5756e2
Packit 5756e2
nodeflate
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, "deflate" compression will not be requested.
Packit 5756e2
Packit 5756e2
Packit 5756e2
refuse-chap
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, the CHAP authentication method will not be used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
refuse-eap
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, the EAP authentication method will not be used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
refuse-mschap
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, the MSCHAP authentication method will not be used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
refuse-mschapv2
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, the MSCHAPv2 authentication method will not be used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
refuse-pap
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, the PAP authentication method will not be used.
Packit 5756e2
Packit 5756e2
Packit 5756e2
require-mppe
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session.  If either 64-bit or 128-bit MPPE is not available the session will fail.  Note that MPPE is not used on mobile broadband connections.
Packit 5756e2
Packit 5756e2
Packit 5756e2
require-mppe-128
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE, 128-bit MPPE (Microsoft Point-to-Point Encryption) will be required for the PPP session, and the "require-mppe" property must also be set to TRUE.  If 128-bit MPPE is not available the session will fail.
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2


Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit Service dff8e4

Generated by GTK-Doc V1.33.0
Packit 5756e2
</body>
Packit 5756e2
</html>