diff options
Diffstat (limited to 'man/NetworkManager.conf.5')
| -rw-r--r-- | man/NetworkManager.conf.5 | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5 index 627d7f6f..b2984e0a 100644 --- a/man/NetworkManager.conf.5 +++ b/man/NetworkManager.conf.5 @@ -2,12 +2,12 @@ .\" Title: NetworkManager.conf .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 01/31/2020 +.\" Date: 02/18/2020 .\" Manual: Configuration -.\" Source: NetworkManager 1.22.6 +.\" Source: NetworkManager 1.22.8 .\" Language: English .\" -.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.22\&.6" "Configuration" +.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.22\&.8" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -267,6 +267,12 @@ rc\-manager setting below), the name server there will be localhost only\&. NetworkManager also writes a file /run/NetworkManager/no\-stub\-resolv\&.conf that contains the original name servers pushed to the DNS plugin\&. +.sp +When using +dnsmasq +and +systemd\-resolved +per\-connection added dns servers will always be queried using the device the connection has been activated on\&. .RE .PP \fIrc\-manager\fR @@ -648,10 +654,12 @@ If left unspecified, the default value is 3 tries before failing the connection\ .PP \fIconnection\&.llmnr\fR .RS 4 +If unspecified, the ultimate default values depends on the DNS plugin\&. With systemd\-resolved the default currently is "yes" (2) and for all other plugins "no" (0)\&. .RE .PP \fIconnection\&.mdns\fR .RS 4 +If unspecified, the ultimate default values depends on the DNS plugin\&. With systemd\-resolved the default currently is "no" (0) and for all other plugins also "no" (0)\&. .RE .PP \fIconnection\&.stable\-id\fR @@ -727,6 +735,11 @@ If unspecified or zero, use 50 for VPN profiles and 100 for other profiles\&. If left unspecified, routes are only added to the main table\&. Note that this is different from explicitly selecting the main table 254, because of how NetworkManager removes extraneous routes from the tables\&. .RE .PP +\fIipv6\&.ra\-timeout\fR +.RS 4 +If left unspecified, the default value depends on the sysctl solicitation settings\&. +.RE +.PP \fIipv6\&.dhcp\-duid\fR .RS 4 If left unspecified, it defaults to "lease"\&. @@ -985,6 +998,13 @@ Note that your distribution might set to strict filtering\&. That works badly with per\-device connectivity checking, which uses SO_BINDDEVICE to send requests on all devices\&. A strict rp_filter setting will reject any response and the connectivity check on all but the best route will fail\&. .PP .PP +\fIenabled\fR +.RS 4 +Whether connectivity check is enabled\&. Note that to enable connectivity check, a valid uri must also be configured\&. The value defaults to true, but since the uri is unset by default, connectivity check may be disabled\&. The main purpose of this option is to have a single flag to disable connectivity check\&. Note that this setting can also be set via D\-Bus API at runtime\&. In that case, the value gets stored in +/var/lib/NetworkManager/NetworkManager\-intern\&.conf +file\&. +.RE +.PP \fIuri\fR .RS 4 The URI of a web page to periodically request when connectivity is being checked\&. This page should return the header "X\-NetworkManager\-Status" with a value of "online"\&. Alternatively, its body content should be set to "NetworkManager is online"\&. The body content check can be controlled by the |