diff options
| author | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-11-07 00:14:39 +0100 |
| commit | 90e8691111889a7b5f3c812f5a41f15a8a058913 (patch) | |
| tree | f101a879eca27c34a9bfa5f3da52266b22539a36 /man/NetworkManager.conf.xml | |
| parent | bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff) | |
New upstream version 1.9.90 upstream/1.9.90
Diffstat (limited to 'man/NetworkManager.conf.xml')
| -rw-r--r-- | man/NetworkManager.conf.xml | 68 |
1 files changed, 60 insertions, 8 deletions
diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 9e0ad9ba..e2a91426 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -233,7 +233,10 @@ no-auto-default=* if specified (See <xref linkend="ignore-carrier"/>). Otherwise, it is a list of matches to specify for which device carrier should be ignored. See <xref linkend="device-spec"/> for the - syntax how to specify a device. + syntax how to specify a device. Note that master types like + bond, bridge, and team ignore carrier by default. You can however + revert that default using the "except:" specifier (or better, + use the per-device setting instead of the deprecated setting). </para> </listitem> </varlistentry> @@ -403,8 +406,9 @@ no-auto-default=* value applies only to connections that can auto-connect and have a <literal>connection.autoconnect-retries</literal> property - set to -1. If not specified, connections will be retried 4 - times. + set to -1. If not specified, connections will be tried 4 + times. Setting this value to 1 means to try activation once, + without retry. </para> </listitem> </varlistentry> @@ -638,6 +642,11 @@ ipv6.ip6-privacy=0 explicitly allows for that. <variablelist> <varlistentry> + <term><varname>connection.auth-retries</varname></term> + <listitem><para>If left unspecified, the default value is 3 tries before failing the connection. + </para></listitem> + </varlistentry> + <varlistentry> <term><varname>connection.autoconnect-slaves</varname></term> </varlistentry> <varlistentry> @@ -680,6 +689,18 @@ ipv6.ip6-privacy=0 <term><varname>ipv4.route-metric</varname></term> </varlistentry> <varlistentry> + <term><varname>ipv4.route-table</varname></term> + <listitem><para>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. + </para></listitem> + </varlistentry> + <varlistentry> + <term><varname>ipv6.dhcp-timeout</varname></term> + <listitem><para>If left unspecified, the default value for + the interface type is used.</para></listitem> + </varlistentry> + <varlistentry> <term><varname>ipv6.ip6-privacy</varname></term> <listitem><para>If <literal>ipv6.ip6-privacy</literal> is unset, use the content of "/proc/sys/net/ipv6/conf/default/use_tempaddr" as last fallback. @@ -689,6 +710,13 @@ ipv6.ip6-privacy=0 <term><varname>ipv6.route-metric</varname></term> </varlistentry> <varlistentry> + <term><varname>ipv6.route-table</varname></term> + <listitem><para>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. + </para></listitem> + </varlistentry> + <varlistentry> <term><varname>vpn.timeout</varname></term> <listitem><para>If left unspecified, default value of 60 seconds is used.</para></listitem> </varlistentry> @@ -714,6 +742,11 @@ ipv6.ip6-privacy=0 <listitem><para>If left unspecified, the default value "<literal>ignore</literal>" will be used.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>wifi-sec.pmf</varname></term> + <listitem><para>If left unspecified, the default value + "<literal>optional</literal>" will be used.</para></listitem> + </varlistentry> </variablelist> </para> </refsect2> @@ -800,7 +833,7 @@ ipv6.ip6-privacy=1 <programlisting> [device] match-device=interface-name:eth3 -unmanaged=1 +managed=1 </programlisting> </para> <refsect2> @@ -808,6 +841,19 @@ unmanaged=1 <para> The following properties can be configured per-device. <variablelist> + <varlistentry id="managed"> + <term><varname>managed</varname></term> + <listitem> + <para> + Whether the device is managed or not. A device can be + marked as managed via udev rules (ENV{NM_UNMANAGED}), + or via setting plugins (keyfile.unmanaged-devices). + This is yet another way. Note that this configuration + can be overruled at runtime via D-Bus. Also, it has + higher priority then udev rules. + </para> + </listitem> + </varlistentry> <varlistentry id="ignore-carrier"> <term><varname>ignore-carrier</varname></term> <listitem> @@ -835,6 +881,10 @@ unmanaged=1 that NetworkManager will not make use of that information. </para> <para> + Master types like bond, bridge and team ignore carrier by default, + while other device types react on carrier changes by default. + </para> + <para> This setting overwrites the deprecated <literal>main.ignore-carrier</literal> setting above. </para> @@ -1096,10 +1146,12 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16 <filename>/etc/NetworkManager/system-connections</filename>. </para> <para> - The stored connection file may contain passwords and - private keys, so it will be made readable only to root, - and the plugin will ignore files that are readable or - writable by any user or group other than root. + The stored connection file may contain passwords, secrets and + private keys in plain text, so it will be made readable only to + root, and the plugin will ignore files that are readable or + writable by any user or group other than root. See "Secret flag types" + in <link linkend='nm-settings'><citerefentry><refentrytitle>nm-settings</refentrytitle><manvolnum>5</manvolnum></citerefentry></link> + for how to avoid storing passwords in plain text. </para> <para> This plugin is always active, and will automatically be |