1NM-SETTINGS(5) Configuration NM-SETTINGS(5)
2
3
4
6 nm-settings - Description of settings and properties of NetworkManager
7 connection profiles
8
10 NetworkManager is based on a concept of connection profiles, sometimes
11 referred to as connections only. These connection profiles contain a
12 network configuration. When NetworkManager activates a connection
13 profile on a network device the configuration will be applied and an
14 active network connection will be established. Users are free to create
15 as many connection profiles as they see fit. Thus they are flexible in
16 having various network configurations for different networking needs.
17 The connection profiles are handled by NetworkManager via settings
18 service and are exported on D-Bus
19 (/org/freedesktop/NetworkManager/Settings/<num> objects). The
20 conceptual objects can be described as follows:
21
22 Connection (profile)
23 A specific, encapsulated, independent group of settings describing
24 all the configuration required to connect to a specific network. It
25 is referred to by a unique identifier called the UUID. A connection
26 is tied to a one specific device type, but not necessarily a
27 specific hardware device. It is composed of one or more Settings
28 objects.
29
30 Setting
31 A group of related key/value pairs describing a specific piece of a
32 Connection (profile). Settings keys and allowed values are
33 described in the tables below. Keys are also referred to as
34 properties. Developers can find the setting objects and their
35 properties in the libnm-core sources. Look for the *_class_init
36 functions near the bottom of each setting source file.
37
38 The settings and properties shown in tables below list all available
39 connection configuration options. However, note that not all settings
40 are applicable to all connection types. NetworkManager provides a
41 command-line tool nmcli that allows direct configuration of the
42 settings and properties according to a connection profile type. nmcli
43 connection editor has also a built-in describe command that can display
44 description of particular settings and properties of this page.
45
46 connection setting
47 General Connection Profile Settings.
48
49 ┌─────────────────────┬──────────────────────────────────────┬───────────────┬────────────────────────────────────────┐
50 │Key Name │ Value Type │ Default Value │ Value │
51 │ │ │ │ Description │
52 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
53 │auth-retries │ int32 │ -1 │ The number of │
54 │ │ │ │ retries for the │
55 │ │ │ │ authentication. │
56 │ │ │ │ Zero means to │
57 │ │ │ │ try │
58 │ │ │ │ indefinitely; -1 │
59 │ │ │ │ means to use a │
60 │ │ │ │ global default. │
61 │ │ │ │ If the global │
62 │ │ │ │ default is not │
63 │ │ │ │ set, the │
64 │ │ │ │ authentication │
65 │ │ │ │ retries for 3 │
66 │ │ │ │ times before │
67 │ │ │ │ failing the │
68 │ │ │ │ connection. │
69 │ │ │ │ Currently this │
70 │ │ │ │ only applies to │
71 │ │ │ │ 802-1x │
72 │ │ │ │ authentication. │
73 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
74 │autoconnect │ boolean │ TRUE │ Whether or not │
75 │ │ │ │ the connection │
76 │ │ │ │ should be │
77 │ │ │ │ automatically │
78 │ │ │ │ connected by │
79 │ │ │ │ NetworkManager │
80 │ │ │ │ when the │
81 │ │ │ │ resources for │
82 │ │ │ │ the connection │
83 │ │ │ │ are available. │
84 │ │ │ │ TRUE to │
85 │ │ │ │ automatically │
86 │ │ │ │ activate the │
87 │ │ │ │ connection, │
88 │ │ │ │ FALSE to require │
89 │ │ │ │ manual │
90 │ │ │ │ intervention to │
91 │ │ │ │ activate the │
92 │ │ │ │ connection. Note │
93 │ │ │ │ that autoconnect │
94 │ │ │ │ is not │
95 │ │ │ │ implemented for │
96 │ │ │ │ VPN profiles. │
97 │ │ │ │ See │
98 │ │ │ │ "secondaries" as │
99 │ │ │ │ an alternative │
100 │ │ │ │ to automatically │
101 │ │ │ │ connect VPN │
102 │ │ │ │ profiles. │
103 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
104 │autoconnect-priority │ int32 │ 0 │ The autoconnect │
105 │ │ │ │ priority. If the │
106 │ │ │ │ connection is │
107 │ │ │ │ set to │
108 │ │ │ │ autoconnect, │
109 │ │ │ │ connections with │
110 │ │ │ │ higher priority │
111 │ │ │ │ will be │
112 │ │ │ │ preferred. │
113 │ │ │ │ Defaults to 0. │
114 │ │ │ │ The higher │
115 │ │ │ │ number means │
116 │ │ │ │ higher priority. │
117 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
118 │autoconnect-retries │ int32 │ -1 │ The number of │
119 │ │ │ │ times a │
120 │ │ │ │ connection │
121 │ │ │ │ should be tried │
122 │ │ │ │ when │
123 │ │ │ │ autoactivating │
124 │ │ │ │ before giving │
125 │ │ │ │ up. Zero means │
126 │ │ │ │ forever, -1 │
127 │ │ │ │ means the global │
128 │ │ │ │ default (4 times │
129 │ │ │ │ if not │
130 │ │ │ │ overridden). │
131 │ │ │ │ Setting this to │
132 │ │ │ │ 1 means to try │
133 │ │ │ │ activation only │
134 │ │ │ │ once before │
135 │ │ │ │ blocking │
136 │ │ │ │ autoconnect. │
137 │ │ │ │ Note that after │
138 │ │ │ │ a timeout, │
139 │ │ │ │ NetworkManager │
140 │ │ │ │ will try to │
141 │ │ │ │ autoconnect │
142 │ │ │ │ again. │
143 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
144 │autoconnect-slaves │ NMSettingConnectionAutoconnectSlaves │ │ Whether or not │
145 │ │ (int32) │ │ slaves of this │
146 │ │ │ │ connection │
147 │ │ │ │ should be │
148 │ │ │ │ automatically │
149 │ │ │ │ brought up when │
150 │ │ │ │ NetworkManager │
151 │ │ │ │ activates this │
152 │ │ │ │ connection. This │
153 │ │ │ │ only has a real │
154 │ │ │ │ effect for │
155 │ │ │ │ master │
156 │ │ │ │ connections. The │
157 │ │ │ │ properties │
158 │ │ │ │ "autoconnect", │
159 │ │ │ │ "autoconnect-priority" │
160 │ │ │ │ and │
161 │ │ │ │ "autoconnect-retries" │
162 │ │ │ │ are unrelated to │
163 │ │ │ │ this setting. │
164 │ │ │ │ The permitted │
165 │ │ │ │ values are: 0: │
166 │ │ │ │ leave slave │
167 │ │ │ │ connections │
168 │ │ │ │ untouched, 1: │
169 │ │ │ │ activate all the │
170 │ │ │ │ slave │
171 │ │ │ │ connections with │
172 │ │ │ │ this connection, │
173 │ │ │ │ -1: default. If │
174 │ │ │ │ -1 (default) is │
175 │ │ │ │ set, global │
176 │ │ │ │ connection.autoconnect-slaves │
177 │ │ │ │ is read to │
178 │ │ │ │ determine the │
179 │ │ │ │ real value. If │
180 │ │ │ │ it is default as │
181 │ │ │ │ well, this │
182 │ │ │ │ fallbacks to 0. │
183 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
184 │gateway-ping-timeout │ uint32 │ 0 │ If greater than zero, delay │
185 │ │ │ │ success of IP addressing │
186 │ │ │ │ until either the timeout is │
187 │ │ │ │ reached, or an IP gateway │
188 │ │ │ │ replies to a ping. │
189 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
190 │id │ string │ │ A human readable unique │
191 │ │ │ │ identifier for the │
192 │ │ │ │ connection, like "Work Wi-Fi" │
193 │ │ │ │ or "T-Mobile 3G". │
194 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
195 │interface-name │ string │ │ The name of the network │
196 │ │ │ │ interface this connection is │
197 │ │ │ │ bound to. If not set, then │
198 │ │ │ │ the connection can be │
199 │ │ │ │ attached to any interface of │
200 │ │ │ │ the appropriate type (subject │
201 │ │ │ │ to restrictions imposed by │
202 │ │ │ │ other settings). For software │
203 │ │ │ │ devices this specifies the │
204 │ │ │ │ name of the created device. │
205 │ │ │ │ For connection types where │
206 │ │ │ │ interface names cannot easily │
207 │ │ │ │ be made persistent (e.g. │
208 │ │ │ │ mobile broadband or USB │
209 │ │ │ │ Ethernet), this property │
210 │ │ │ │ should not be used. Setting │
211 │ │ │ │ this property restricts the │
212 │ │ │ │ interfaces a connection can │
213 │ │ │ │ be used with, and if │
214 │ │ │ │ interface names change or are │
215 │ │ │ │ reordered the connection may │
216 │ │ │ │ be applied to the wrong │
217 │ │ │ │ interface. │
218 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
219 │lldp │ int32 │ -1 │ Whether LLDP is enabled for │
220 │ │ │ │ the connection. │
221 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
222 │llmnr │ int32 │ -1 │ Whether Link-Local Multicast │
223 │ │ │ │ Name Resolution (LLMNR) is │
224 │ │ │ │ enabled for the connection. │
225 │ │ │ │ LLMNR is a protocol based on │
226 │ │ │ │ the Domain Name System (DNS) │
227 │ │ │ │ packet format that allows │
228 │ │ │ │ both IPv4 and IPv6 hosts to │
229 │ │ │ │ perform name resolution for │
230 │ │ │ │ hosts on the same local link. │
231 │ │ │ │ The permitted values are: │
232 │ │ │ │ yes: register hostname and │
233 │ │ │ │ resolving for the connection, │
234 │ │ │ │ no: disable LLMNR for the │
235 │ │ │ │ interface, resolve: do not │
236 │ │ │ │ register hostname but allow │
237 │ │ │ │ resolving of LLMNR host │
238 │ │ │ │ names. This feature requires │
239 │ │ │ │ a plugin which supports │
240 │ │ │ │ LLMNR. One such plugin is │
241 │ │ │ │ dns-systemd-resolved. │
242 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
243 │master │ string │ │ Interface name of the master │
244 │ │ │ │ device or UUID of the master │
245 │ │ │ │ connection. │
246 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
247 │mdns │ int32 │ -1 │ Whether mDNS is enabled for │
248 │ │ │ │ the connection. The permitted │
249 │ │ │ │ values are: yes: register │
250 │ │ │ │ hostname and resolving for │
251 │ │ │ │ the connection, no: disable │
252 │ │ │ │ mDNS for the interface, │
253 │ │ │ │ resolve: do not register │
254 │ │ │ │ hostname but allow resolving │
255 │ │ │ │ of mDNS host names. This │
256 │ │ │ │ feature requires a plugin │
257 │ │ │ │ which supports mDNS. One such │
258 │ │ │ │ plugin is │
259 │ │ │ │ dns-systemd-resolved. │
260 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
261 │metered │ NMMetered (int32) │ │ Whether the connection is │
262 │ │ │ │ metered. When updating this │
263 │ │ │ │ property on a currently │
264 │ │ │ │ activated connection, the │
265 │ │ │ │ change takes effect │
266 │ │ │ │ immediately. │
267 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
268 │multi-connect │ int32 │ 0 │ Specifies whether the profile │
269 │ │ │ │ can be active multiple times │
270 │ │ │ │ at a particular moment. The │
271 │ │ │ │ value is of type │
272 │ │ │ │ NMConnectionMultiConnect. │
273 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
274 │permissions │ array of string │ [] │ An array of strings defining │
275 │ │ │ │ what access a given user has │
276 │ │ │ │ to this connection. If this │
277 │ │ │ │ is NULL or empty, all users │
278 │ │ │ │ are allowed to access this │
279 │ │ │ │ connection; otherwise users │
280 │ │ │ │ are allowed if and only if │
281 │ │ │ │ they are in this list. When │
282 │ │ │ │ this is not empty, the │
283 │ │ │ │ connection can be active only │
284 │ │ │ │ when one of the specified │
285 │ │ │ │ users is logged into an │
286 │ │ │ │ active session. Each entry │
287 │ │ │ │ is of the form │
288 │ │ │ │ "[type]:[id]:[reserved]"; for │
289 │ │ │ │ example, "user:dcbw:blah". At │
290 │ │ │ │ this time only the "user" │
291 │ │ │ │ [type] is allowed. Any other │
292 │ │ │ │ values are ignored and │
293 │ │ │ │ reserved for future use. │
294 │ │ │ │ [id] is the username that │
295 │ │ │ │ this permission refers to, │
296 │ │ │ │ which may not contain the ":" │
297 │ │ │ │ character. Any [reserved] │
298 │ │ │ │ information present must be │
299 │ │ │ │ ignored and is reserved for │
300 │ │ │ │ future use. All of [type], │
301 │ │ │ │ [id], and [reserved] must be │
302 │ │ │ │ valid UTF-8. │
303 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
304 │read-only │ boolean │ FALSE │ FALSE if the connection can │
305 │ │ │ │ be modified using the │
306 │ │ │ │ provided settings service's │
307 │ │ │ │ D-Bus interface with the │
308 │ │ │ │ right privileges, or TRUE if │
309 │ │ │ │ the connection is read-only │
310 │ │ │ │ and cannot be modified. │
311 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
312 │secondaries │ array of string │ [] │ List of connection UUIDs that │
313 │ │ │ │ should be activated when the │
314 │ │ │ │ base connection itself is │
315 │ │ │ │ activated. Currently only VPN │
316 │ │ │ │ connections are supported. │
317 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
318 │slave-type │ string │ │ Setting name of the device │
319 │ │ │ │ type of this slave's master │
320 │ │ │ │ connection (eg, "bond"), or │
321 │ │ │ │ NULL if this connection is │
322 │ │ │ │ not a slave. │
323 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
324 │stable-id │ string │ │ This represents the identity │
325 │ │ │ │ of the connection used for │
326 │ │ │ │ various purposes. It allows │
327 │ │ │ │ to configure multiple │
328 │ │ │ │ profiles to share the │
329 │ │ │ │ identity. Also, the stable-id │
330 │ │ │ │ can contain placeholders that │
331 │ │ │ │ are substituted dynamically │
332 │ │ │ │ and deterministically │
333 │ │ │ │ depending on the context. The │
334 │ │ │ │ stable-id is used for │
335 │ │ │ │ generating IPv6 stable │
336 │ │ │ │ private addresses with │
337 │ │ │ │ ipv6.addr-gen-mode=stable-privacy. │
338 │ │ │ │ It is also used to seed the │
339 │ │ │ │ generated cloned MAC address │
340 │ │ │ │ for │
341 │ │ │ │ ethernet.cloned-mac-address=stable │
342 │ │ │ │ and │
343 │ │ │ │ wifi.cloned-mac-address=stable. │
344 │ │ │ │ It is also used as DHCP │
345 │ │ │ │ client identifier with │
346 │ │ │ │ ipv4.dhcp-client-id=stable │
347 │ │ │ │ and to derive the DHCP DUID │
348 │ │ │ │ with │
349 │ │ │ │ ipv6.dhcp-duid=stable-[llt,ll,uuid]. │
350 │ │ │ │ Note that depending on the │
351 │ │ │ │ context where it is used, │
352 │ │ │ │ other parameters are also │
353 │ │ │ │ seeded into the generation │
354 │ │ │ │ algorithm. For example, a │
355 │ │ │ │ per-host key is commonly also │
356 │ │ │ │ included, so that different │
357 │ │ │ │ systems end up generating │
358 │ │ │ │ different IDs. Or with │
359 │ │ │ │ ipv6.addr-gen-mode=stable-privacy, │
360 │ │ │ │ also the device's name is │
361 │ │ │ │ included, so that different │
362 │ │ │ │ interfaces yield different │
363 │ │ │ │ addresses. The '$' character │
364 │ │ │ │ is treated special to perform │
365 │ │ │ │ dynamic substitutions at │
366 │ │ │ │ runtime. Currently supported │
367 │ │ │ │ are "${CONNECTION}", │
368 │ │ │ │ "${DEVICE}", "${BOOT}", │
369 │ │ │ │ "${RANDOM}". These │
370 │ │ │ │ effectively create unique IDs │
371 │ │ │ │ per-connection, per-device, │
372 │ │ │ │ per-boot, or every time. Note │
373 │ │ │ │ that "${DEVICE}" corresponds │
374 │ │ │ │ the the interface name of the │
375 │ │ │ │ device. Any unrecognized │
376 │ │ │ │ patterns following '$' are │
377 │ │ │ │ treated verbatim, however are │
378 │ │ │ │ reserved for future use. You │
379 │ │ │ │ are thus advised to avoid '$' │
380 │ │ │ │ or escape it as "$$". For │
381 │ │ │ │ example, set it to │
382 │ │ │ │ "${CONNECTION}-${BOOT}-${DEVICE}" │
383 │ │ │ │ to create a unique id for │
384 │ │ │ │ this connection that changes │
385 │ │ │ │ with every reboot and differs │
386 │ │ │ │ depending on the interface │
387 │ │ │ │ where the profile activates. │
388 │ │ │ │ If the value is unset, a │
389 │ │ │ │ global connection default is │
390 │ │ │ │ consulted. If the value is │
391 │ │ │ │ still unset, the default is │
392 │ │ │ │ similar to "${CONNECTION}" │
393 │ │ │ │ and uses a unique, fixed ID │
394 │ │ │ │ for the connection. │
395 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
396 │timestamp │ uint64 │ 0 │ The time, in seconds since the Unix │
397 │ │ │ │ Epoch, that the connection was last │
398 │ │ │ │ _successfully_ fully activated. │
399 │ │ │ │ NetworkManager updates the │
400 │ │ │ │ connection timestamp periodically │
401 │ │ │ │ when the connection is active to │
402 │ │ │ │ ensure that an active connection has │
403 │ │ │ │ the latest timestamp. The property │
404 │ │ │ │ is only meant for reading (changes │
405 │ │ │ │ to this property will not be │
406 │ │ │ │ preserved). │
407 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
408 │type │ string │ │ Base type of the connection. For │
409 │ │ │ │ hardware-dependent connections, │
410 │ │ │ │ should contain the setting name of │
411 │ │ │ │ the hardware-type specific setting │
412 │ │ │ │ (ie, "802-3-ethernet" or │
413 │ │ │ │ "802-11-wireless" or "bluetooth", │
414 │ │ │ │ etc), and for non-hardware dependent │
415 │ │ │ │ connections like VPN or otherwise, │
416 │ │ │ │ should contain the setting name of │
417 │ │ │ │ that setting type (ie, "vpn" or │
418 │ │ │ │ "bridge", etc). │
419 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
420 │uuid │ string │ │ A universally unique identifier for │
421 │ │ │ │ the connection, for example │
422 │ │ │ │ generated with libuuid. It should │
423 │ │ │ │ be assigned when the connection is │
424 │ │ │ │ created, and never changed as long │
425 │ │ │ │ as the connection still applies to │
426 │ │ │ │ the same network. For example, it │
427 │ │ │ │ should not be changed when the "id" │
428 │ │ │ │ property or NMSettingIP4Config │
429 │ │ │ │ changes, but might need to be │
430 │ │ │ │ re-created when the Wi-Fi SSID, │
431 │ │ │ │ mobile broadband network provider, │
432 │ │ │ │ or "type" property changes. The UUID │
433 │ │ │ │ must be in the format │
434 │ │ │ │ "2815492f-7e56-435e-b2e9-246bd7cdc664" │
435 │ │ │ │ (ie, contains only hexadecimal │
436 │ │ │ │ characters and "-"). │
437 ├─────────────────────┼──────────────────────────────────────┼───────────────┼────────────────────────────────────────┤
438 │zone │ string │ │ The trust level of a the connection. │
439 │ │ │ │ Free form case-insensitive string (for │
440 │ │ │ │ example "Home", "Work", "Public"). │
441 │ │ │ │ NULL or unspecified zone means the │
442 │ │ │ │ connection will be placed in the │
443 │ │ │ │ default zone as defined by the │
444 │ │ │ │ firewall. When updating this property │
445 │ │ │ │ on a currently activated connection, │
446 │ │ │ │ the change takes effect immediately. │
447 └─────────────────────┴──────────────────────────────────────┴───────────────┴────────────────────────────────────────┘
448
449 6lowpan setting
450 6LoWPAN Settings.
451
452 ┌─────────┬────────────┬───────────────┬──────────────────┐
453 │Key Name │ Value Type │ Default Value │ Value │
454 │ │ │ │ Description │
455 ├─────────┼────────────┼───────────────┼──────────────────┤
456 │parent │ string │ │ If given, │
457 │ │ │ │ specifies the │
458 │ │ │ │ parent interface │
459 │ │ │ │ name or parent │
460 │ │ │ │ connection UUID │
461 │ │ │ │ from which this │
462 │ │ │ │ 6LowPAN │
463 │ │ │ │ interface should │
464 │ │ │ │ be created. │
465 └─────────┴────────────┴───────────────┴──────────────────┘
466
467 802-1x setting
468 IEEE 802.1x Authentication Settings.
469
470 ┌──────────────────────────────────┬──────────────────────┬───────────────┬────────────────────────────────────────────┐
471 │Key Name │ Value Type │ Default Value │ Value │
472 │ │ │ │ Description │
473 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
474 │altsubject-matches │ array of string │ [] │ List of strings │
475 │ │ │ │ to be matched │
476 │ │ │ │ against the │
477 │ │ │ │ altSubjectName │
478 │ │ │ │ of the │
479 │ │ │ │ certificate │
480 │ │ │ │ presented by the │
481 │ │ │ │ authentication │
482 │ │ │ │ server. If the │
483 │ │ │ │ list is empty, │
484 │ │ │ │ no verification │
485 │ │ │ │ of the server │
486 │ │ │ │ certificate's │
487 │ │ │ │ altSubjectName │
488 │ │ │ │ is performed. │
489 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
490 │anonymous-identity │ string │ │ Anonymous │
491 │ │ │ │ identity string │
492 │ │ │ │ for EAP │
493 │ │ │ │ authentication │
494 │ │ │ │ methods. Used │
495 │ │ │ │ as the │
496 │ │ │ │ unencrypted │
497 │ │ │ │ identity with │
498 │ │ │ │ EAP types that │
499 │ │ │ │ support │
500 │ │ │ │ different │
501 │ │ │ │ tunneled │
502 │ │ │ │ identity like │
503 │ │ │ │ EAP-TTLS. │
504 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
505 │auth-timeout │ int32 │ 0 │ A timeout for │
506 │ │ │ │ the │
507 │ │ │ │ authentication. │
508 │ │ │ │ Zero means the │
509 │ │ │ │ global default; │
510 │ │ │ │ if the global │
511 │ │ │ │ default is not │
512 │ │ │ │ set, the │
513 │ │ │ │ authentication │
514 │ │ │ │ timeout is 25 │
515 │ │ │ │ seconds. │
516 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
517 │ca-cert │ byte array │ │ Contains the CA │
518 │ │ │ │ certificate if │
519 │ │ │ │ used by the EAP │
520 │ │ │ │ method specified │
521 │ │ │ │ in the "eap" │
522 │ │ │ │ property. │
523 │ │ │ │ Certificate data │
524 │ │ │ │ is specified │
525 │ │ │ │ using a │
526 │ │ │ │ "scheme"; two │
527 │ │ │ │ are currently │
528 │ │ │ │ supported: blob │
529 │ │ │ │ and path. When │
530 │ │ │ │ using the blob │
531 │ │ │ │ scheme (which is │
532 │ │ │ │ backwards │
533 │ │ │ │ compatible with │
534 │ │ │ │ NM 0.7.x) this │
535 │ │ │ │ property should │
536 │ │ │ │ be set to the │
537 │ │ │ │ certificate's │
538 │ │ │ │ DER encoded │
539 │ │ │ │ data. When using │
540 │ │ │ │ the path scheme, │
541 │ │ │ │ this property │
542 │ │ │ │ should be set to │
543 │ │ │ │ the full UTF-8 │
544 │ │ │ │ encoded path of │
545 │ │ │ │ the certificate, │
546 │ │ │ │ prefixed with │
547 │ │ │ │ the string │
548 │ │ │ │ "file://" and │
549 │ │ │ │ ending with a │
550 │ │ │ │ terminating NUL │
551 │ │ │ │ byte. This │
552 │ │ │ │ property can be │
553 │ │ │ │ unset even if │
554 │ │ │ │ the EAP method │
555 │ │ │ │ supports CA │
556 │ │ │ │ certificates, │
557 │ │ │ │ but this allows │
558 │ │ │ │ man-in-the-middle │
559 │ │ │ │ attacks and is │
560 │ │ │ │ NOT recommended. │
561 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
562 │ca-cert-password │ string │ │ The password used │
563 │ │ │ │ to access the CA │
564 │ │ │ │ certificate │
565 │ │ │ │ stored in │
566 │ │ │ │ "ca-cert" │
567 │ │ │ │ property. Only │
568 │ │ │ │ makes sense if │
569 │ │ │ │ the certificate │
570 │ │ │ │ is stored on a │
571 │ │ │ │ PKCS#11 token │
572 │ │ │ │ that requires a │
573 │ │ │ │ login. │
574 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
575 │ca-cert-password-flags │ NMSettingSecretFlags │ │ Flags indicating │
576 │ │ (uint32) │ │ how to handle the │
577 │ │ │ │ "ca-cert-password" │
578 │ │ │ │ property. (see │
579 │ │ │ │ the section │
580 │ │ │ │ called “Secret │
581 │ │ │ │ flag types:” for │
582 │ │ │ │ flag values) │
583 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
584 │ca-path │ string │ │ UTF-8 encoded path │
585 │ │ │ │ to a directory │
586 │ │ │ │ containing PEM or │
587 │ │ │ │ DER formatted │
588 │ │ │ │ certificates to be │
589 │ │ │ │ added to the │
590 │ │ │ │ verification chain │
591 │ │ │ │ in addition to the │
592 │ │ │ │ certificate │
593 │ │ │ │ specified in the │
594 │ │ │ │ "ca-cert" │
595 │ │ │ │ property. │
596 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
597 │client-cert │ byte array │ │ Contains the │
598 │ │ │ │ client certificate │
599 │ │ │ │ if used by the EAP │
600 │ │ │ │ method specified │
601 │ │ │ │ in the "eap" │
602 │ │ │ │ property. │
603 │ │ │ │ Certificate data │
604 │ │ │ │ is specified using │
605 │ │ │ │ a "scheme"; two │
606 │ │ │ │ are currently │
607 │ │ │ │ supported: blob │
608 │ │ │ │ and path. When │
609 │ │ │ │ using the blob │
610 │ │ │ │ scheme (which is │
611 │ │ │ │ backwards │
612 │ │ │ │ compatible with NM │
613 │ │ │ │ 0.7.x) this │
614 │ │ │ │ property should be │
615 │ │ │ │ set to the │
616 │ │ │ │ certificate's DER │
617 │ │ │ │ encoded data. When │
618 │ │ │ │ using the path │
619 │ │ │ │ scheme, this │
620 │ │ │ │ property should be │
621 │ │ │ │ set to the full │
622 │ │ │ │ UTF-8 encoded path │
623 │ │ │ │ of the │
624 │ │ │ │ certificate, │
625 │ │ │ │ prefixed with the │
626 │ │ │ │ string "file://" │
627 │ │ │ │ and ending with a │
628 │ │ │ │ terminating NUL │
629 │ │ │ │ byte. │
630 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
631 │client-cert-password │ string │ │ The password used │
632 │ │ │ │ to access the │
633 │ │ │ │ client certificate │
634 │ │ │ │ stored in │
635 │ │ │ │ "client-cert" │
636 │ │ │ │ property. Only │
637 │ │ │ │ makes sense if the │
638 │ │ │ │ certificate is │
639 │ │ │ │ stored on a │
640 │ │ │ │ PKCS#11 token that │
641 │ │ │ │ requires a login. │
642 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
643 │client-cert-password-flags │ NMSettingSecretFlags │ │ Flags indicating │
644 │ │ (uint32) │ │ how to handle the │
645 │ │ │ │ "client-cert-password" │
646 │ │ │ │ property. (see the │
647 │ │ │ │ section called │
648 │ │ │ │ “Secret flag │
649 │ │ │ │ types:” for flag │
650 │ │ │ │ values) │
651 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
652 │domain-suffix-match │ string │ │ Constraint for server │
653 │ │ │ │ domain name. If set, │
654 │ │ │ │ this FQDN is used as a │
655 │ │ │ │ suffix match │
656 │ │ │ │ requirement for │
657 │ │ │ │ dNSName element(s) of │
658 │ │ │ │ the certificate │
659 │ │ │ │ presented by the │
660 │ │ │ │ authentication server. │
661 │ │ │ │ If a matching dNSName │
662 │ │ │ │ is found, this │
663 │ │ │ │ constraint is met. If │
664 │ │ │ │ no dNSName values are │
665 │ │ │ │ present, this │
666 │ │ │ │ constraint is matched │
667 │ │ │ │ against SubjectName CN │
668 │ │ │ │ using same suffix │
669 │ │ │ │ match comparison. │
670 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
671 │eap │ array of string │ [] │ The allowed EAP method │
672 │ │ │ │ to be used when │
673 │ │ │ │ authenticating to the │
674 │ │ │ │ network with 802.1x. │
675 │ │ │ │ Valid methods are: │
676 │ │ │ │ "leap", "md5", "tls", │
677 │ │ │ │ "peap", "ttls", "pwd", │
678 │ │ │ │ and "fast". Each │
679 │ │ │ │ method requires │
680 │ │ │ │ different │
681 │ │ │ │ configuration using │
682 │ │ │ │ the properties of this │
683 │ │ │ │ setting; refer to │
684 │ │ │ │ wpa_supplicant │
685 │ │ │ │ documentation for the │
686 │ │ │ │ allowed combinations. │
687 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
688 │identity │ string │ │ Identity string for │
689 │ │ │ │ EAP authentication │
690 │ │ │ │ methods. Often the │
691 │ │ │ │ user's user or login │
692 │ │ │ │ name. │
693 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
694 │pac-file │ string │ │ UTF-8 encoded file │
695 │ │ │ │ path containing PAC │
696 │ │ │ │ for EAP-FAST. │
697 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
698 │password │ string │ │ UTF-8 encoded password │
699 │ │ │ │ used for EAP │
700 │ │ │ │ authentication │
701 │ │ │ │ methods. If both the │
702 │ │ │ │ "password" property │
703 │ │ │ │ and the "password-raw" │
704 │ │ │ │ property are │
705 │ │ │ │ specified, "password" │
706 │ │ │ │ is preferred. │
707 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
708 │password-flags │ NMSettingSecretFlags │ │ Flags indicating how │
709 │ │ (uint32) │ │ to handle the │
710 │ │ │ │ "password" property. │
711 │ │ │ │ (see the section │
712 │ │ │ │ called “Secret flag │
713 │ │ │ │ types:” for flag │
714 │ │ │ │ values) │
715 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
716 │password-raw │ byte array │ │ Password used for EAP │
717 │ │ │ │ authentication │
718 │ │ │ │ methods, given as a │
719 │ │ │ │ byte array to allow │
720 │ │ │ │ passwords in other │
721 │ │ │ │ encodings than UTF-8 │
722 │ │ │ │ to be used. If both │
723 │ │ │ │ the "password" │
724 │ │ │ │ property and the │
725 │ │ │ │ "password-raw" │
726 │ │ │ │ property are │
727 │ │ │ │ specified, "password" │
728 │ │ │ │ is preferred. │
729 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
730 │password-raw-flags │ NMSettingSecretFlags │ │ Flags indicating how │
731 │ │ (uint32) │ │ to handle the │
732 │ │ │ │ "password-raw" │
733 │ │ │ │ property. (see the │
734 │ │ │ │ section called “Secret │
735 │ │ │ │ flag types:” for flag │
736 │ │ │ │ values) │
737 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
738 │phase1-auth-flags │ uint32 │ 0 │ Specifies │
739 │ │ │ │ authentication flags │
740 │ │ │ │ to use in "phase 1" │
741 │ │ │ │ outer authentication │
742 │ │ │ │ using │
743 │ │ │ │ NMSetting8021xAuthFlags │
744 │ │ │ │ options. The │
745 │ │ │ │ individual TLS │
746 │ │ │ │ versions can be │
747 │ │ │ │ explicitly disabled. │
748 │ │ │ │ If a certain TLS │
749 │ │ │ │ disable flag is not │
750 │ │ │ │ set, it is up to the │
751 │ │ │ │ supplicant to allow or │
752 │ │ │ │ forbid it. The TLS │
753 │ │ │ │ options map to │
754 │ │ │ │ tls_disable_tlsv1_x │
755 │ │ │ │ settings. See the │
756 │ │ │ │ wpa_supplicant │
757 │ │ │ │ documentation for more │
758 │ │ │ │ details. │
759 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
760 │phase1-fast-provisioning │ string │ │ Enables or disables │
761 │ │ │ │ in-line provisioning of │
762 │ │ │ │ EAP-FAST credentials │
763 │ │ │ │ when FAST is specified │
764 │ │ │ │ as the EAP method in │
765 │ │ │ │ the "eap" property. │
766 │ │ │ │ Recognized values are │
767 │ │ │ │ "0" (disabled), "1" │
768 │ │ │ │ (allow unauthenticated │
769 │ │ │ │ provisioning), "2" │
770 │ │ │ │ (allow authenticated │
771 │ │ │ │ provisioning), and "3" │
772 │ │ │ │ (allow both │
773 │ │ │ │ authenticated and │
774 │ │ │ │ unauthenticated │
775 │ │ │ │ provisioning). See the │
776 │ │ │ │ wpa_supplicant │
777 │ │ │ │ documentation for more │
778 │ │ │ │ details. │
779 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
780 │phase1-peaplabel │ string │ │ Forces use of the new │
781 │ │ │ │ PEAP label during key │
782 │ │ │ │ derivation. Some │
783 │ │ │ │ RADIUS servers may │
784 │ │ │ │ require forcing the new │
785 │ │ │ │ PEAP label to │
786 │ │ │ │ interoperate with │
787 │ │ │ │ PEAPv1. Set to "1" to │
788 │ │ │ │ force use of the new │
789 │ │ │ │ PEAP label. See the │
790 │ │ │ │ wpa_supplicant │
791 │ │ │ │ documentation for more │
792 │ │ │ │ details. │
793 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
794 │phase1-peapver │ string │ │ Forces which PEAP │
795 │ │ │ │ version is used when │
796 │ │ │ │ PEAP is set as the EAP │
797 │ │ │ │ method in the "eap" │
798 │ │ │ │ property. When unset, │
799 │ │ │ │ the version reported by │
800 │ │ │ │ the server will be │
801 │ │ │ │ used. Sometimes when │
802 │ │ │ │ using older RADIUS │
803 │ │ │ │ servers, it is │
804 │ │ │ │ necessary to force the │
805 │ │ │ │ client to use a │
806 │ │ │ │ particular PEAP │
807 │ │ │ │ version. To do so, │
808 │ │ │ │ this property may be │
809 │ │ │ │ set to "0" or "1" to │
810 │ │ │ │ force that specific │
811 │ │ │ │ PEAP version. │
812 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
813 │phase2-altsubject-matches │ array of string │ [] │ List of strings to be │
814 │ │ │ │ matched against the │
815 │ │ │ │ altSubjectName of the │
816 │ │ │ │ certificate presented │
817 │ │ │ │ by the authentication │
818 │ │ │ │ server during the inner │
819 │ │ │ │ "phase 2" │
820 │ │ │ │ authentication. If the │
821 │ │ │ │ list is empty, no │
822 │ │ │ │ verification of the │
823 │ │ │ │ server certificate's │
824 │ │ │ │ altSubjectName is │
825 │ │ │ │ performed. │
826 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
827 │phase2-auth │ string │ │ Specifies the allowed │
828 │ │ │ │ "phase 2" inner non-EAP │
829 │ │ │ │ authentication methods │
830 │ │ │ │ when an EAP method that │
831 │ │ │ │ uses an inner TLS │
832 │ │ │ │ tunnel is specified in │
833 │ │ │ │ the "eap" property. │
834 │ │ │ │ Recognized non-EAP │
835 │ │ │ │ "phase 2" methods are │
836 │ │ │ │ "pap", "chap", │
837 │ │ │ │ "mschap", "mschapv2", │
838 │ │ │ │ "gtc", "otp", "md5", │
839 │ │ │ │ and "tls". Each "phase │
840 │ │ │ │ 2" inner method │
841 │ │ │ │ requires specific │
842 │ │ │ │ parameters for │
843 │ │ │ │ successful │
844 │ │ │ │ authentication; see the │
845 │ │ │ │ wpa_supplicant │
846 │ │ │ │ documentation for more │
847 │ │ │ │ details. │
848 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
849 │phase2-autheap │ string │ │ Specifies the allowed │
850 │ │ │ │ "phase 2" inner │
851 │ │ │ │ EAP-based │
852 │ │ │ │ authentication methods │
853 │ │ │ │ when an EAP method that │
854 │ │ │ │ uses an inner TLS │
855 │ │ │ │ tunnel is specified in │
856 │ │ │ │ the "eap" property. │
857 │ │ │ │ Recognized EAP-based │
858 │ │ │ │ "phase 2" methods are │
859 │ │ │ │ "md5", "mschapv2", │
860 │ │ │ │ "otp", "gtc", and │
861 │ │ │ │ "tls". Each "phase 2" │
862 │ │ │ │ inner method requires │
863 │ │ │ │ specific parameters for │
864 │ │ │ │ successful │
865 │ │ │ │ authentication; see the │
866 │ │ │ │ wpa_supplicant │
867 │ │ │ │ documentation for more │
868 │ │ │ │ details. │
869 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
870 │phase2-ca-cert │ byte array │ │ Contains the "phase 2" │
871 │ │ │ │ CA certificate if used │
872 │ │ │ │ by the EAP method │
873 │ │ │ │ specified in the │
874 │ │ │ │ "phase2-auth" or │
875 │ │ │ │ "phase2-autheap" │
876 │ │ │ │ properties. Certificate │
877 │ │ │ │ data is specified using │
878 │ │ │ │ a "scheme"; two are │
879 │ │ │ │ currently supported: │
880 │ │ │ │ blob and path. When │
881 │ │ │ │ using the blob scheme │
882 │ │ │ │ (which is backwards │
883 │ │ │ │ compatible with NM │
884 │ │ │ │ 0.7.x) this property │
885 │ │ │ │ should be set to the │
886 │ │ │ │ certificate's DER │
887 │ │ │ │ encoded data. When │
888 │ │ │ │ using the path scheme, │
889 │ │ │ │ this property should be │
890 │ │ │ │ set to the full UTF-8 │
891 │ │ │ │ encoded path of the │
892 │ │ │ │ certificate, prefixed │
893 │ │ │ │ with the string │
894 │ │ │ │ "file://" and ending │
895 │ │ │ │ with a terminating NUL │
896 │ │ │ │ byte. This property can │
897 │ │ │ │ be unset even if the │
898 │ │ │ │ EAP method supports CA │
899 │ │ │ │ certificates, but this │
900 │ │ │ │ allows │
901 │ │ │ │ man-in-the-middle │
902 │ │ │ │ attacks and is NOT │
903 │ │ │ │ recommended. │
904 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
905 │phase2-ca-cert-password │ string │ │ The password used to │
906 │ │ │ │ access the "phase2" CA │
907 │ │ │ │ certificate stored in │
908 │ │ │ │ "phase2-ca-cert" │
909 │ │ │ │ property. Only makes │
910 │ │ │ │ sense if the │
911 │ │ │ │ certificate is stored │
912 │ │ │ │ on a PKCS#11 token that │
913 │ │ │ │ requires a login. │
914 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
915 │phase2-ca-cert-password-flags │ NMSettingSecretFlags │ │ Flags indicating how to │
916 │ │ (uint32) │ │ handle the │
917 │ │ │ │ "phase2-ca-cert-password" │
918 │ │ │ │ property. (see the │
919 │ │ │ │ section called “Secret │
920 │ │ │ │ flag types:” for flag │
921 │ │ │ │ values) │
922 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
923 │phase2-ca-path │ string │ │ UTF-8 encoded path to a │
924 │ │ │ │ directory containing PEM │
925 │ │ │ │ or DER formatted │
926 │ │ │ │ certificates to be added │
927 │ │ │ │ to the verification chain │
928 │ │ │ │ in addition to the │
929 │ │ │ │ certificate specified in │
930 │ │ │ │ the "phase2-ca-cert" │
931 │ │ │ │ property. │
932 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
933 │phase2-client-cert │ byte array │ │ Contains the "phase 2" │
934 │ │ │ │ client certificate if │
935 │ │ │ │ used by the EAP method │
936 │ │ │ │ specified in the │
937 │ │ │ │ "phase2-auth" or │
938 │ │ │ │ "phase2-autheap" │
939 │ │ │ │ properties. Certificate │
940 │ │ │ │ data is specified using a │
941 │ │ │ │ "scheme"; two are │
942 │ │ │ │ currently supported: blob │
943 │ │ │ │ and path. When using the │
944 │ │ │ │ blob scheme (which is │
945 │ │ │ │ backwards compatible with │
946 │ │ │ │ NM 0.7.x) this property │
947 │ │ │ │ should be set to the │
948 │ │ │ │ certificate's DER encoded │
949 │ │ │ │ data. When using the path │
950 │ │ │ │ scheme, this property │
951 │ │ │ │ should be set to the full │
952 │ │ │ │ UTF-8 encoded path of the │
953 │ │ │ │ certificate, prefixed │
954 │ │ │ │ with the string "file://" │
955 │ │ │ │ and ending with a │
956 │ │ │ │ terminating NUL byte. │
957 │ │ │ │ This property can be │
958 │ │ │ │ unset even if the EAP │
959 │ │ │ │ method supports CA │
960 │ │ │ │ certificates, but this │
961 │ │ │ │ allows man-in-the-middle │
962 │ │ │ │ attacks and is NOT │
963 │ │ │ │ recommended. │
964 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
965 │phase2-client-cert-password │ string │ │ The password used to │
966 │ │ │ │ access the "phase2" │
967 │ │ │ │ client certificate stored │
968 │ │ │ │ in "phase2-client-cert" │
969 │ │ │ │ property. Only makes │
970 │ │ │ │ sense if the certificate │
971 │ │ │ │ is stored on a PKCS#11 │
972 │ │ │ │ token that requires a │
973 │ │ │ │ login. │
974 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
975 │phase2-client-cert-password-flags │ NMSettingSecretFlags │ │ Flags indicating how to │
976 │ │ (uint32) │ │ handle the │
977 │ │ │ │ "phase2-client-cert-password" │
978 │ │ │ │ property. (see the │
979 │ │ │ │ section called “Secret │
980 │ │ │ │ flag types:” for flag │
981 │ │ │ │ values) │
982 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
983 │phase2-domain-suffix-match │ string │ │ Constraint for server domain │
984 │ │ │ │ name. If set, this FQDN is │
985 │ │ │ │ used as a suffix match │
986 │ │ │ │ requirement for dNSName │
987 │ │ │ │ element(s) of the certificate │
988 │ │ │ │ presented by the │
989 │ │ │ │ authentication server during │
990 │ │ │ │ the inner "phase 2" │
991 │ │ │ │ authentication. If a │
992 │ │ │ │ matching dNSName is found, │
993 │ │ │ │ this constraint is met. If │
994 │ │ │ │ no dNSName values are │
995 │ │ │ │ present, this constraint is │
996 │ │ │ │ matched against SubjectName │
997 │ │ │ │ CN using same suffix match │
998 │ │ │ │ comparison. │
999 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1000 │phase2-private-key │ byte array │ │ Contains the "phase 2" inner │
1001 │ │ │ │ private key when the │
1002 │ │ │ │ "phase2-auth" or │
1003 │ │ │ │ "phase2-autheap" property is │
1004 │ │ │ │ set to "tls". Key data is │
1005 │ │ │ │ specified using a "scheme"; │
1006 │ │ │ │ two are currently supported: │
1007 │ │ │ │ blob and path. When using the │
1008 │ │ │ │ blob scheme and private keys, │
1009 │ │ │ │ this property should be set │
1010 │ │ │ │ to the key's encrypted PEM │
1011 │ │ │ │ encoded data. When using │
1012 │ │ │ │ private keys with the path │
1013 │ │ │ │ scheme, this property should │
1014 │ │ │ │ be set to the full UTF-8 │
1015 │ │ │ │ encoded path of the key, │
1016 │ │ │ │ prefixed with the string │
1017 │ │ │ │ "file://" and ending with a │
1018 │ │ │ │ terminating NUL byte. When │
1019 │ │ │ │ using PKCS#12 format private │
1020 │ │ │ │ keys and the blob scheme, │
1021 │ │ │ │ this property should be set │
1022 │ │ │ │ to the PKCS#12 data and the │
1023 │ │ │ │ "phase2-private-key-password" │
1024 │ │ │ │ property must be set to │
1025 │ │ │ │ password used to decrypt the │
1026 │ │ │ │ PKCS#12 certificate and key. │
1027 │ │ │ │ When using PKCS#12 files and │
1028 │ │ │ │ the path scheme, this │
1029 │ │ │ │ property should be set to the │
1030 │ │ │ │ full UTF-8 encoded path of │
1031 │ │ │ │ the key, prefixed with the │
1032 │ │ │ │ string "file://" and ending │
1033 │ │ │ │ with a terminating NUL byte, │
1034 │ │ │ │ and as with the blob scheme │
1035 │ │ │ │ the │
1036 │ │ │ │ "phase2-private-key-password" │
1037 │ │ │ │ property must be set to the │
1038 │ │ │ │ password used to decode the │
1039 │ │ │ │ PKCS#12 private key and │
1040 │ │ │ │ certificate. │
1041 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1042 │phase2-private-key-password │ string │ │ The password used to decrypt │
1043 │ │ │ │ the "phase 2" private key │
1044 │ │ │ │ specified in the │
1045 │ │ │ │ "phase2-private-key" property │
1046 │ │ │ │ when the private key either │
1047 │ │ │ │ uses the path scheme, or is a │
1048 │ │ │ │ PKCS#12 format key. │
1049 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1050 │phase2-private-key-password-flags │ NMSettingSecretFlags │ │ Flags indicating how to │
1051 │ │ (uint32) │ │ handle the │
1052 │ │ │ │ "phase2-private-key-password" │
1053 │ │ │ │ property. (see the section │
1054 │ │ │ │ called “Secret flag types:” │
1055 │ │ │ │ for flag values) │
1056 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1057 │phase2-subject-match │ string │ │ Substring to be matched │
1058 │ │ │ │ against the subject of the │
1059 │ │ │ │ certificate presented by the │
1060 │ │ │ │ authentication server during │
1061 │ │ │ │ the inner "phase 2" │
1062 │ │ │ │ authentication. When unset, │
1063 │ │ │ │ no verification of the │
1064 │ │ │ │ authentication server │
1065 │ │ │ │ certificate's subject is │
1066 │ │ │ │ performed. This property │
1067 │ │ │ │ provides little security, if │
1068 │ │ │ │ any, and its use is │
1069 │ │ │ │ deprecated in favor of │
1070 │ │ │ │ NMSetting8021x:phase2-domain-suffix-match. │
1071 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1072 │pin │ string │ │ PIN used for EAP authentication methods. │
1073 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1074 │pin-flags │ NMSettingSecretFlags │ │ Flags indicating how to handle the "pin" │
1075 │ │ (uint32) │ │ property. (see the section called “Secret │
1076 │ │ │ │ flag types:” for flag values) │
1077 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1078 │private-key │ byte array │ │ Contains the private key when the "eap" │
1079 │ │ │ │ property is set to "tls". Key data is │
1080 │ │ │ │ specified using a "scheme"; two are │
1081 │ │ │ │ currently supported: blob and path. When │
1082 │ │ │ │ using the blob scheme and private keys, │
1083 │ │ │ │ this property should be set to the key's │
1084 │ │ │ │ encrypted PEM encoded data. When using │
1085 │ │ │ │ private keys with the path scheme, this │
1086 │ │ │ │ property should be set to the full UTF-8 │
1087 │ │ │ │ encoded path of the key, prefixed with the │
1088 │ │ │ │ string "file://" and ending with a │
1089 │ │ │ │ terminating NUL byte. When using PKCS#12 │
1090 │ │ │ │ format private keys and the blob scheme, │
1091 │ │ │ │ this property should be set to the PKCS#12 │
1092 │ │ │ │ data and the "private-key-password" │
1093 │ │ │ │ property must be set to password used to │
1094 │ │ │ │ decrypt the PKCS#12 certificate and key. │
1095 │ │ │ │ When using PKCS#12 files and the path │
1096 │ │ │ │ scheme, this property should be set to the │
1097 │ │ │ │ full UTF-8 encoded path of the key, │
1098 │ │ │ │ prefixed with the string "file://" and │
1099 │ │ │ │ ending with a terminating NUL byte, and as │
1100 │ │ │ │ with the blob scheme the │
1101 │ │ │ │ "private-key-password" property must be │
1102 │ │ │ │ set to the password used to decode the │
1103 │ │ │ │ PKCS#12 private key and certificate. │
1104 │ │ │ │ WARNING: "private-key" is not a "secret" │
1105 │ │ │ │ property, and thus unencrypted private key │
1106 │ │ │ │ data using the BLOB scheme may be readable │
1107 │ │ │ │ by unprivileged users. Private keys │
1108 │ │ │ │ should always be encrypted with a private │
1109 │ │ │ │ key password to prevent unauthorized │
1110 │ │ │ │ access to unencrypted private key data. │
1111 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1112 │private-key-password │ string │ │ The password used to decrypt the private │
1113 │ │ │ │ key specified in the "private-key" │
1114 │ │ │ │ property when the private key either uses │
1115 │ │ │ │ the path scheme, or if the private key is │
1116 │ │ │ │ a PKCS#12 format key. │
1117 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1118 │private-key-password-flags │ NMSettingSecretFlags │ │ Flags indicating how to handle the │
1119 │ │ (uint32) │ │ "private-key-password" property. (see the │
1120 │ │ │ │ section called “Secret flag types:” for │
1121 │ │ │ │ flag values) │
1122 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1123 │subject-match │ string │ │ Substring to be matched against the │
1124 │ │ │ │ subject of the certificate presented by │
1125 │ │ │ │ the authentication server. When unset, no │
1126 │ │ │ │ verification of the authentication server │
1127 │ │ │ │ certificate's subject is performed. This │
1128 │ │ │ │ property provides little security, if any, │
1129 │ │ │ │ and its use is deprecated in favor of │
1130 │ │ │ │ NMSetting8021x:domain-suffix-match. │
1131 ├──────────────────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
1132 │system-ca-certs │ boolean │ FALSE │ When TRUE, overrides the "ca-path" and │
1133 │ │ │ │ "phase2-ca-path" properties using the │
1134 │ │ │ │ system CA directory specified at configure │
1135 │ │ │ │ time with the --system-ca-path switch. │
1136 │ │ │ │ The certificates in this directory are │
1137 │ │ │ │ added to the verification chain in │
1138 │ │ │ │ addition to any certificates specified by │
1139 │ │ │ │ the "ca-cert" and "phase2-ca-cert" │
1140 │ │ │ │ properties. If the path provided with │
1141 │ │ │ │ --system-ca-path is rather a file name │
1142 │ │ │ │ (bundle of trusted CA certificates), it │
1143 │ │ │ │ overrides "ca-cert" and "phase2-ca-cert" │
1144 │ │ │ │ properties instead (sets ca_cert/ca_cert2 │
1145 │ │ │ │ options for wpa_supplicant). │
1146 └──────────────────────────────────┴──────────────────────┴───────────────┴────────────────────────────────────────────┘
1147
1148 adsl setting
1149 ADSL Settings.
1150
1151 ┌───────────────┬──────────────────────┬───────────────┬──────────────────┐
1152 │Key Name │ Value Type │ Default Value │ Value │
1153 │ │ │ │ Description │
1154 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1155 │encapsulation │ string │ │ Encapsulation of │
1156 │ │ │ │ ADSL connection. │
1157 │ │ │ │ Can be "vcmux" │
1158 │ │ │ │ or "llc". │
1159 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1160 │password │ string │ │ Password used to │
1161 │ │ │ │ authenticate │
1162 │ │ │ │ with the ADSL │
1163 │ │ │ │ service. │
1164 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1165 │password-flags │ NMSettingSecretFlags │ │ Flags indicating │
1166 │ │ (uint32) │ │ how to handle │
1167 │ │ │ │ the "password" │
1168 │ │ │ │ property. (see │
1169 │ │ │ │ the section │
1170 │ │ │ │ called “Secret │
1171 │ │ │ │ flag types:” for │
1172 │ │ │ │ flag values) │
1173 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1174 │protocol │ string │ │ ADSL connection │
1175 │ │ │ │ protocol. Can │
1176 │ │ │ │ be "pppoa", │
1177 │ │ │ │ "pppoe" or │
1178 │ │ │ │ "ipoatm". │
1179 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1180 │username │ string │ │ Username used to │
1181 │ │ │ │ authenticate │
1182 │ │ │ │ with the ADSL │
1183 │ │ │ │ service. │
1184 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1185 │vci │ uint32 │ 0 │ VCI of ADSL │
1186 │ │ │ │ connection │
1187 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1188 │vpi │ uint32 │ 0 │ VPI of ADSL │
1189 │ │ │ │ connection │
1190 └───────────────┴──────────────────────┴───────────────┴──────────────────┘
1191
1192 bluetooth setting
1193 Bluetooth Settings.
1194
1195 ┌─────────┬────────────┬───────────────┬──────────────────┐
1196 │Key Name │ Value Type │ Default Value │ Value │
1197 │ │ │ │ Description │
1198 ├─────────┼────────────┼───────────────┼──────────────────┤
1199 │bdaddr │ byte array │ │ The Bluetooth │
1200 │ │ │ │ address of the │
1201 │ │ │ │ device. │
1202 ├─────────┼────────────┼───────────────┼──────────────────┤
1203 │type │ string │ │ Either "dun" for │
1204 │ │ │ │ Dial-Up │
1205 │ │ │ │ Networking │
1206 │ │ │ │ connections or │
1207 │ │ │ │ "panu" for │
1208 │ │ │ │ Personal Area │
1209 │ │ │ │ Networking │
1210 │ │ │ │ connections to │
1211 │ │ │ │ devices │
1212 │ │ │ │ supporting the │
1213 │ │ │ │ NAP profile. │
1214 └─────────┴────────────┴───────────────┴──────────────────┘
1215
1216 bond setting
1217 Bonding Settings.
1218
1219 ┌───────────────┬────────────────┬───────────────┬────────────────────────────┐
1220 │Key Name │ Value Type │ Default Value │ Value │
1221 │ │ │ │ Description │
1222 ├───────────────┼────────────────┼───────────────┼────────────────────────────┤
1223 │interface-name │ string │ │ Deprecated in │
1224 │ │ │ │ favor of │
1225 │ │ │ │ connection.interface-name, │
1226 │ │ │ │ but can be used │
1227 │ │ │ │ for │
1228 │ │ │ │ backward-compatibility │
1229 │ │ │ │ with older │
1230 │ │ │ │ daemons, to set │
1231 │ │ │ │ the bond's │
1232 │ │ │ │ interface name. │
1233 ├───────────────┼────────────────┼───────────────┼────────────────────────────┤
1234 │options │ dict of string │ {'mode': │ Dictionary of key/value │
1235 │ │ to string │ 'balance-rr'} │ pairs of bonding options. │
1236 │ │ │ │ Both keys and values must │
1237 │ │ │ │ be strings. Option names │
1238 │ │ │ │ must contain only │
1239 │ │ │ │ alphanumeric characters │
1240 │ │ │ │ (ie, [a-zA-Z0-9]). │
1241 └───────────────┴────────────────┴───────────────┴────────────────────────────┘
1242
1243 bridge setting
1244 Bridging Settings.
1245
1246 ┌───────────────────┬────────────┬───────────────┬───────────────────────────────┐
1247 │Key Name │ Value Type │ Default Value │ Value │
1248 │ │ │ │ Description │
1249 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1250 │ageing-time │ uint32 │ 300 │ The Ethernet MAC │
1251 │ │ │ │ address aging │
1252 │ │ │ │ time, in │
1253 │ │ │ │ seconds. │
1254 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1255 │forward-delay │ uint32 │ 15 │ The Spanning │
1256 │ │ │ │ Tree Protocol │
1257 │ │ │ │ (STP) forwarding │
1258 │ │ │ │ delay, in │
1259 │ │ │ │ seconds. │
1260 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1261 │group-forward-mask │ uint32 │ 0 │ A mask of group │
1262 │ │ │ │ addresses to │
1263 │ │ │ │ forward. │
1264 │ │ │ │ Usually, group │
1265 │ │ │ │ addresses in the │
1266 │ │ │ │ range from │
1267 │ │ │ │ 01:80:C2:00:00:00 │
1268 │ │ │ │ to │
1269 │ │ │ │ 01:80:C2:00:00:0F │
1270 │ │ │ │ are not │
1271 │ │ │ │ forwarded │
1272 │ │ │ │ according to │
1273 │ │ │ │ standards. This │
1274 │ │ │ │ property is a │
1275 │ │ │ │ mask of 16 bits, │
1276 │ │ │ │ each │
1277 │ │ │ │ corresponding to │
1278 │ │ │ │ a group address │
1279 │ │ │ │ in that range │
1280 │ │ │ │ that must be │
1281 │ │ │ │ forwarded. The │
1282 │ │ │ │ mask can't have │
1283 │ │ │ │ bits 0, 1 or 2 │
1284 │ │ │ │ set because they │
1285 │ │ │ │ are used for │
1286 │ │ │ │ STP, MAC pause │
1287 │ │ │ │ frames and LACP. │
1288 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1289 │hello-time │ uint32 │ 2 │ The Spanning Tree │
1290 │ │ │ │ Protocol (STP) │
1291 │ │ │ │ hello time, in │
1292 │ │ │ │ seconds. │
1293 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1294 │interface-name │ string │ │ Deprecated in │
1295 │ │ │ │ favor of │
1296 │ │ │ │ connection.interface-name, │
1297 │ │ │ │ but can be used │
1298 │ │ │ │ for │
1299 │ │ │ │ backward-compatibility │
1300 │ │ │ │ with older │
1301 │ │ │ │ daemons, to set │
1302 │ │ │ │ the bridge's │
1303 │ │ │ │ interface name. │
1304 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1305 │mac-address │ byte array │ │ If specified, the MAC │
1306 │ │ │ │ address of bridge. When │
1307 │ │ │ │ creating a new bridge, │
1308 │ │ │ │ this MAC address will be │
1309 │ │ │ │ set. If this field is left │
1310 │ │ │ │ unspecified, the │
1311 │ │ │ │ "ethernet.cloned-mac-address" │
1312 │ │ │ │ is referred instead to │
1313 │ │ │ │ generate the initial MAC │
1314 │ │ │ │ address. Note that setting │
1315 │ │ │ │ "ethernet.cloned-mac-address" │
1316 │ │ │ │ anyway overwrites the MAC │
1317 │ │ │ │ address of the bridge │
1318 │ │ │ │ later while activating the │
1319 │ │ │ │ bridge. Hence, this │
1320 │ │ │ │ property is deprecated. │
1321 │ │ │ │ Deprecated: 1 │
1322 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1323 │max-age │ uint32 │ 20 │ The Spanning Tree Protocol │
1324 │ │ │ │ (STP) maximum message age, in │
1325 │ │ │ │ seconds. │
1326 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1327 │multicast-snooping │ boolean │ TRUE │ Controls whether IGMP │
1328 │ │ │ │ snooping is enabled for this │
1329 │ │ │ │ bridge. Note that if snooping │
1330 │ │ │ │ was automatically disabled │
1331 │ │ │ │ due to hash collisions, the │
1332 │ │ │ │ system may refuse to enable │
1333 │ │ │ │ the feature until the │
1334 │ │ │ │ collisions are resolved. │
1335 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1336 │priority │ uint32 │ 32768 │ Sets the Spanning Tree │
1337 │ │ │ │ Protocol (STP) priority for │
1338 │ │ │ │ this bridge. Lower values │
1339 │ │ │ │ are "better"; the lowest │
1340 │ │ │ │ priority bridge will be │
1341 │ │ │ │ elected the root bridge. │
1342 ├───────────────────┼────────────┼───────────────┼───────────────────────────────┤
1343 │stp │ boolean │ TRUE │ Controls whether Spanning │
1344 │ │ │ │ Tree Protocol (STP) is │
1345 │ │ │ │ enabled for this bridge. │
1346 └───────────────────┴────────────┴───────────────┴───────────────────────────────┘
1347
1348 bridge-port setting
1349 Bridge Port Settings.
1350
1351 ┌─────────────┬────────────┬───────────────┬──────────────────┐
1352 │Key Name │ Value Type │ Default Value │ Value │
1353 │ │ │ │ Description │
1354 ├─────────────┼────────────┼───────────────┼──────────────────┤
1355 │hairpin-mode │ boolean │ FALSE │ Enables or │
1356 │ │ │ │ disables │
1357 │ │ │ │ "hairpin mode" │
1358 │ │ │ │ for the port, │
1359 │ │ │ │ which allows │
1360 │ │ │ │ frames to be │
1361 │ │ │ │ sent back out │
1362 │ │ │ │ through the port │
1363 │ │ │ │ the frame was │
1364 │ │ │ │ received on. │
1365 ├─────────────┼────────────┼───────────────┼──────────────────┤
1366 │path-cost │ uint32 │ 100 │ The Spanning │
1367 │ │ │ │ Tree Protocol │
1368 │ │ │ │ (STP) port cost │
1369 │ │ │ │ for destinations │
1370 │ │ │ │ via this port. │
1371 ├─────────────┼────────────┼───────────────┼──────────────────┤
1372 │priority │ uint32 │ 32 │ The Spanning │
1373 │ │ │ │ Tree Protocol │
1374 │ │ │ │ (STP) priority │
1375 │ │ │ │ of this bridge │
1376 │ │ │ │ port. │
1377 └─────────────┴────────────┴───────────────┴──────────────────┘
1378
1379 cdma setting
1380 CDMA-based Mobile Broadband Settings.
1381
1382 ┌───────────────┬──────────────────────┬───────────────┬──────────────────┐
1383 │Key Name │ Value Type │ Default Value │ Value │
1384 │ │ │ │ Description │
1385 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1386 │mtu │ uint32 │ 0 │ If non-zero, │
1387 │ │ │ │ only transmit │
1388 │ │ │ │ packets of the │
1389 │ │ │ │ specified size │
1390 │ │ │ │ or smaller, │
1391 │ │ │ │ breaking larger │
1392 │ │ │ │ packets up into │
1393 │ │ │ │ multiple frames. │
1394 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1395 │number │ string │ │ The number to │
1396 │ │ │ │ dial to │
1397 │ │ │ │ establish the │
1398 │ │ │ │ connection to │
1399 │ │ │ │ the CDMA-based │
1400 │ │ │ │ mobile broadband │
1401 │ │ │ │ network, if any. │
1402 │ │ │ │ If not │
1403 │ │ │ │ specified, the │
1404 │ │ │ │ default number │
1405 │ │ │ │ (#777) is used │
1406 │ │ │ │ when required. │
1407 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1408 │password │ string │ │ The password │
1409 │ │ │ │ used to │
1410 │ │ │ │ authenticate │
1411 │ │ │ │ with the │
1412 │ │ │ │ network, if │
1413 │ │ │ │ required. Many │
1414 │ │ │ │ providers do not │
1415 │ │ │ │ require a │
1416 │ │ │ │ password, or │
1417 │ │ │ │ accept any │
1418 │ │ │ │ password. But │
1419 │ │ │ │ if a password is │
1420 │ │ │ │ required, it is │
1421 │ │ │ │ specified here. │
1422 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1423 │password-flags │ NMSettingSecretFlags │ │ Flags indicating │
1424 │ │ (uint32) │ │ how to handle │
1425 │ │ │ │ the "password" │
1426 │ │ │ │ property. (see │
1427 │ │ │ │ the section │
1428 │ │ │ │ called “Secret │
1429 │ │ │ │ flag types:” for │
1430 │ │ │ │ flag values) │
1431 ├───────────────┼──────────────────────┼───────────────┼──────────────────┤
1432 │username │ string │ │ The username │
1433 │ │ │ │ used to │
1434 │ │ │ │ authenticate │
1435 │ │ │ │ with the │
1436 │ │ │ │ network, if │
1437 │ │ │ │ required. Many │
1438 │ │ │ │ providers do not │
1439 │ │ │ │ require a │
1440 │ │ │ │ username, or │
1441 │ │ │ │ accept any │
1442 │ │ │ │ username. But │
1443 │ │ │ │ if a username is │
1444 │ │ │ │ required, it is │
1445 │ │ │ │ specified here. │
1446 └───────────────┴──────────────────────┴───────────────┴──────────────────┘
1447
1448 dcb setting
1449 Data Center Bridging Settings.
1450
1451 ┌────────────────────────────┬───────────────────┬──────────────────┬───────────────────────────────┐
1452 │Key Name │ Value Type │ Default Value │ Value │
1453 │ │ │ │ Description │
1454 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1455 │app-fcoe-flags │ NMSettingDcbFlags │ │ Specifies the │
1456 │ │ (uint32) │ │ NMSettingDcbFlags │
1457 │ │ │ │ for the DCB FCoE │
1458 │ │ │ │ application. │
1459 │ │ │ │ Flags may be any │
1460 │ │ │ │ combination of │
1461 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1462 │ │ │ │ (0x1), │
1463 │ │ │ │ NM_SETTING_DCB_FLAG_ADVERTISE │
1464 │ │ │ │ (0x2), and │
1465 │ │ │ │ NM_SETTING_DCB_FLAG_WILLING │
1466 │ │ │ │ (0x4). │
1467 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1468 │app-fcoe-mode │ string │ "fabric" │ The FCoE controller mode; │
1469 │ │ │ │ either "fabric" (default) or │
1470 │ │ │ │ "vn2vn". │
1471 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1472 │app-fcoe-priority │ int32 │ -1 │ The highest User Priority (0 │
1473 │ │ │ │ - 7) which FCoE frames should │
1474 │ │ │ │ use, or -1 for default │
1475 │ │ │ │ priority. Only used when the │
1476 │ │ │ │ "app-fcoe-flags" property │
1477 │ │ │ │ includes the │
1478 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1479 │ │ │ │ (0x1) flag. │
1480 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1481 │app-fip-flags │ NMSettingDcbFlags │ │ Specifies the │
1482 │ │ (uint32) │ │ NMSettingDcbFlags for the DCB │
1483 │ │ │ │ FIP application. Flags may │
1484 │ │ │ │ be any combination of │
1485 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1486 │ │ │ │ (0x1), │
1487 │ │ │ │ NM_SETTING_DCB_FLAG_ADVERTISE │
1488 │ │ │ │ (0x2), and │
1489 │ │ │ │ NM_SETTING_DCB_FLAG_WILLING │
1490 │ │ │ │ (0x4). │
1491 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1492 │app-fip-priority │ int32 │ -1 │ The highest User Priority (0 │
1493 │ │ │ │ - 7) which FIP frames should │
1494 │ │ │ │ use, or -1 for default │
1495 │ │ │ │ priority. Only used when the │
1496 │ │ │ │ "app-fip-flags" property │
1497 │ │ │ │ includes the │
1498 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1499 │ │ │ │ (0x1) flag. │
1500 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1501 │app-iscsi-flags │ NMSettingDcbFlags │ │ Specifies the │
1502 │ │ (uint32) │ │ NMSettingDcbFlags for the DCB │
1503 │ │ │ │ iSCSI application. Flags may │
1504 │ │ │ │ be any combination of │
1505 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1506 │ │ │ │ (0x1), │
1507 │ │ │ │ NM_SETTING_DCB_FLAG_ADVERTISE │
1508 │ │ │ │ (0x2), and │
1509 │ │ │ │ NM_SETTING_DCB_FLAG_WILLING │
1510 │ │ │ │ (0x4). │
1511 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1512 │app-iscsi-priority │ int32 │ -1 │ The highest User Priority (0 │
1513 │ │ │ │ - 7) which iSCSI frames │
1514 │ │ │ │ should use, or -1 for default │
1515 │ │ │ │ priority. Only used when the │
1516 │ │ │ │ "app-iscsi-flags" property │
1517 │ │ │ │ includes the │
1518 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1519 │ │ │ │ (0x1) flag. │
1520 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1521 │priority-bandwidth │ array of uint32 │ [0L, 0L, 0L, 0L, │ An array of 8 uint values, │
1522 │ │ │ 0L, 0L, 0L, 0L] │ where the array index │
1523 │ │ │ │ corresponds to the User │
1524 │ │ │ │ Priority (0 - 7) and the │
1525 │ │ │ │ value indicates the │
1526 │ │ │ │ percentage of bandwidth of │
1527 │ │ │ │ the priority's assigned group │
1528 │ │ │ │ that the priority may use. │
1529 │ │ │ │ The sum of all percentages │
1530 │ │ │ │ for priorities which belong │
1531 │ │ │ │ to the same group must total │
1532 │ │ │ │ 100 percents. │
1533 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1534 │priority-flow-control │ array of uint32 │ [False, False, │ An array of 8 boolean values, │
1535 │ │ │ False, False, │ where the array index │
1536 │ │ │ False, False, │ corresponds to the User │
1537 │ │ │ False, False] │ Priority (0 - 7) and the │
1538 │ │ │ │ value indicates whether or │
1539 │ │ │ │ not the corresponding │
1540 │ │ │ │ priority should transmit │
1541 │ │ │ │ priority pause. │
1542 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1543 │priority-flow-control-flags │ NMSettingDcbFlags │ │ Specifies the │
1544 │ │ (uint32) │ │ NMSettingDcbFlags for DCB │
1545 │ │ │ │ Priority Flow Control (PFC). │
1546 │ │ │ │ Flags may be any combination │
1547 │ │ │ │ of NM_SETTING_DCB_FLAG_ENABLE │
1548 │ │ │ │ (0x1), │
1549 │ │ │ │ NM_SETTING_DCB_FLAG_ADVERTISE │
1550 │ │ │ │ (0x2), and │
1551 │ │ │ │ NM_SETTING_DCB_FLAG_WILLING │
1552 │ │ │ │ (0x4). │
1553 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1554 │priority-group-bandwidth │ array of uint32 │ [0L, 0L, 0L, 0L, │ An array of 8 uint values, │
1555 │ │ │ 0L, 0L, 0L, 0L] │ where the array index │
1556 │ │ │ │ corresponds to the Priority │
1557 │ │ │ │ Group ID (0 - 7) and the │
1558 │ │ │ │ value indicates the │
1559 │ │ │ │ percentage of link bandwidth │
1560 │ │ │ │ allocated to that group. │
1561 │ │ │ │ Allowed values are 0 - 100, │
1562 │ │ │ │ and the sum of all values │
1563 │ │ │ │ must total 100 percents. │
1564 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1565 │priority-group-flags │ NMSettingDcbFlags │ │ Specifies the │
1566 │ │ (uint32) │ │ NMSettingDcbFlags for DCB │
1567 │ │ │ │ Priority Groups. Flags may │
1568 │ │ │ │ be any combination of │
1569 │ │ │ │ NM_SETTING_DCB_FLAG_ENABLE │
1570 │ │ │ │ (0x1), │
1571 │ │ │ │ NM_SETTING_DCB_FLAG_ADVERTISE │
1572 │ │ │ │ (0x2), and │
1573 │ │ │ │ NM_SETTING_DCB_FLAG_WILLING │
1574 │ │ │ │ (0x4). │
1575 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1576 │priority-group-id │ array of uint32 │ [0L, 0L, 0L, 0L, │ An array of 8 uint values, │
1577 │ │ │ 0L, 0L, 0L, 0L] │ where the array index │
1578 │ │ │ │ corresponds to the User │
1579 │ │ │ │ Priority (0 - 7) and the │
1580 │ │ │ │ value indicates the Priority │
1581 │ │ │ │ Group ID. Allowed Priority │
1582 │ │ │ │ Group ID values are 0 - 7 or │
1583 │ │ │ │ 15 for the unrestricted │
1584 │ │ │ │ group. │
1585 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1586 │priority-strict-bandwidth │ array of uint32 │ [False, False, │ An array of 8 boolean values, │
1587 │ │ │ False, False, │ where the array index │
1588 │ │ │ False, False, │ corresponds to the User │
1589 │ │ │ False, False] │ Priority (0 - 7) and the │
1590 │ │ │ │ value indicates whether or │
1591 │ │ │ │ not the priority may use all │
1592 │ │ │ │ of the bandwidth allocated to │
1593 │ │ │ │ its assigned group. │
1594 ├────────────────────────────┼───────────────────┼──────────────────┼───────────────────────────────┤
1595 │priority-traffic-class │ array of uint32 │ [0L, 0L, 0L, 0L, │ An array of 8 uint values, │
1596 │ │ │ 0L, 0L, 0L, 0L] │ where the array index │
1597 │ │ │ │ corresponds to the User │
1598 │ │ │ │ Priority (0 - 7) and the │
1599 │ │ │ │ value indicates the traffic │
1600 │ │ │ │ class (0 - 7) to which the │
1601 │ │ │ │ priority is mapped. │
1602 └────────────────────────────┴───────────────────┴──────────────────┴───────────────────────────────┘
1603
1604 dummy setting
1605 Dummy Link Settings.
1606
1607
1608
1609 ethtool setting
1610 Ethtool Ethernet Settings.
1611
1612
1613
1614 generic setting
1615 Generic Link Settings.
1616
1617
1618
1619 gsm setting
1620 GSM-based Mobile Broadband Settings.
1621
1622 ┌────────────────┬──────────────────────┬───────────────┬───────────────────┐
1623 │Key Name │ Value Type │ Default Value │ Value │
1624 │ │ │ │ Description │
1625 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1626 │apn │ string │ │ The GPRS Access │
1627 │ │ │ │ Point Name │
1628 │ │ │ │ specifying the │
1629 │ │ │ │ APN used when │
1630 │ │ │ │ establishing a │
1631 │ │ │ │ data session │
1632 │ │ │ │ with the │
1633 │ │ │ │ GSM-based │
1634 │ │ │ │ network. The │
1635 │ │ │ │ APN often │
1636 │ │ │ │ determines how │
1637 │ │ │ │ the user will be │
1638 │ │ │ │ billed for their │
1639 │ │ │ │ network usage │
1640 │ │ │ │ and whether the │
1641 │ │ │ │ user has access │
1642 │ │ │ │ to the Internet │
1643 │ │ │ │ or just a │
1644 │ │ │ │ provider-specific │
1645 │ │ │ │ walled-garden, │
1646 │ │ │ │ so it is │
1647 │ │ │ │ important to use │
1648 │ │ │ │ the correct APN │
1649 │ │ │ │ for the user's │
1650 │ │ │ │ mobile broadband │
1651 │ │ │ │ plan. The APN │
1652 │ │ │ │ may only be │
1653 │ │ │ │ composed of the │
1654 │ │ │ │ characters a-z, │
1655 │ │ │ │ 0-9, ., and - │
1656 │ │ │ │ per GSM 03.60 │
1657 │ │ │ │ Section 14.9. │
1658 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1659 │device-id │ string │ │ The device unique │
1660 │ │ │ │ identifier (as │
1661 │ │ │ │ given by the WWAN │
1662 │ │ │ │ management │
1663 │ │ │ │ service) which │
1664 │ │ │ │ this connection │
1665 │ │ │ │ applies to. If │
1666 │ │ │ │ given, the │
1667 │ │ │ │ connection will │
1668 │ │ │ │ only apply to the │
1669 │ │ │ │ specified device. │
1670 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1671 │home-only │ boolean │ FALSE │ When TRUE, only │
1672 │ │ │ │ connections to │
1673 │ │ │ │ the home network │
1674 │ │ │ │ will be allowed. │
1675 │ │ │ │ Connections to │
1676 │ │ │ │ roaming networks │
1677 │ │ │ │ will not be made. │
1678 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1679 │mtu │ uint32 │ 0 │ If non-zero, only │
1680 │ │ │ │ transmit packets │
1681 │ │ │ │ of the specified │
1682 │ │ │ │ size or smaller, │
1683 │ │ │ │ breaking larger │
1684 │ │ │ │ packets up into │
1685 │ │ │ │ multiple frames. │
1686 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1687 │network-id │ string │ │ The Network ID │
1688 │ │ │ │ (GSM LAI format, │
1689 │ │ │ │ ie MCC-MNC) to │
1690 │ │ │ │ force specific │
1691 │ │ │ │ network │
1692 │ │ │ │ registration. If │
1693 │ │ │ │ the Network ID is │
1694 │ │ │ │ specified, │
1695 │ │ │ │ NetworkManager │
1696 │ │ │ │ will attempt to │
1697 │ │ │ │ force the device │
1698 │ │ │ │ to register only │
1699 │ │ │ │ on the specified │
1700 │ │ │ │ network. This can │
1701 │ │ │ │ be used to ensure │
1702 │ │ │ │ that the device │
1703 │ │ │ │ does not roam │
1704 │ │ │ │ when direct │
1705 │ │ │ │ roaming control │
1706 │ │ │ │ of the device is │
1707 │ │ │ │ not otherwise │
1708 │ │ │ │ possible. │
1709 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1710 │number │ string │ │ Number to dial │
1711 │ │ │ │ when establishing │
1712 │ │ │ │ a PPP data │
1713 │ │ │ │ session with the │
1714 │ │ │ │ GSM-based mobile │
1715 │ │ │ │ broadband │
1716 │ │ │ │ network. Many │
1717 │ │ │ │ modems do not │
1718 │ │ │ │ require PPP for │
1719 │ │ │ │ connections to │
1720 │ │ │ │ the mobile │
1721 │ │ │ │ network and thus │
1722 │ │ │ │ this property │
1723 │ │ │ │ should be left │
1724 │ │ │ │ blank, which │
1725 │ │ │ │ allows │
1726 │ │ │ │ NetworkManager to │
1727 │ │ │ │ select the │
1728 │ │ │ │ appropriate │
1729 │ │ │ │ settings │
1730 │ │ │ │ automatically. │
1731 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1732 │password │ string │ │ The password used │
1733 │ │ │ │ to authenticate │
1734 │ │ │ │ with the network, │
1735 │ │ │ │ if required. │
1736 │ │ │ │ Many providers do │
1737 │ │ │ │ not require a │
1738 │ │ │ │ password, or │
1739 │ │ │ │ accept any │
1740 │ │ │ │ password. But if │
1741 │ │ │ │ a password is │
1742 │ │ │ │ required, it is │
1743 │ │ │ │ specified here. │
1744 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1745 │password-flags │ NMSettingSecretFlags │ │ Flags indicating │
1746 │ │ (uint32) │ │ how to handle the │
1747 │ │ │ │ "password" │
1748 │ │ │ │ property. (see │
1749 │ │ │ │ the section │
1750 │ │ │ │ called “Secret │
1751 │ │ │ │ flag types:” for │
1752 │ │ │ │ flag values) │
1753 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1754 │pin │ string │ │ If the SIM is │
1755 │ │ │ │ locked with a PIN │
1756 │ │ │ │ it must be │
1757 │ │ │ │ unlocked before │
1758 │ │ │ │ any other │
1759 │ │ │ │ operations are │
1760 │ │ │ │ requested. │
1761 │ │ │ │ Specify the PIN │
1762 │ │ │ │ here to allow │
1763 │ │ │ │ operation of the │
1764 │ │ │ │ device. │
1765 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1766 │pin-flags │ NMSettingSecretFlags │ │ Flags indicating │
1767 │ │ (uint32) │ │ how to handle the │
1768 │ │ │ │ "pin" property. │
1769 │ │ │ │ (see the section │
1770 │ │ │ │ called “Secret │
1771 │ │ │ │ flag types:” for │
1772 │ │ │ │ flag values) │
1773 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1774 │sim-id │ string │ │ The SIM card │
1775 │ │ │ │ unique identifier │
1776 │ │ │ │ (as given by the │
1777 │ │ │ │ WWAN management │
1778 │ │ │ │ service) which │
1779 │ │ │ │ this connection │
1780 │ │ │ │ applies to. If │
1781 │ │ │ │ given, the │
1782 │ │ │ │ connection will │
1783 │ │ │ │ apply to any │
1784 │ │ │ │ device also │
1785 │ │ │ │ allowed by │
1786 │ │ │ │ "device-id" which │
1787 │ │ │ │ contains a SIM │
1788 │ │ │ │ card matching the │
1789 │ │ │ │ given identifier. │
1790 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1791 │sim-operator-id │ string │ │ A MCC/MNC string │
1792 │ │ │ │ like "310260" or │
1793 │ │ │ │ "21601" │
1794 │ │ │ │ identifying the │
1795 │ │ │ │ specific mobile │
1796 │ │ │ │ network operator │
1797 │ │ │ │ which this │
1798 │ │ │ │ connection │
1799 │ │ │ │ applies to. If │
1800 │ │ │ │ given, the │
1801 │ │ │ │ connection will │
1802 │ │ │ │ apply to any │
1803 │ │ │ │ device also │
1804 │ │ │ │ allowed by │
1805 │ │ │ │ "device-id" and │
1806 │ │ │ │ "sim-id" which │
1807 │ │ │ │ contains a SIM │
1808 │ │ │ │ card provisioned │
1809 │ │ │ │ by the given │
1810 │ │ │ │ operator. │
1811 ├────────────────┼──────────────────────┼───────────────┼───────────────────┤
1812 │username │ string │ │ The username used │
1813 │ │ │ │ to authenticate │
1814 │ │ │ │ with the network, │
1815 │ │ │ │ if required. │
1816 │ │ │ │ Many providers do │
1817 │ │ │ │ not require a │
1818 │ │ │ │ username, or │
1819 │ │ │ │ accept any │
1820 │ │ │ │ username. But if │
1821 │ │ │ │ a username is │
1822 │ │ │ │ required, it is │
1823 │ │ │ │ specified here. │
1824 └────────────────┴──────────────────────┴───────────────┴───────────────────┘
1825
1826 infiniband setting
1827 Infiniband Settings.
1828
1829 ┌───────────────┬────────────┬───────────────┬────────────────────┐
1830 │Key Name │ Value Type │ Default Value │ Value │
1831 │ │ │ │ Description │
1832 ├───────────────┼────────────┼───────────────┼────────────────────┤
1833 │mac-address │ byte array │ │ If specified, │
1834 │ │ │ │ this connection │
1835 │ │ │ │ will only apply │
1836 │ │ │ │ to the IPoIB │
1837 │ │ │ │ device whose │
1838 │ │ │ │ permanent MAC │
1839 │ │ │ │ address matches. │
1840 │ │ │ │ This property │
1841 │ │ │ │ does not change │
1842 │ │ │ │ the MAC address │
1843 │ │ │ │ of the device │
1844 │ │ │ │ (i.e. MAC │
1845 │ │ │ │ spoofing). │
1846 ├───────────────┼────────────┼───────────────┼────────────────────┤
1847 │mtu │ uint32 │ 0 │ If non-zero, │
1848 │ │ │ │ only transmit │
1849 │ │ │ │ packets of the │
1850 │ │ │ │ specified size │
1851 │ │ │ │ or smaller, │
1852 │ │ │ │ breaking larger │
1853 │ │ │ │ packets up into │
1854 │ │ │ │ multiple frames. │
1855 ├───────────────┼────────────┼───────────────┼────────────────────┤
1856 │p-key │ int32 │ -1 │ The InfiniBand │
1857 │ │ │ │ P_Key to use for │
1858 │ │ │ │ this device. A │
1859 │ │ │ │ value of -1 │
1860 │ │ │ │ means to use the │
1861 │ │ │ │ default P_Key │
1862 │ │ │ │ (aka "the P_Key │
1863 │ │ │ │ at index 0"). │
1864 │ │ │ │ Otherwise it is │
1865 │ │ │ │ a 16-bit │
1866 │ │ │ │ unsigned │
1867 │ │ │ │ integer, whose │
1868 │ │ │ │ high bit is set │
1869 │ │ │ │ if it is a "full │
1870 │ │ │ │ membership" │
1871 │ │ │ │ P_Key. │
1872 ├───────────────┼────────────┼───────────────┼────────────────────┤
1873 │parent │ string │ │ The interface │
1874 │ │ │ │ name of the │
1875 │ │ │ │ parent device of │
1876 │ │ │ │ this device. │
1877 │ │ │ │ Normally NULL, │
1878 │ │ │ │ but if the │
1879 │ │ │ │ "p_key" property │
1880 │ │ │ │ is set, then you │
1881 │ │ │ │ must specify the │
1882 │ │ │ │ base device by │
1883 │ │ │ │ setting either │
1884 │ │ │ │ this property or │
1885 │ │ │ │ "mac-address". │
1886 ├───────────────┼────────────┼───────────────┼────────────────────┤
1887 │transport-mode │ string │ │ The │
1888 │ │ │ │ IP-over-InfiniBand │
1889 │ │ │ │ transport mode. │
1890 │ │ │ │ Either │
1891 │ │ │ │ "datagram" or │
1892 │ │ │ │ "connected". │
1893 └───────────────┴────────────┴───────────────┴────────────────────┘
1894
1895 ipv4 setting
1896 IPv4 Settings.
1897
1898 ┌───────────────────┬──────────────────┬───────────────┬────────────────────────┐
1899 │Key Name │ Value Type │ Default Value │ Value │
1900 │ │ │ │ Description │
1901 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
1902 │address-data │ array of vardict │ │ Array of IPv4 │
1903 │ │ │ │ addresses. Each │
1904 │ │ │ │ address │
1905 │ │ │ │ dictionary │
1906 │ │ │ │ contains at │
1907 │ │ │ │ least 'address' │
1908 │ │ │ │ and 'prefix' │
1909 │ │ │ │ entries, │
1910 │ │ │ │ containing the │
1911 │ │ │ │ IP address as a │
1912 │ │ │ │ string, and the │
1913 │ │ │ │ prefix length as │
1914 │ │ │ │ a uint32. │
1915 │ │ │ │ Additional │
1916 │ │ │ │ attributes may │
1917 │ │ │ │ also exist on │
1918 │ │ │ │ some addresses. │
1919 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
1920 │addresses │ array of array │ [] │ Deprecated in │
1921 │ │ of uint32 │ │ favor of the │
1922 │ │ │ │ 'address-data' │
1923 │ │ │ │ and 'gateway' │
1924 │ │ │ │ properties, but │
1925 │ │ │ │ this can be used │
1926 │ │ │ │ for │
1927 │ │ │ │ backward-compatibility │
1928 │ │ │ │ with older │
1929 │ │ │ │ daemons. Note │
1930 │ │ │ │ that if you send │
1931 │ │ │ │ this property │
1932 │ │ │ │ the daemon will │
1933 │ │ │ │ ignore │
1934 │ │ │ │ 'address-data' │
1935 │ │ │ │ and 'gateway'. │
1936 │ │ │ │ Array of IPv4 │
1937 │ │ │ │ address │
1938 │ │ │ │ structures. │
1939 │ │ │ │ Each IPv4 │
1940 │ │ │ │ address │
1941 │ │ │ │ structure is │
1942 │ │ │ │ composed of 3 │
1943 │ │ │ │ 32-bit values; │
1944 │ │ │ │ the first being │
1945 │ │ │ │ the IPv4 address │
1946 │ │ │ │ (network byte │
1947 │ │ │ │ order), the │
1948 │ │ │ │ second the │
1949 │ │ │ │ prefix (1 - 32), │
1950 │ │ │ │ and last the │
1951 │ │ │ │ IPv4 gateway │
1952 │ │ │ │ (network byte │
1953 │ │ │ │ order). The │
1954 │ │ │ │ gateway may be │
1955 │ │ │ │ left as 0 if no │
1956 │ │ │ │ gateway exists │
1957 │ │ │ │ for that subnet. │
1958 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
1959 │dad-timeout │ int32 │ -1 │ Timeout in │
1960 │ │ │ │ milliseconds used to │
1961 │ │ │ │ check for the presence │
1962 │ │ │ │ of duplicate IP │
1963 │ │ │ │ addresses on the │
1964 │ │ │ │ network. If an │
1965 │ │ │ │ address conflict is │
1966 │ │ │ │ detected, the │
1967 │ │ │ │ activation will fail. │
1968 │ │ │ │ A zero value means │
1969 │ │ │ │ that no duplicate │
1970 │ │ │ │ address detection is │
1971 │ │ │ │ performed, -1 means │
1972 │ │ │ │ the default value │
1973 │ │ │ │ (either configuration │
1974 │ │ │ │ ipvx.dad-timeout │
1975 │ │ │ │ override or zero). A │
1976 │ │ │ │ value greater than │
1977 │ │ │ │ zero is a timeout in │
1978 │ │ │ │ milliseconds. The │
1979 │ │ │ │ property is currently │
1980 │ │ │ │ implemented only for │
1981 │ │ │ │ IPv4. │
1982 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
1983 │dhcp-client-id │ string │ │ A string sent to the │
1984 │ │ │ │ DHCP server to │
1985 │ │ │ │ identify the local │
1986 │ │ │ │ machine which the DHCP │
1987 │ │ │ │ server may use to │
1988 │ │ │ │ customize the DHCP │
1989 │ │ │ │ lease and options. │
1990 │ │ │ │ When the property is a │
1991 │ │ │ │ hex string │
1992 │ │ │ │ ('aa:bb:cc') it is │
1993 │ │ │ │ interpreted as a │
1994 │ │ │ │ binary client ID, in │
1995 │ │ │ │ which case the first │
1996 │ │ │ │ byte is assumed to be │
1997 │ │ │ │ the 'type' field as │
1998 │ │ │ │ per RFC 2132 section │
1999 │ │ │ │ 9.14 and the remaining │
2000 │ │ │ │ bytes may be an │
2001 │ │ │ │ hardware address (e.g. │
2002 │ │ │ │ '01:xx:xx:xx:xx:xx:xx' │
2003 │ │ │ │ where 1 is the │
2004 │ │ │ │ Ethernet ARP type and │
2005 │ │ │ │ the rest is a MAC │
2006 │ │ │ │ address). If the │
2007 │ │ │ │ property is not a hex │
2008 │ │ │ │ string it is │
2009 │ │ │ │ considered as a │
2010 │ │ │ │ non-hardware-address │
2011 │ │ │ │ client ID and the │
2012 │ │ │ │ 'type' field is set to │
2013 │ │ │ │ 0. The special values │
2014 │ │ │ │ "mac" and "perm-mac" │
2015 │ │ │ │ are supported, which │
2016 │ │ │ │ use the current or │
2017 │ │ │ │ permanent MAC address │
2018 │ │ │ │ of the device to │
2019 │ │ │ │ generate a client │
2020 │ │ │ │ identifier with type │
2021 │ │ │ │ ethernet (01). │
2022 │ │ │ │ Currently, these │
2023 │ │ │ │ options only work for │
2024 │ │ │ │ ethernet type of │
2025 │ │ │ │ links. The special │
2026 │ │ │ │ value "stable" is │
2027 │ │ │ │ supported to generate │
2028 │ │ │ │ a type 0 client │
2029 │ │ │ │ identifier based on │
2030 │ │ │ │ the stable-id (see │
2031 │ │ │ │ connection.stable-id) │
2032 │ │ │ │ and a per-host key. If │
2033 │ │ │ │ unset, a globally │
2034 │ │ │ │ configured default is │
2035 │ │ │ │ used. If still unset, │
2036 │ │ │ │ the client-id from the │
2037 │ │ │ │ last lease is reused. │
2038 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2039 │dhcp-fqdn │ string │ │ If the │
2040 │ │ │ │ "dhcp-send-hostname" │
2041 │ │ │ │ property is TRUE, then │
2042 │ │ │ │ the specified FQDN │
2043 │ │ │ │ will be sent to the │
2044 │ │ │ │ DHCP server when │
2045 │ │ │ │ acquiring a lease. │
2046 │ │ │ │ This property and │
2047 │ │ │ │ "dhcp-hostname" are │
2048 │ │ │ │ mutually exclusive and │
2049 │ │ │ │ cannot be set at the │
2050 │ │ │ │ same time. │
2051 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2052 │dhcp-hostname │ string │ │ If the │
2053 │ │ │ │ "dhcp-send-hostname" │
2054 │ │ │ │ property is TRUE, then │
2055 │ │ │ │ the specified name │
2056 │ │ │ │ will be sent to the │
2057 │ │ │ │ DHCP server when │
2058 │ │ │ │ acquiring a lease. │
2059 │ │ │ │ This property and │
2060 │ │ │ │ "dhcp-fqdn" are │
2061 │ │ │ │ mutually exclusive and │
2062 │ │ │ │ cannot be set at the │
2063 │ │ │ │ same time. │
2064 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2065 │dhcp-send-hostname │ boolean │ TRUE │ If TRUE, a hostname is │
2066 │ │ │ │ sent to the DHCP │
2067 │ │ │ │ server when acquiring │
2068 │ │ │ │ a lease. Some DHCP │
2069 │ │ │ │ servers use this │
2070 │ │ │ │ hostname to update DNS │
2071 │ │ │ │ databases, essentially │
2072 │ │ │ │ providing a static │
2073 │ │ │ │ hostname for the │
2074 │ │ │ │ computer. If the │
2075 │ │ │ │ "dhcp-hostname" │
2076 │ │ │ │ property is NULL and │
2077 │ │ │ │ this property is TRUE, │
2078 │ │ │ │ the current persistent │
2079 │ │ │ │ hostname of the │
2080 │ │ │ │ computer is sent. │
2081 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2082 │dhcp-timeout │ int32 │ 0 │ A timeout for a DHCP │
2083 │ │ │ │ transaction in │
2084 │ │ │ │ seconds. │
2085 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2086 │dns │ array of uint32 │ [] │ Array of IP addresses │
2087 │ │ │ │ of DNS servers (as │
2088 │ │ │ │ network-byte-order │
2089 │ │ │ │ integers) │
2090 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2091 │dns-options │ array of string │ [] │ Array of DNS options │
2092 │ │ │ │ as described in man 5 │
2093 │ │ │ │ resolv.conf. NULL │
2094 │ │ │ │ means that the options │
2095 │ │ │ │ are unset and left at │
2096 │ │ │ │ the default. In this │
2097 │ │ │ │ case NetworkManager │
2098 │ │ │ │ will use default │
2099 │ │ │ │ options. This is │
2100 │ │ │ │ distinct from an empty │
2101 │ │ │ │ list of properties. │
2102 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2103 │dns-priority │ int32 │ 0 │ DNS servers priority. │
2104 │ │ │ │ The relative priority │
2105 │ │ │ │ for DNS servers │
2106 │ │ │ │ specified by this │
2107 │ │ │ │ setting. A lower │
2108 │ │ │ │ value is better │
2109 │ │ │ │ (higher priority). │
2110 │ │ │ │ Zero selects the │
2111 │ │ │ │ default value, which │
2112 │ │ │ │ is 50 for VPNs and 100 │
2113 │ │ │ │ for other connections. │
2114 │ │ │ │ Note that the priority │
2115 │ │ │ │ is to order DNS │
2116 │ │ │ │ settings for multiple │
2117 │ │ │ │ active connections. │
2118 │ │ │ │ It does not │
2119 │ │ │ │ disambiguate multiple │
2120 │ │ │ │ DNS servers within the │
2121 │ │ │ │ same connection │
2122 │ │ │ │ profile. When using │
2123 │ │ │ │ dns=default, servers │
2124 │ │ │ │ with higher priority │
2125 │ │ │ │ will be on top of │
2126 │ │ │ │ resolv.conf. To │
2127 │ │ │ │ prioritize a given │
2128 │ │ │ │ server over another │
2129 │ │ │ │ one within the same │
2130 │ │ │ │ connection, just │
2131 │ │ │ │ specify them in the │
2132 │ │ │ │ desired order. When │
2133 │ │ │ │ multiple devices have │
2134 │ │ │ │ configurations with │
2135 │ │ │ │ the same priority, the │
2136 │ │ │ │ one with an active │
2137 │ │ │ │ default route will be │
2138 │ │ │ │ preferred. Negative │
2139 │ │ │ │ values have the │
2140 │ │ │ │ special effect of │
2141 │ │ │ │ excluding other │
2142 │ │ │ │ configurations with a │
2143 │ │ │ │ greater priority │
2144 │ │ │ │ value; so in presence │
2145 │ │ │ │ of at least a negative │
2146 │ │ │ │ priority, only DNS │
2147 │ │ │ │ servers from │
2148 │ │ │ │ connections with the │
2149 │ │ │ │ lowest priority value │
2150 │ │ │ │ will be used. When │
2151 │ │ │ │ using a DNS resolver │
2152 │ │ │ │ that supports │
2153 │ │ │ │ split-DNS as │
2154 │ │ │ │ dns=dnsmasq or │
2155 │ │ │ │ dns=systemd-resolved, │
2156 │ │ │ │ each connection is │
2157 │ │ │ │ used to query domains │
2158 │ │ │ │ in its search list. │
2159 │ │ │ │ Queries for domains │
2160 │ │ │ │ not present in any │
2161 │ │ │ │ search list are routed │
2162 │ │ │ │ through connections │
2163 │ │ │ │ having the '~.' │
2164 │ │ │ │ special wildcard │
2165 │ │ │ │ domain, which is added │
2166 │ │ │ │ automatically to │
2167 │ │ │ │ connections with the │
2168 │ │ │ │ default route (or can │
2169 │ │ │ │ be added manually). │
2170 │ │ │ │ When multiple │
2171 │ │ │ │ connections specify │
2172 │ │ │ │ the same domain, the │
2173 │ │ │ │ one with the highest │
2174 │ │ │ │ priority (lowest │
2175 │ │ │ │ numerical value) wins. │
2176 │ │ │ │ If a connection │
2177 │ │ │ │ specifies a domain │
2178 │ │ │ │ which is subdomain of │
2179 │ │ │ │ another domain with a │
2180 │ │ │ │ negative DNS priority │
2181 │ │ │ │ value, the subdomain │
2182 │ │ │ │ is ignored. │
2183 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2184 │dns-search │ array of string │ [] │ Array of DNS search │
2185 │ │ │ │ domains. Domains │
2186 │ │ │ │ starting with a tilde │
2187 │ │ │ │ ('~') are considered │
2188 │ │ │ │ 'routing' domains and │
2189 │ │ │ │ are used only to │
2190 │ │ │ │ decide the interface │
2191 │ │ │ │ over which a query │
2192 │ │ │ │ must be forwarded; │
2193 │ │ │ │ they are not used to │
2194 │ │ │ │ complete unqualified │
2195 │ │ │ │ host names. │
2196 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2197 │gateway │ string │ │ The gateway associated │
2198 │ │ │ │ with this │
2199 │ │ │ │ configuration. This is │
2200 │ │ │ │ only meaningful if │
2201 │ │ │ │ "addresses" is also │
2202 │ │ │ │ set. │
2203 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2204 │ignore-auto-dns │ boolean │ FALSE │ When "method" is set │
2205 │ │ │ │ to "auto" and this │
2206 │ │ │ │ property to TRUE, │
2207 │ │ │ │ automatically │
2208 │ │ │ │ configured nameservers │
2209 │ │ │ │ and search domains are │
2210 │ │ │ │ ignored and only │
2211 │ │ │ │ nameservers and search │
2212 │ │ │ │ domains specified in │
2213 │ │ │ │ the "dns" and │
2214 │ │ │ │ "dns-search" │
2215 │ │ │ │ properties, if any, │
2216 │ │ │ │ are used. │
2217 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2218 │ignore-auto-routes │ boolean │ FALSE │ When "method" is set │
2219 │ │ │ │ to "auto" and this │
2220 │ │ │ │ property to TRUE, │
2221 │ │ │ │ automatically │
2222 │ │ │ │ configured routes are │
2223 │ │ │ │ ignored and only │
2224 │ │ │ │ routes specified in │
2225 │ │ │ │ the "routes" property, │
2226 │ │ │ │ if any, are used. │
2227 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2228 │may-fail │ boolean │ TRUE │ If TRUE, allow overall │
2229 │ │ │ │ network configuration │
2230 │ │ │ │ to proceed even if the │
2231 │ │ │ │ configuration │
2232 │ │ │ │ specified by this │
2233 │ │ │ │ property times out. │
2234 │ │ │ │ Note that at least one │
2235 │ │ │ │ IP configuration must │
2236 │ │ │ │ succeed or overall │
2237 │ │ │ │ network configuration │
2238 │ │ │ │ will still fail. For │
2239 │ │ │ │ example, in IPv6-only │
2240 │ │ │ │ networks, setting this │
2241 │ │ │ │ property to TRUE on │
2242 │ │ │ │ the NMSettingIP4Config │
2243 │ │ │ │ allows the overall │
2244 │ │ │ │ network configuration │
2245 │ │ │ │ to succeed if IPv4 │
2246 │ │ │ │ configuration fails │
2247 │ │ │ │ but IPv6 configuration │
2248 │ │ │ │ completes │
2249 │ │ │ │ successfully. │
2250 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2251 │method │ string │ │ IP configuration │
2252 │ │ │ │ method. │
2253 │ │ │ │ NMSettingIP4Config and │
2254 │ │ │ │ NMSettingIP6Config │
2255 │ │ │ │ both support "auto", │
2256 │ │ │ │ "manual", and │
2257 │ │ │ │ "link-local". See the │
2258 │ │ │ │ subclass-specific │
2259 │ │ │ │ documentation for │
2260 │ │ │ │ other values. In │
2261 │ │ │ │ general, for the │
2262 │ │ │ │ "auto" method, │
2263 │ │ │ │ properties such as │
2264 │ │ │ │ "dns" and "routes" │
2265 │ │ │ │ specify information │
2266 │ │ │ │ that is added on to │
2267 │ │ │ │ the information │
2268 │ │ │ │ returned from │
2269 │ │ │ │ automatic │
2270 │ │ │ │ configuration. The │
2271 │ │ │ │ "ignore-auto-routes" │
2272 │ │ │ │ and "ignore-auto-dns" │
2273 │ │ │ │ properties modify this │
2274 │ │ │ │ behavior. For methods │
2275 │ │ │ │ that imply no upstream │
2276 │ │ │ │ network, such as │
2277 │ │ │ │ "shared" or │
2278 │ │ │ │ "link-local", these │
2279 │ │ │ │ properties must be │
2280 │ │ │ │ empty. For IPv4 method │
2281 │ │ │ │ "shared", the IP │
2282 │ │ │ │ subnet can be │
2283 │ │ │ │ configured by adding │
2284 │ │ │ │ one manual IPv4 │
2285 │ │ │ │ address or otherwise │
2286 │ │ │ │ 10.42.x.0/24 is │
2287 │ │ │ │ chosen. Note that the │
2288 │ │ │ │ shared method must be │
2289 │ │ │ │ configured on the │
2290 │ │ │ │ interface which shares │
2291 │ │ │ │ the internet to a │
2292 │ │ │ │ subnet, not on the │
2293 │ │ │ │ uplink which is │
2294 │ │ │ │ shared. │
2295 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2296 │never-default │ boolean │ FALSE │ If TRUE, this │
2297 │ │ │ │ connection will never │
2298 │ │ │ │ be the default │
2299 │ │ │ │ connection for this IP │
2300 │ │ │ │ type, meaning it will │
2301 │ │ │ │ never be assigned the │
2302 │ │ │ │ default route by │
2303 │ │ │ │ NetworkManager. │
2304 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2305 │route-data │ array of vardict │ │ Array of IPv4 routes. │
2306 │ │ │ │ Each route dictionary │
2307 │ │ │ │ contains at least │
2308 │ │ │ │ 'dest' and 'prefix' │
2309 │ │ │ │ entries, containing │
2310 │ │ │ │ the destination IP │
2311 │ │ │ │ address as a string, │
2312 │ │ │ │ and the prefix length │
2313 │ │ │ │ as a uint32. Most │
2314 │ │ │ │ routes will also have │
2315 │ │ │ │ a 'gateway' entry, │
2316 │ │ │ │ containing the gateway │
2317 │ │ │ │ IP address as a │
2318 │ │ │ │ string. If the route │
2319 │ │ │ │ has a 'metric' entry │
2320 │ │ │ │ (containing a uint32), │
2321 │ │ │ │ that will be used as │
2322 │ │ │ │ the metric for the │
2323 │ │ │ │ route (otherwise NM │
2324 │ │ │ │ will pick a default │
2325 │ │ │ │ value appropriate to │
2326 │ │ │ │ the device). │
2327 │ │ │ │ Additional attributes │
2328 │ │ │ │ may also exist on some │
2329 │ │ │ │ routes. │
2330 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2331 │route-metric │ int64 │ -1 │ The default metric for │
2332 │ │ │ │ routes that don't │
2333 │ │ │ │ explicitly specify a │
2334 │ │ │ │ metric. The default │
2335 │ │ │ │ value -1 means that │
2336 │ │ │ │ the metric is chosen │
2337 │ │ │ │ automatically based on │
2338 │ │ │ │ the device type. The │
2339 │ │ │ │ metric applies to │
2340 │ │ │ │ dynamic routes, manual │
2341 │ │ │ │ (static) routes that │
2342 │ │ │ │ don't have an explicit │
2343 │ │ │ │ metric setting, │
2344 │ │ │ │ address prefix routes, │
2345 │ │ │ │ and the default route. │
2346 │ │ │ │ Note that for IPv6, │
2347 │ │ │ │ the kernel accepts │
2348 │ │ │ │ zero (0) but coerces │
2349 │ │ │ │ it to 1024 (user │
2350 │ │ │ │ default). Hence, │
2351 │ │ │ │ setting this property │
2352 │ │ │ │ to zero effectively │
2353 │ │ │ │ mean setting it to │
2354 │ │ │ │ 1024. For IPv4, zero │
2355 │ │ │ │ is a regular value for │
2356 │ │ │ │ the metric. │
2357 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2358 │route-table │ uint32 │ 0 │ Enable policy routing │
2359 │ │ │ │ (source routing) and │
2360 │ │ │ │ set the routing table │
2361 │ │ │ │ used when adding │
2362 │ │ │ │ routes. This affects │
2363 │ │ │ │ all routes, including │
2364 │ │ │ │ device-routes, IPv4LL, │
2365 │ │ │ │ DHCP, SLAAC, │
2366 │ │ │ │ default-routes and │
2367 │ │ │ │ static routes. But │
2368 │ │ │ │ note that static │
2369 │ │ │ │ routes can │
2370 │ │ │ │ individually overwrite │
2371 │ │ │ │ the setting by │
2372 │ │ │ │ explicitly specifying │
2373 │ │ │ │ a non-zero routing │
2374 │ │ │ │ table. If the table │
2375 │ │ │ │ setting is left at │
2376 │ │ │ │ zero, it is eligible │
2377 │ │ │ │ to be overwritten via │
2378 │ │ │ │ global configuration. │
2379 │ │ │ │ If the property is │
2380 │ │ │ │ zero even after │
2381 │ │ │ │ applying the global │
2382 │ │ │ │ configuration value, │
2383 │ │ │ │ policy routing is │
2384 │ │ │ │ disabled for the │
2385 │ │ │ │ address family of this │
2386 │ │ │ │ connection. Policy │
2387 │ │ │ │ routing disabled means │
2388 │ │ │ │ that NetworkManager │
2389 │ │ │ │ will add all routes to │
2390 │ │ │ │ the main table (except │
2391 │ │ │ │ static routes that │
2392 │ │ │ │ explicitly configure a │
2393 │ │ │ │ different table). │
2394 │ │ │ │ Additionally, │
2395 │ │ │ │ NetworkManager will │
2396 │ │ │ │ not delete any │
2397 │ │ │ │ extraneous routes from │
2398 │ │ │ │ tables except the main │
2399 │ │ │ │ table. This is to │
2400 │ │ │ │ preserve backward │
2401 │ │ │ │ compatibility for │
2402 │ │ │ │ users who manage │
2403 │ │ │ │ routing tables outside │
2404 │ │ │ │ of NetworkManager. │
2405 ├───────────────────┼──────────────────┼───────────────┼────────────────────────┤
2406 │routes │ array of array │ [] │ Deprecated in favor of │
2407 │ │ of uint32 │ │ the 'route-data' │
2408 │ │ │ │ property, but this can │
2409 │ │ │ │ be used for │
2410 │ │ │ │ backward-compatibility │
2411 │ │ │ │ with older daemons. │
2412 │ │ │ │ Note that if you send │
2413 │ │ │ │ this property the │
2414 │ │ │ │ daemon will ignore │
2415 │ │ │ │ 'route-data'. Array │
2416 │ │ │ │ of IPv4 route │
2417 │ │ │ │ structures. Each IPv4 │
2418 │ │ │ │ route structure is │
2419 │ │ │ │ composed of 4 32-bit │
2420 │ │ │ │ values; the first │
2421 │ │ │ │ being the destination │
2422 │ │ │ │ IPv4 network or │
2423 │ │ │ │ address (network byte │
2424 │ │ │ │ order), the second the │
2425 │ │ │ │ destination network or │
2426 │ │ │ │ address prefix (1 - │
2427 │ │ │ │ 32), the third being │
2428 │ │ │ │ the next-hop (network │
2429 │ │ │ │ byte order) if any, │
2430 │ │ │ │ and the fourth being │
2431 │ │ │ │ the route metric. If │
2432 │ │ │ │ the metric is 0, NM │
2433 │ │ │ │ will choose an │
2434 │ │ │ │ appropriate default │
2435 │ │ │ │ metric for the device. │
2436 │ │ │ │ (There is no way to │
2437 │ │ │ │ explicitly specify an │
2438 │ │ │ │ actual metric of 0 │
2439 │ │ │ │ with this property.) │
2440 └───────────────────┴──────────────────┴───────────────┴────────────────────────┘
2441
2442 ipv6 setting
2443 IPv6 Settings.
2444
2445 ┌───────────────────┬───────────────────────────┬───────────────┬────────────────────────────────────────────────────┐
2446 │Key Name │ Value Type │ Default Value │ Value │
2447 │ │ │ │ Description │
2448 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2449 │addr-gen-mode │ int32 │ 1 │ Configure method │
2450 │ │ │ │ for creating the │
2451 │ │ │ │ address for use │
2452 │ │ │ │ with RFC4862 │
2453 │ │ │ │ IPv6 Stateless │
2454 │ │ │ │ Address │
2455 │ │ │ │ Autoconfiguration. │
2456 │ │ │ │ The permitted │
2457 │ │ │ │ values are: │
2458 │ │ │ │ NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 │
2459 │ │ │ │ (0) or │
2460 │ │ │ │ NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY │
2461 │ │ │ │ (1). If the │
2462 │ │ │ │ property is set │
2463 │ │ │ │ to EUI64, the │
2464 │ │ │ │ addresses will │
2465 │ │ │ │ be generated │
2466 │ │ │ │ using the │
2467 │ │ │ │ interface tokens │
2468 │ │ │ │ derived from │
2469 │ │ │ │ hardware │
2470 │ │ │ │ address. This │
2471 │ │ │ │ makes the host │
2472 │ │ │ │ part of the │
2473 │ │ │ │ address to stay │
2474 │ │ │ │ constant, making │
2475 │ │ │ │ it possible to │
2476 │ │ │ │ track host's │
2477 │ │ │ │ presence when it │
2478 │ │ │ │ changes │
2479 │ │ │ │ networks. The │
2480 │ │ │ │ address changes │
2481 │ │ │ │ when the │
2482 │ │ │ │ interface │
2483 │ │ │ │ hardware is │
2484 │ │ │ │ replaced. The │
2485 │ │ │ │ value of │
2486 │ │ │ │ stable-privacy │
2487 │ │ │ │ enables use of │
2488 │ │ │ │ cryptographically │
2489 │ │ │ │ secure hash of a │
2490 │ │ │ │ secret │
2491 │ │ │ │ host-specific │
2492 │ │ │ │ key along with │
2493 │ │ │ │ the connection's │
2494 │ │ │ │ stable-id and │
2495 │ │ │ │ the network │
2496 │ │ │ │ address as │
2497 │ │ │ │ specified by │
2498 │ │ │ │ RFC7217. This │
2499 │ │ │ │ makes it │
2500 │ │ │ │ impossible to │
2501 │ │ │ │ use the address │
2502 │ │ │ │ track host's │
2503 │ │ │ │ presence, and │
2504 │ │ │ │ makes the │
2505 │ │ │ │ address stable │
2506 │ │ │ │ when the network │
2507 │ │ │ │ interface │
2508 │ │ │ │ hardware is │
2509 │ │ │ │ replaced. On │
2510 │ │ │ │ D-Bus, the │
2511 │ │ │ │ absence of an │
2512 │ │ │ │ addr-gen-mode │
2513 │ │ │ │ setting equals │
2514 │ │ │ │ enabling │
2515 │ │ │ │ stable-privacy. │
2516 │ │ │ │ For keyfile │
2517 │ │ │ │ plugin, the │
2518 │ │ │ │ absence of the │
2519 │ │ │ │ setting on disk │
2520 │ │ │ │ means EUI64 so │
2521 │ │ │ │ that the │
2522 │ │ │ │ property doesn't │
2523 │ │ │ │ change on │
2524 │ │ │ │ upgrade from │
2525 │ │ │ │ older versions. │
2526 │ │ │ │ Note that this │
2527 │ │ │ │ setting is │
2528 │ │ │ │ distinct from │
2529 │ │ │ │ the Privacy │
2530 │ │ │ │ Extensions as │
2531 │ │ │ │ configured by │
2532 │ │ │ │ "ip6-privacy" │
2533 │ │ │ │ property and it │
2534 │ │ │ │ does not affect │
2535 │ │ │ │ the temporary │
2536 │ │ │ │ addresses │
2537 │ │ │ │ configured with │
2538 │ │ │ │ this option. │
2539 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2540 │address-data │ array of vardict │ │ Array of IPv6 addresses. Each address dictionary │
2541 │ │ │ │ contains at least 'address' and 'prefix' entries, │
2542 │ │ │ │ containing the IP address as a string, and the │
2543 │ │ │ │ prefix length as a uint32. Additional attributes │
2544 │ │ │ │ may also exist on some addresses. │
2545 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2546 │addresses │ array of legacy │ [] │ Deprecated in favor of the 'address-data' and │
2547 │ │ IPv6 address │ │ 'gateway' properties, but this can be used for │
2548 │ │ struct │ │ backward-compatibility with older daemons. Note │
2549 │ │ (a(ayuay)) │ │ that if you send this property the daemon will │
2550 │ │ │ │ ignore 'address-data' and 'gateway'. Array of │
2551 │ │ │ │ IPv6 address structures. Each IPv6 address │
2552 │ │ │ │ structure is composed of an IPv6 address, a prefix │
2553 │ │ │ │ length (1 - 128), and an IPv6 gateway address. The │
2554 │ │ │ │ gateway may be zeroed out if no gateway exists for │
2555 │ │ │ │ that subnet. │
2556 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2557 │dad-timeout │ int32 │ -1 │ Timeout in milliseconds used to check for the │
2558 │ │ │ │ presence of duplicate IP addresses on the network. │
2559 │ │ │ │ If an address conflict is detected, the activation │
2560 │ │ │ │ will fail. A zero value means that no duplicate │
2561 │ │ │ │ address detection is performed, -1 means the │
2562 │ │ │ │ default value (either configuration │
2563 │ │ │ │ ipvx.dad-timeout override or zero). A value │
2564 │ │ │ │ greater than zero is a timeout in milliseconds. │
2565 │ │ │ │ The property is currently implemented only for │
2566 │ │ │ │ IPv4. │
2567 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2568 │dhcp-duid │ string │ │ A string containing the DHCPv6 Unique Identifier │
2569 │ │ │ │ (DUID) used by the dhcp client to identify itself │
2570 │ │ │ │ to DHCPv6 servers (RFC 3315). The DUID is carried │
2571 │ │ │ │ in the Client Identifier option. If the property │
2572 │ │ │ │ is a hex string ('aa:bb:cc') it is interpreted as │
2573 │ │ │ │ a binary DUID and filled as an opaque value in the │
2574 │ │ │ │ Client Identifier option. The special value │
2575 │ │ │ │ "lease" will retrieve the DUID previously used │
2576 │ │ │ │ from the lease file belonging to the connection. │
2577 │ │ │ │ If no DUID is found and "dhclient" is the │
2578 │ │ │ │ configured dhcp client, the DUID is searched in │
2579 │ │ │ │ the system-wide dhclient lease file. If still no │
2580 │ │ │ │ DUID is found, or another dhcp client is used, a │
2581 │ │ │ │ global and permanent DUID-UUID (RFC 6355) will be │
2582 │ │ │ │ generated based on the machine-id. The special │
2583 │ │ │ │ values "llt" and "ll" will generate a DUID of type │
2584 │ │ │ │ LLT or LL (see RFC 3315) based on the current MAC │
2585 │ │ │ │ address of the device. In order to try providing a │
2586 │ │ │ │ stable DUID-LLT, the time field will contain a │
2587 │ │ │ │ constant timestamp that is used globally (for all │
2588 │ │ │ │ profiles) and persisted to disk. The special │
2589 │ │ │ │ values "stable-llt", "stable-ll" and "stable-uuid" │
2590 │ │ │ │ will generate a DUID of the corresponding type, │
2591 │ │ │ │ derived from the connection's stable-id and a │
2592 │ │ │ │ per-host unique key. So, the link-layer address of │
2593 │ │ │ │ "stable-ll" and "stable-llt" will be a generated │
2594 │ │ │ │ address derived from the stable id. The DUID-LLT │
2595 │ │ │ │ time value in the "stable-llt" option will be │
2596 │ │ │ │ picked among a static timespan of three years (the │
2597 │ │ │ │ upper bound of the interval is the same constant │
2598 │ │ │ │ timestamp used in "llt"). When the property is │
2599 │ │ │ │ unset, the global value provided for │
2600 │ │ │ │ "ipv6.dhcp-duid" is used. If no global value is │
2601 │ │ │ │ provided, the default "lease" value is assumed. │
2602 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2603 │dhcp-hostname │ string │ │ If the "dhcp-send-hostname" property is TRUE, then │
2604 │ │ │ │ the specified name will be sent to the DHCP server │
2605 │ │ │ │ when acquiring a lease. This property and │
2606 │ │ │ │ "dhcp-fqdn" are mutually exclusive and cannot be │
2607 │ │ │ │ set at the same time. │
2608 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2609 │dhcp-send-hostname │ boolean │ TRUE │ If TRUE, a hostname is sent to the DHCP server │
2610 │ │ │ │ when acquiring a lease. Some DHCP servers use this │
2611 │ │ │ │ hostname to update DNS databases, essentially │
2612 │ │ │ │ providing a static hostname for the computer. If │
2613 │ │ │ │ the "dhcp-hostname" property is NULL and this │
2614 │ │ │ │ property is TRUE, the current persistent hostname │
2615 │ │ │ │ of the computer is sent. │
2616 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2617 │dhcp-timeout │ int32 │ 0 │ A timeout for a DHCP transaction in seconds. │
2618 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2619 │dns │ array of byte │ [] │ Array of IP addresses of DNS servers (in network │
2620 │ │ array │ │ byte order) │
2621 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2622 │dns-options │ array of string │ [] │ Array of DNS options as described in man 5 │
2623 │ │ │ │ resolv.conf. NULL means that the options are unset │
2624 │ │ │ │ and left at the default. In this case │
2625 │ │ │ │ NetworkManager will use default options. This is │
2626 │ │ │ │ distinct from an empty list of properties. │
2627 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2628 │dns-priority │ int32 │ 0 │ DNS servers priority. The relative priority for │
2629 │ │ │ │ DNS servers specified by this setting. A lower │
2630 │ │ │ │ value is better (higher priority). Zero selects │
2631 │ │ │ │ the default value, which is 50 for VPNs and 100 │
2632 │ │ │ │ for other connections. Note that the priority is │
2633 │ │ │ │ to order DNS settings for multiple active │
2634 │ │ │ │ connections. It does not disambiguate multiple │
2635 │ │ │ │ DNS servers within the same connection profile. │
2636 │ │ │ │ When using dns=default, servers with higher │
2637 │ │ │ │ priority will be on top of resolv.conf. To │
2638 │ │ │ │ prioritize a given server over another one within │
2639 │ │ │ │ the same connection, just specify them in the │
2640 │ │ │ │ desired order. When multiple devices have │
2641 │ │ │ │ configurations with the same priority, the one │
2642 │ │ │ │ with an active default route will be preferred. │
2643 │ │ │ │ Negative values have the special effect of │
2644 │ │ │ │ excluding other configurations with a greater │
2645 │ │ │ │ priority value; so in presence of at least a │
2646 │ │ │ │ negative priority, only DNS servers from │
2647 │ │ │ │ connections with the lowest priority value will be │
2648 │ │ │ │ used. When using a DNS resolver that supports │
2649 │ │ │ │ split-DNS as dns=dnsmasq or dns=systemd-resolved, │
2650 │ │ │ │ each connection is used to query domains in its │
2651 │ │ │ │ search list. Queries for domains not present in │
2652 │ │ │ │ any search list are routed through connections │
2653 │ │ │ │ having the '~.' special wildcard domain, which is │
2654 │ │ │ │ added automatically to connections with the │
2655 │ │ │ │ default route (or can be added manually). When │
2656 │ │ │ │ multiple connections specify the same domain, the │
2657 │ │ │ │ one with the highest priority (lowest numerical │
2658 │ │ │ │ value) wins. If a connection specifies a domain │
2659 │ │ │ │ which is subdomain of another domain with a │
2660 │ │ │ │ negative DNS priority value, the subdomain is │
2661 │ │ │ │ ignored. │
2662 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2663 │dns-search │ array of string │ [] │ Array of DNS search domains. Domains starting with │
2664 │ │ │ │ a tilde ('~') are considered 'routing' domains and │
2665 │ │ │ │ are used only to decide the interface over which a │
2666 │ │ │ │ query must be forwarded; they are not used to │
2667 │ │ │ │ complete unqualified host names. │
2668 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2669 │gateway │ string │ │ The gateway associated with this configuration. │
2670 │ │ │ │ This is only meaningful if "addresses" is also │
2671 │ │ │ │ set. │
2672 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2673 │ignore-auto-dns │ boolean │ FALSE │ When "method" is set to "auto" and this property │
2674 │ │ │ │ to TRUE, automatically configured nameservers and │
2675 │ │ │ │ search domains are ignored and only nameservers │
2676 │ │ │ │ and search domains specified in the "dns" and │
2677 │ │ │ │ "dns-search" properties, if any, are used. │
2678 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2679 │ignore-auto-routes │ boolean │ FALSE │ When "method" is set to "auto" and this property │
2680 │ │ │ │ to TRUE, automatically configured routes are │
2681 │ │ │ │ ignored and only routes specified in the "routes" │
2682 │ │ │ │ property, if any, are used. │
2683 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2684 │ip6-privacy │ NMSettingIP6ConfigPrivacy │ │ Configure IPv6 Privacy Extensions for SLAAC, │
2685 │ │ (int32) │ │ described in RFC4941. If enabled, it makes the │
2686 │ │ │ │ kernel generate a temporary IPv6 address in │
2687 │ │ │ │ addition to the public one generated from MAC │
2688 │ │ │ │ address via modified EUI-64. This enhances │
2689 │ │ │ │ privacy, but could cause problems in some │
2690 │ │ │ │ applications, on the other hand. The permitted │
2691 │ │ │ │ values are: -1: unknown, 0: disabled, 1: enabled │
2692 │ │ │ │ (prefer public address), 2: enabled (prefer │
2693 │ │ │ │ temporary addresses). Having a per-connection │
2694 │ │ │ │ setting set to "-1" (unknown) means fallback to │
2695 │ │ │ │ global configuration "ipv6.ip6-privacy". If also │
2696 │ │ │ │ global configuration is unspecified or set to │
2697 │ │ │ │ "-1", fallback to read │
2698 │ │ │ │ "/proc/sys/net/ipv6/conf/default/use_tempaddr". │
2699 │ │ │ │ Note that this setting is distinct from the Stable │
2700 │ │ │ │ Privacy addresses that can be enabled with the │
2701 │ │ │ │ "addr-gen-mode" property's "stable-privacy" │
2702 │ │ │ │ setting as another way of avoiding host tracking │
2703 │ │ │ │ with IPv6 addresses. │
2704 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2705 │may-fail │ boolean │ TRUE │ If TRUE, allow overall network configuration to │
2706 │ │ │ │ proceed even if the configuration specified by │
2707 │ │ │ │ this property times out. Note that at least one │
2708 │ │ │ │ IP configuration must succeed or overall network │
2709 │ │ │ │ configuration will still fail. For example, in │
2710 │ │ │ │ IPv6-only networks, setting this property to TRUE │
2711 │ │ │ │ on the NMSettingIP4Config allows the overall │
2712 │ │ │ │ network configuration to succeed if IPv4 │
2713 │ │ │ │ configuration fails but IPv6 configuration │
2714 │ │ │ │ completes successfully. │
2715 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2716 │method │ string │ │ IP configuration method. NMSettingIP4Config and │
2717 │ │ │ │ NMSettingIP6Config both support "auto", "manual", │
2718 │ │ │ │ and "link-local". See the subclass-specific │
2719 │ │ │ │ documentation for other values. In general, for │
2720 │ │ │ │ the "auto" method, properties such as "dns" and │
2721 │ │ │ │ "routes" specify information that is added on to │
2722 │ │ │ │ the information returned from automatic │
2723 │ │ │ │ configuration. The "ignore-auto-routes" and │
2724 │ │ │ │ "ignore-auto-dns" properties modify this behavior. │
2725 │ │ │ │ For methods that imply no upstream network, such │
2726 │ │ │ │ as "shared" or "link-local", these properties must │
2727 │ │ │ │ be empty. For IPv4 method "shared", the IP subnet │
2728 │ │ │ │ can be configured by adding one manual IPv4 │
2729 │ │ │ │ address or otherwise 10.42.x.0/24 is chosen. Note │
2730 │ │ │ │ that the shared method must be configured on the │
2731 │ │ │ │ interface which shares the internet to a subnet, │
2732 │ │ │ │ not on the uplink which is shared. │
2733 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2734 │never-default │ boolean │ FALSE │ If TRUE, this connection will never be the default │
2735 │ │ │ │ connection for this IP type, meaning it will never │
2736 │ │ │ │ be assigned the default route by NetworkManager. │
2737 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2738 │route-data │ array of vardict │ │ Array of IPv6 routes. Each route dictionary │
2739 │ │ │ │ contains at least 'dest' and 'prefix' entries, │
2740 │ │ │ │ containing the destination IP address as a string, │
2741 │ │ │ │ and the prefix length as a uint32. Most routes │
2742 │ │ │ │ will also have a 'next-hop' entry, containing the │
2743 │ │ │ │ next hop IP address as a string. If the route has │
2744 │ │ │ │ a 'metric' entry (containing a uint32), that will │
2745 │ │ │ │ be used as the metric for the route (otherwise NM │
2746 │ │ │ │ will pick a default value appropriate to the │
2747 │ │ │ │ device). Additional attributes may also exist on │
2748 │ │ │ │ some routes. │
2749 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2750 │route-metric │ int64 │ -1 │ The default metric for routes that don't │
2751 │ │ │ │ explicitly specify a metric. The default value -1 │
2752 │ │ │ │ means that the metric is chosen automatically │
2753 │ │ │ │ based on the device type. The metric applies to │
2754 │ │ │ │ dynamic routes, manual (static) routes that don't │
2755 │ │ │ │ have an explicit metric setting, address prefix │
2756 │ │ │ │ routes, and the default route. Note that for IPv6, │
2757 │ │ │ │ the kernel accepts zero (0) but coerces it to 1024 │
2758 │ │ │ │ (user default). Hence, setting this property to │
2759 │ │ │ │ zero effectively mean setting it to 1024. For │
2760 │ │ │ │ IPv4, zero is a regular value for the metric. │
2761 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2762 │route-table │ uint32 │ 0 │ Enable policy routing (source routing) and set the │
2763 │ │ │ │ routing table used when adding routes. This │
2764 │ │ │ │ affects all routes, including device-routes, │
2765 │ │ │ │ IPv4LL, DHCP, SLAAC, default-routes and static │
2766 │ │ │ │ routes. But note that static routes can │
2767 │ │ │ │ individually overwrite the setting by explicitly │
2768 │ │ │ │ specifying a non-zero routing table. If the table │
2769 │ │ │ │ setting is left at zero, it is eligible to be │
2770 │ │ │ │ overwritten via global configuration. If the │
2771 │ │ │ │ property is zero even after applying the global │
2772 │ │ │ │ configuration value, policy routing is disabled │
2773 │ │ │ │ for the address family of this connection. Policy │
2774 │ │ │ │ routing disabled means that NetworkManager will │
2775 │ │ │ │ add all routes to the main table (except static │
2776 │ │ │ │ routes that explicitly configure a different │
2777 │ │ │ │ table). Additionally, NetworkManager will not │
2778 │ │ │ │ delete any extraneous routes from tables except │
2779 │ │ │ │ the main table. This is to preserve backward │
2780 │ │ │ │ compatibility for users who manage routing tables │
2781 │ │ │ │ outside of NetworkManager. │
2782 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2783 │routes │ array of legacy IPv6 │ [] │ Deprecated in favor of the 'route-data' property, │
2784 │ │ route struct (a(ayuayu)) │ │ but this can be used for backward-compatibility │
2785 │ │ │ │ with older daemons. Note that if you send this │
2786 │ │ │ │ property the daemon will ignore 'route-data'. │
2787 │ │ │ │ Array of IPv6 route structures. Each IPv6 route │
2788 │ │ │ │ structure is composed of an IPv6 address, a prefix │
2789 │ │ │ │ length (1 - 128), an IPv6 next hop address (which │
2790 │ │ │ │ may be zeroed out if there is no next hop), and a │
2791 │ │ │ │ metric. If the metric is 0, NM will choose an │
2792 │ │ │ │ appropriate default metric for the device. │
2793 ├───────────────────┼───────────────────────────┼───────────────┼────────────────────────────────────────────────────┤
2794 │token │ string │ │ Configure the token for │
2795 │ │ │ │ draft-chown-6man-tokenised-ipv6-identifiers-02 │
2796 │ │ │ │ IPv6 tokenized interface identifiers. Useful with │
2797 │ │ │ │ eui64 addr-gen-mode. │
2798 └───────────────────┴───────────────────────────┴───────────────┴────────────────────────────────────────────────────┘
2799
2800 ip-tunnel setting
2801 IP Tunneling Settings.
2802
2803 ┌────────────────────┬────────────┬───────────────┬──────────────────────────────────────────┐
2804 │Key Name │ Value Type │ Default Value │ Value │
2805 │ │ │ │ Description │
2806 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2807 │encapsulation-limit │ uint32 │ 0 │ How many │
2808 │ │ │ │ additional │
2809 │ │ │ │ levels of │
2810 │ │ │ │ encapsulation │
2811 │ │ │ │ are permitted to │
2812 │ │ │ │ be prepended to │
2813 │ │ │ │ packets. This │
2814 │ │ │ │ property applies │
2815 │ │ │ │ only to IPv6 │
2816 │ │ │ │ tunnels. │
2817 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2818 │flags │ uint32 │ 0 │ Tunnel flags. │
2819 │ │ │ │ Currently the │
2820 │ │ │ │ following values │
2821 │ │ │ │ are supported: │
2822 │ │ │ │ NM_IP_TUNNEL_FLAG_IP6_IGN_ENCAP_LIMIT │
2823 │ │ │ │ (0x1), │
2824 │ │ │ │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_TCLASS │
2825 │ │ │ │ (0x2), │
2826 │ │ │ │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FLOWLABEL │
2827 │ │ │ │ (0x4), │
2828 │ │ │ │ NM_IP_TUNNEL_FLAG_IP6_MIP6_DEV │
2829 │ │ │ │ (0x8), │
2830 │ │ │ │ NM_IP_TUNNEL_FLAG_IP6_RCV_DSCP_COPY │
2831 │ │ │ │ (0x10), │
2832 │ │ │ │ NM_IP_TUNNEL_FLAG_IP6_USE_ORIG_FWMARK │
2833 │ │ │ │ (0x20). They are │
2834 │ │ │ │ valid only for │
2835 │ │ │ │ IPv6 tunnels. │
2836 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2837 │flow-label │ uint32 │ 0 │ The flow label to assign to tunnel │
2838 │ │ │ │ packets. This property applies only to │
2839 │ │ │ │ IPv6 tunnels. │
2840 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2841 │input-key │ string │ │ The key used for tunnel input packets; │
2842 │ │ │ │ the property is valid only for certain │
2843 │ │ │ │ tunnel modes (GRE, IP6GRE). If empty, no │
2844 │ │ │ │ key is used. │
2845 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2846 │local │ string │ │ The local endpoint of the tunnel; the │
2847 │ │ │ │ value can be empty, otherwise it must │
2848 │ │ │ │ contain an IPv4 or IPv6 address. │
2849 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2850 │mode │ uint32 │ 0 │ The tunneling mode, for example │
2851 │ │ │ │ NM_IP_TUNNEL_MODE_IPIP (1) or │
2852 │ │ │ │ NM_IP_TUNNEL_MODE_GRE (2). │
2853 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2854 │mtu │ uint32 │ 0 │ If non-zero, only transmit packets of │
2855 │ │ │ │ the specified size or smaller, breaking │
2856 │ │ │ │ larger packets up into multiple │
2857 │ │ │ │ fragments. │
2858 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2859 │output-key │ string │ │ The key used for tunnel output packets; │
2860 │ │ │ │ the property is valid only for certain │
2861 │ │ │ │ tunnel modes (GRE, IP6GRE). If empty, no │
2862 │ │ │ │ key is used. │
2863 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2864 │parent │ string │ │ If given, specifies the parent interface │
2865 │ │ │ │ name or parent connection UUID the new │
2866 │ │ │ │ device will be bound to so that tunneled │
2867 │ │ │ │ packets will only be routed via that │
2868 │ │ │ │ interface. │
2869 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2870 │path-mtu-discovery │ boolean │ TRUE │ Whether to enable Path MTU Discovery on │
2871 │ │ │ │ this tunnel. │
2872 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2873 │remote │ string │ │ The remote endpoint of the tunnel; the │
2874 │ │ │ │ value must contain an IPv4 or IPv6 │
2875 │ │ │ │ address. │
2876 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2877 │tos │ uint32 │ 0 │ The type of service (IPv4) or traffic │
2878 │ │ │ │ class (IPv6) field to be set on tunneled │
2879 │ │ │ │ packets. │
2880 ├────────────────────┼────────────┼───────────────┼──────────────────────────────────────────┤
2881 │ttl │ uint32 │ 0 │ The TTL to assign to tunneled packets. 0 │
2882 │ │ │ │ is a special value meaning that packets │
2883 │ │ │ │ inherit the TTL value. │
2884 └────────────────────┴────────────┴───────────────┴──────────────────────────────────────────┘
2885
2886 macsec setting
2887 MACSec Settings.
2888
2889 ┌──────────────┬──────────────────────┬───────────────┬───────────────────────────┐
2890 │Key Name │ Value Type │ Default Value │ Value │
2891 │ │ │ │ Description │
2892 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2893 │encrypt │ boolean │ TRUE │ Whether the │
2894 │ │ │ │ transmitted │
2895 │ │ │ │ traffic must be │
2896 │ │ │ │ encrypted. │
2897 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2898 │mka-cak │ string │ │ The pre-shared │
2899 │ │ │ │ CAK │
2900 │ │ │ │ (Connectivity │
2901 │ │ │ │ Association Key) │
2902 │ │ │ │ for MACsec Key │
2903 │ │ │ │ Agreement. │
2904 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2905 │mka-cak-flags │ NMSettingSecretFlags │ │ Flags indicating │
2906 │ │ (uint32) │ │ how to handle │
2907 │ │ │ │ the "mka-cak" │
2908 │ │ │ │ property. (see │
2909 │ │ │ │ the section │
2910 │ │ │ │ called “Secret │
2911 │ │ │ │ flag types:” for │
2912 │ │ │ │ flag values) │
2913 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2914 │mka-ckn │ string │ │ The pre-shared │
2915 │ │ │ │ CKN │
2916 │ │ │ │ (Connectivity-association │
2917 │ │ │ │ Key Name) for │
2918 │ │ │ │ MACsec Key │
2919 │ │ │ │ Agreement. │
2920 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2921 │mode │ int32 │ 0 │ Specifies how the CAK │
2922 │ │ │ │ (Connectivity Association │
2923 │ │ │ │ Key) for MKA (MACsec Key │
2924 │ │ │ │ Agreement) is obtained. │
2925 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2926 │parent │ string │ │ If given, specifies the │
2927 │ │ │ │ parent interface name or │
2928 │ │ │ │ parent connection UUID │
2929 │ │ │ │ from which this MACSEC │
2930 │ │ │ │ interface should be │
2931 │ │ │ │ created. If this │
2932 │ │ │ │ property is not │
2933 │ │ │ │ specified, the connection │
2934 │ │ │ │ must contain an │
2935 │ │ │ │ "802-3-ethernet" setting │
2936 │ │ │ │ with a "mac-address" │
2937 │ │ │ │ property. │
2938 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2939 │port │ int32 │ 1 │ The port component of the │
2940 │ │ │ │ SCI (Secure Channel │
2941 │ │ │ │ Identifier), between 1 │
2942 │ │ │ │ and 65534. │
2943 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2944 │send-sci │ boolean │ TRUE │ Specifies whether the SCI │
2945 │ │ │ │ (Secure Channel │
2946 │ │ │ │ Identifier) is included │
2947 │ │ │ │ in every packet. │
2948 ├──────────────┼──────────────────────┼───────────────┼───────────────────────────┤
2949 │validation │ int32 │ 2 │ Specifies the validation │
2950 │ │ │ │ mode for incoming frames. │
2951 └──────────────┴──────────────────────┴───────────────┴───────────────────────────┘
2952
2953 macvlan setting
2954 MAC VLAN Settings.
2955
2956 ┌────────────┬────────────┬───────────────┬──────────────────┐
2957 │Key Name │ Value Type │ Default Value │ Value │
2958 │ │ │ │ Description │
2959 ├────────────┼────────────┼───────────────┼──────────────────┤
2960 │mode │ uint32 │ 0 │ The macvlan │
2961 │ │ │ │ mode, which │
2962 │ │ │ │ specifies the │
2963 │ │ │ │ communication │
2964 │ │ │ │ mechanism │
2965 │ │ │ │ between multiple │
2966 │ │ │ │ macvlans on the │
2967 │ │ │ │ same lower │
2968 │ │ │ │ device. │
2969 ├────────────┼────────────┼───────────────┼──────────────────┤
2970 │parent │ string │ │ If given, │
2971 │ │ │ │ specifies the │
2972 │ │ │ │ parent interface │
2973 │ │ │ │ name or parent │
2974 │ │ │ │ connection UUID │
2975 │ │ │ │ from which this │
2976 │ │ │ │ MAC-VLAN │
2977 │ │ │ │ interface should │
2978 │ │ │ │ be created. If │
2979 │ │ │ │ this property is │
2980 │ │ │ │ not specified, │
2981 │ │ │ │ the connection │
2982 │ │ │ │ must contain an │
2983 │ │ │ │ "802-3-ethernet" │
2984 │ │ │ │ setting with a │
2985 │ │ │ │ "mac-address" │
2986 │ │ │ │ property. │
2987 ├────────────┼────────────┼───────────────┼──────────────────┤
2988 │promiscuous │ boolean │ TRUE │ Whether the │
2989 │ │ │ │ interface should │
2990 │ │ │ │ be put in │
2991 │ │ │ │ promiscuous │
2992 │ │ │ │ mode. │
2993 ├────────────┼────────────┼───────────────┼──────────────────┤
2994 │tap │ boolean │ FALSE │ Whether the │
2995 │ │ │ │ interface should │
2996 │ │ │ │ be a MACVTAP. │
2997 └────────────┴────────────┴───────────────┴──────────────────┘
2998
2999 match setting
3000 Match settings..
3001
3002 ┌───────────────┬─────────────────┬───────────────┬──────────────────┐
3003 │Key Name │ Value Type │ Default Value │ Value │
3004 │ │ │ │ Description │
3005 ├───────────────┼─────────────────┼───────────────┼──────────────────┤
3006 │interface-name │ array of string │ [] │ A list of │
3007 │ │ │ │ interface names │
3008 │ │ │ │ to match. Each │
3009 │ │ │ │ element is a │
3010 │ │ │ │ shell wildcard │
3011 │ │ │ │ pattern. When │
3012 │ │ │ │ an element is │
3013 │ │ │ │ prefixed with │
3014 │ │ │ │ exclamation mark │
3015 │ │ │ │ (!) the │
3016 │ │ │ │ condition is │
3017 │ │ │ │ inverted. A │
3018 │ │ │ │ candidate │
3019 │ │ │ │ interface name │
3020 │ │ │ │ is considered │
3021 │ │ │ │ matching when │
3022 │ │ │ │ both these │
3023 │ │ │ │ conditions are │
3024 │ │ │ │ satisfied: (a) │
3025 │ │ │ │ any of the │
3026 │ │ │ │ elements not │
3027 │ │ │ │ prefixed with │
3028 │ │ │ │ '!' matches or │
3029 │ │ │ │ there aren't │
3030 │ │ │ │ such elements; │
3031 │ │ │ │ (b) none of the │
3032 │ │ │ │ elements │
3033 │ │ │ │ prefixed with │
3034 │ │ │ │ '!' match. │
3035 └───────────────┴─────────────────┴───────────────┴──────────────────┘
3036
3037 802-11-olpc-mesh setting
3038 OLPC Wireless Mesh Settings.
3039
3040 ┌─────────────────────┬────────────┬───────────────┬──────────────────┐
3041 │Key Name │ Value Type │ Default Value │ Value │
3042 │ │ │ │ Description │
3043 ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3044 │channel │ uint32 │ 0 │ Channel on which │
3045 │ │ │ │ the mesh network │
3046 │ │ │ │ to join is │
3047 │ │ │ │ located. │
3048 ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3049 │dhcp-anycast-address │ byte array │ │ Anycast DHCP MAC │
3050 │ │ │ │ address used │
3051 │ │ │ │ when requesting │
3052 │ │ │ │ an IP address │
3053 │ │ │ │ via DHCP. The │
3054 │ │ │ │ specific anycast │
3055 │ │ │ │ address used │
3056 │ │ │ │ determines which │
3057 │ │ │ │ DHCP server │
3058 │ │ │ │ class answers │
3059 │ │ │ │ the request. │
3060 ├─────────────────────┼────────────┼───────────────┼──────────────────┤
3061 │ssid │ byte array │ │ SSID of the mesh │
3062 │ │ │ │ network to join. │
3063 └─────────────────────┴────────────┴───────────────┴──────────────────┘
3064
3065 ovs-bridge setting
3066 OvsBridge Link Settings.
3067
3068 ┌──────────────────────┬────────────┬───────────────┬──────────────────┐
3069 │Key Name │ Value Type │ Default Value │ Value │
3070 │ │ │ │ Description │
3071 ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3072 │fail-mode │ string │ │ The bridge │
3073 │ │ │ │ failure mode. │
3074 │ │ │ │ One of "secure", │
3075 │ │ │ │ "standalone" or │
3076 │ │ │ │ empty. │
3077 ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3078 │mcast-snooping-enable │ boolean │ FALSE │ Enable or │
3079 │ │ │ │ disable │
3080 │ │ │ │ multicast │
3081 │ │ │ │ snooping. │
3082 ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3083 │rstp-enable │ boolean │ FALSE │ Enable or │
3084 │ │ │ │ disable RSTP. │
3085 ├──────────────────────┼────────────┼───────────────┼──────────────────┤
3086 │stp-enable │ boolean │ FALSE │ Enable or │
3087 │ │ │ │ disable STP. │
3088 └──────────────────────┴────────────┴───────────────┴──────────────────┘
3089
3090 ovs-interface setting
3091 Open vSwitch Interface Settings.
3092
3093 ┌─────────┬────────────┬───────────────┬────────────────┐
3094 │Key Name │ Value Type │ Default Value │ Value │
3095 │ │ │ │ Description │
3096 ├─────────┼────────────┼───────────────┼────────────────┤
3097 │type │ string │ │ The interface │
3098 │ │ │ │ type. Either │
3099 │ │ │ │ "internal", or │
3100 │ │ │ │ empty. │
3101 └─────────┴────────────┴───────────────┴────────────────┘
3102
3103 ovs-patch setting
3104 OvsPatch Link Settings.
3105
3106 ┌─────────┬────────────┬───────────────┬─────────────────┐
3107 │Key Name │ Value Type │ Default Value │ Value │
3108 │ │ │ │ Description │
3109 ├─────────┼────────────┼───────────────┼─────────────────┤
3110 │peer │ string │ │ Specifies the │
3111 │ │ │ │ unicast │
3112 │ │ │ │ destination IP │
3113 │ │ │ │ address of a │
3114 │ │ │ │ remote Open │
3115 │ │ │ │ vSwitch bridge │
3116 │ │ │ │ port to connect │
3117 │ │ │ │ to. │
3118 └─────────┴────────────┴───────────────┴─────────────────┘
3119
3120 ovs-port setting
3121 OvsPort Link Settings.
3122
3123 ┌───────────────┬────────────┬───────────────┬────────────────────┐
3124 │Key Name │ Value Type │ Default Value │ Value │
3125 │ │ │ │ Description │
3126 ├───────────────┼────────────┼───────────────┼────────────────────┤
3127 │bond-downdelay │ uint32 │ 0 │ The time port │
3128 │ │ │ │ must be inactive │
3129 │ │ │ │ in order to be │
3130 │ │ │ │ considered down. │
3131 ├───────────────┼────────────┼───────────────┼────────────────────┤
3132 │bond-mode │ string │ │ Bonding mode. │
3133 │ │ │ │ One of │
3134 │ │ │ │ "active-backup", │
3135 │ │ │ │ "balance-slb", │
3136 │ │ │ │ or │
3137 │ │ │ │ "balance-tcp". │
3138 ├───────────────┼────────────┼───────────────┼────────────────────┤
3139 │bond-updelay │ uint32 │ 0 │ The time port │
3140 │ │ │ │ must be active │
3141 │ │ │ │ before it starts │
3142 │ │ │ │ forwarding │
3143 │ │ │ │ traffic. │
3144 ├───────────────┼────────────┼───────────────┼────────────────────┤
3145 │lacp │ string │ │ LACP mode. One │
3146 │ │ │ │ of "active", │
3147 │ │ │ │ "off", or │
3148 │ │ │ │ "passive". │
3149 ├───────────────┼────────────┼───────────────┼────────────────────┤
3150 │tag │ uint32 │ 0 │ The VLAN tag in │
3151 │ │ │ │ the range │
3152 │ │ │ │ 0-4095. │
3153 ├───────────────┼────────────┼───────────────┼────────────────────┤
3154 │vlan-mode │ string │ │ The VLAN mode. │
3155 │ │ │ │ One of "access", │
3156 │ │ │ │ "native-tagged", │
3157 │ │ │ │ "native-untagged", │
3158 │ │ │ │ "trunk" or │
3159 │ │ │ │ unset. │
3160 └───────────────┴────────────┴───────────────┴────────────────────┘
3161
3162 ppp setting
3163 Point-to-Point Protocol Settings.
3164
3165 ┌──────────────────┬────────────┬───────────────┬─────────────────────┐
3166 │Key Name │ Value Type │ Default Value │ Value │
3167 │ │ │ │ Description │
3168 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3169 │baud │ uint32 │ 0 │ If non-zero, │
3170 │ │ │ │ instruct pppd to │
3171 │ │ │ │ set the serial │
3172 │ │ │ │ port to the │
3173 │ │ │ │ specified │
3174 │ │ │ │ baudrate. This │
3175 │ │ │ │ value should │
3176 │ │ │ │ normally be left │
3177 │ │ │ │ as 0 to │
3178 │ │ │ │ automatically │
3179 │ │ │ │ choose the │
3180 │ │ │ │ speed. │
3181 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3182 │crtscts │ boolean │ FALSE │ If TRUE, specify │
3183 │ │ │ │ that pppd should │
3184 │ │ │ │ set the serial │
3185 │ │ │ │ port to use │
3186 │ │ │ │ hardware flow │
3187 │ │ │ │ control with RTS │
3188 │ │ │ │ and CTS signals. │
3189 │ │ │ │ This value │
3190 │ │ │ │ should normally │
3191 │ │ │ │ be set to FALSE. │
3192 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3193 │lcp-echo-failure │ uint32 │ 0 │ If non-zero, │
3194 │ │ │ │ instruct pppd to │
3195 │ │ │ │ presume the │
3196 │ │ │ │ connection to │
3197 │ │ │ │ the peer has │
3198 │ │ │ │ failed if the │
3199 │ │ │ │ specified number │
3200 │ │ │ │ of LCP │
3201 │ │ │ │ echo-requests go │
3202 │ │ │ │ unanswered by │
3203 │ │ │ │ the peer. The │
3204 │ │ │ │ "lcp-echo-interval" │
3205 │ │ │ │ property must │
3206 │ │ │ │ also be set to a │
3207 │ │ │ │ non-zero value │
3208 │ │ │ │ if this property │
3209 │ │ │ │ is used. │
3210 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3211 │lcp-echo-interval │ uint32 │ 0 │ If non-zero, │
3212 │ │ │ │ instruct pppd to │
3213 │ │ │ │ send an LCP │
3214 │ │ │ │ echo-request frame │
3215 │ │ │ │ to the peer every n │
3216 │ │ │ │ seconds (where n is │
3217 │ │ │ │ the specified │
3218 │ │ │ │ value). Note that │
3219 │ │ │ │ some PPP peers will │
3220 │ │ │ │ respond to echo │
3221 │ │ │ │ requests and some │
3222 │ │ │ │ will not, and it is │
3223 │ │ │ │ not possible to │
3224 │ │ │ │ autodetect this. │
3225 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3226 │mppe-stateful │ boolean │ FALSE │ If TRUE, stateful │
3227 │ │ │ │ MPPE is used. See │
3228 │ │ │ │ pppd documentation │
3229 │ │ │ │ for more │
3230 │ │ │ │ information on │
3231 │ │ │ │ stateful MPPE. │
3232 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3233 │mru │ uint32 │ 0 │ If non-zero, │
3234 │ │ │ │ instruct pppd to │
3235 │ │ │ │ request that the │
3236 │ │ │ │ peer send packets │
3237 │ │ │ │ no larger than the │
3238 │ │ │ │ specified size. If │
3239 │ │ │ │ non-zero, the MRU │
3240 │ │ │ │ should be between │
3241 │ │ │ │ 128 and 16384. │
3242 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3243 │mtu │ uint32 │ 0 │ If non-zero, │
3244 │ │ │ │ instruct pppd to │
3245 │ │ │ │ send packets no │
3246 │ │ │ │ larger than the │
3247 │ │ │ │ specified size. │
3248 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3249 │no-vj-comp │ boolean │ FALSE │ If TRUE, Van │
3250 │ │ │ │ Jacobsen TCP header │
3251 │ │ │ │ compression will │
3252 │ │ │ │ not be requested. │
3253 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3254 │noauth │ boolean │ TRUE │ If TRUE, do not │
3255 │ │ │ │ require the other │
3256 │ │ │ │ side (usually the │
3257 │ │ │ │ PPP server) to │
3258 │ │ │ │ authenticate itself │
3259 │ │ │ │ to the client. If │
3260 │ │ │ │ FALSE, require │
3261 │ │ │ │ authentication from │
3262 │ │ │ │ the remote side. │
3263 │ │ │ │ In almost all │
3264 │ │ │ │ cases, this should │
3265 │ │ │ │ be TRUE. │
3266 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3267 │nobsdcomp │ boolean │ FALSE │ If TRUE, BSD │
3268 │ │ │ │ compression will │
3269 │ │ │ │ not be requested. │
3270 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3271 │nodeflate │ boolean │ FALSE │ If TRUE, "deflate" │
3272 │ │ │ │ compression will │
3273 │ │ │ │ not be requested. │
3274 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3275 │refuse-chap │ boolean │ FALSE │ If TRUE, the CHAP │
3276 │ │ │ │ authentication │
3277 │ │ │ │ method will not be │
3278 │ │ │ │ used. │
3279 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3280 │refuse-eap │ boolean │ FALSE │ If TRUE, the EAP │
3281 │ │ │ │ authentication │
3282 │ │ │ │ method will not be │
3283 │ │ │ │ used. │
3284 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3285 │refuse-mschap │ boolean │ FALSE │ If TRUE, the MSCHAP │
3286 │ │ │ │ authentication │
3287 │ │ │ │ method will not be │
3288 │ │ │ │ used. │
3289 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3290 │refuse-mschapv2 │ boolean │ FALSE │ If TRUE, the │
3291 │ │ │ │ MSCHAPv2 │
3292 │ │ │ │ authentication │
3293 │ │ │ │ method will not be │
3294 │ │ │ │ used. │
3295 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3296 │refuse-pap │ boolean │ FALSE │ If TRUE, the PAP │
3297 │ │ │ │ authentication │
3298 │ │ │ │ method will not be │
3299 │ │ │ │ used. │
3300 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3301 │require-mppe │ boolean │ FALSE │ If TRUE, MPPE │
3302 │ │ │ │ (Microsoft │
3303 │ │ │ │ Point-to-Point │
3304 │ │ │ │ Encryption) will be │
3305 │ │ │ │ required for the │
3306 │ │ │ │ PPP session. If │
3307 │ │ │ │ either 64-bit or │
3308 │ │ │ │ 128-bit MPPE is not │
3309 │ │ │ │ available the │
3310 │ │ │ │ session will fail. │
3311 │ │ │ │ Note that MPPE is │
3312 │ │ │ │ not used on mobile │
3313 │ │ │ │ broadband │
3314 │ │ │ │ connections. │
3315 ├──────────────────┼────────────┼───────────────┼─────────────────────┤
3316 │require-mppe-128 │ boolean │ FALSE │ If TRUE, 128-bit │
3317 │ │ │ │ MPPE (Microsoft │
3318 │ │ │ │ Point-to-Point │
3319 │ │ │ │ Encryption) will be │
3320 │ │ │ │ required for the │
3321 │ │ │ │ PPP session, and │
3322 │ │ │ │ the "require-mppe" │
3323 │ │ │ │ property must also │
3324 │ │ │ │ be set to TRUE. If │
3325 │ │ │ │ 128-bit MPPE is not │
3326 │ │ │ │ available the │
3327 │ │ │ │ session will fail. │
3328 └──────────────────┴────────────┴───────────────┴─────────────────────┘
3329
3330 pppoe setting
3331 PPP-over-Ethernet Settings.
3332
3333 ┌───────────────┬──────────────────────┬───────────────┬──────────────────────┐
3334 │Key Name │ Value Type │ Default Value │ Value │
3335 │ │ │ │ Description │
3336 ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3337 │parent │ string │ │ If given, │
3338 │ │ │ │ specifies the │
3339 │ │ │ │ parent interface │
3340 │ │ │ │ name on which │
3341 │ │ │ │ this PPPoE │
3342 │ │ │ │ connection │
3343 │ │ │ │ should be │
3344 │ │ │ │ created. If │
3345 │ │ │ │ this property is │
3346 │ │ │ │ not specified, │
3347 │ │ │ │ the connection │
3348 │ │ │ │ is activated on │
3349 │ │ │ │ the interface │
3350 │ │ │ │ specified in │
3351 │ │ │ │ "interface-name" │
3352 │ │ │ │ of │
3353 │ │ │ │ NMSettingConnection. │
3354 ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3355 │password │ string │ │ Password used to │
3356 │ │ │ │ authenticate with │
3357 │ │ │ │ the PPPoE service. │
3358 ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3359 │password-flags │ NMSettingSecretFlags │ │ Flags indicating how │
3360 │ │ (uint32) │ │ to handle the │
3361 │ │ │ │ "password" property. │
3362 │ │ │ │ (see the section │
3363 │ │ │ │ called “Secret flag │
3364 │ │ │ │ types:” for flag │
3365 │ │ │ │ values) │
3366 ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3367 │service │ string │ │ If specified, │
3368 │ │ │ │ instruct PPPoE to │
3369 │ │ │ │ only initiate │
3370 │ │ │ │ sessions with access │
3371 │ │ │ │ concentrators that │
3372 │ │ │ │ provide the │
3373 │ │ │ │ specified service. │
3374 │ │ │ │ For most providers, │
3375 │ │ │ │ this should be left │
3376 │ │ │ │ blank. It is only │
3377 │ │ │ │ required if there │
3378 │ │ │ │ are multiple access │
3379 │ │ │ │ concentrators or a │
3380 │ │ │ │ specific service is │
3381 │ │ │ │ known to be │
3382 │ │ │ │ required. │
3383 ├───────────────┼──────────────────────┼───────────────┼──────────────────────┤
3384 │username │ string │ │ Username used to │
3385 │ │ │ │ authenticate with │
3386 │ │ │ │ the PPPoE service. │
3387 └───────────────┴──────────────────────┴───────────────┴──────────────────────┘
3388
3389 proxy setting
3390 WWW Proxy Settings.
3391
3392 ┌─────────────┬────────────┬───────────────┬──────────────────────────────┐
3393 │Key Name │ Value Type │ Default Value │ Value │
3394 │ │ │ │ Description │
3395 ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3396 │browser-only │ boolean │ FALSE │ Whether the │
3397 │ │ │ │ proxy │
3398 │ │ │ │ configuration is │
3399 │ │ │ │ for browser │
3400 │ │ │ │ only. │
3401 ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3402 │method │ int32 │ 0 │ Method for proxy │
3403 │ │ │ │ configuration, │
3404 │ │ │ │ Default is │
3405 │ │ │ │ NM_SETTING_PROXY_METHOD_NONE │
3406 │ │ │ │ (0) │
3407 ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3408 │pac-script │ string │ │ PAC script for the │
3409 │ │ │ │ connection. │
3410 ├─────────────┼────────────┼───────────────┼──────────────────────────────┤
3411 │pac-url │ string │ │ PAC URL for obtaining PAC │
3412 │ │ │ │ file. │
3413 └─────────────┴────────────┴───────────────┴──────────────────────────────┘
3414
3415 serial setting
3416 Serial Link Settings.
3417
3418 ┌───────────┬────────────┬───────────────┬──────────────────┐
3419 │Key Name │ Value Type │ Default Value │ Value │
3420 │ │ │ │ Description │
3421 ├───────────┼────────────┼───────────────┼──────────────────┤
3422 │baud │ uint32 │ 57600 │ Speed to use for │
3423 │ │ │ │ communication │
3424 │ │ │ │ over the serial │
3425 │ │ │ │ port. Note that │
3426 │ │ │ │ this value │
3427 │ │ │ │ usually has no │
3428 │ │ │ │ effect for │
3429 │ │ │ │ mobile broadband │
3430 │ │ │ │ modems as they │
3431 │ │ │ │ generally ignore │
3432 │ │ │ │ speed settings │
3433 │ │ │ │ and use the │
3434 │ │ │ │ highest │
3435 │ │ │ │ available speed. │
3436 ├───────────┼────────────┼───────────────┼──────────────────┤
3437 │bits │ uint32 │ 8 │ Byte-width of │
3438 │ │ │ │ the serial │
3439 │ │ │ │ communication. │
3440 │ │ │ │ The 8 in "8n1" │
3441 │ │ │ │ for example. │
3442 ├───────────┼────────────┼───────────────┼──────────────────┤
3443 │parity │ byte │ │ The connection │
3444 │ │ │ │ parity: 69 │
3445 │ │ │ │ (ASCII 'E') for │
3446 │ │ │ │ even parity, 111 │
3447 │ │ │ │ (ASCII 'o') for │
3448 │ │ │ │ odd, 110 (ASCII │
3449 │ │ │ │ 'n') for none. │
3450 ├───────────┼────────────┼───────────────┼──────────────────┤
3451 │send-delay │ uint64 │ 0 │ Time to delay │
3452 │ │ │ │ between each │
3453 │ │ │ │ byte sent to the │
3454 │ │ │ │ modem, in │
3455 │ │ │ │ microseconds. │
3456 ├───────────┼────────────┼───────────────┼──────────────────┤
3457 │stopbits │ uint32 │ 1 │ Number of stop │
3458 │ │ │ │ bits for │
3459 │ │ │ │ communication on │
3460 │ │ │ │ the serial port. │
3461 │ │ │ │ Either 1 or 2. │
3462 │ │ │ │ The 1 in "8n1" │
3463 │ │ │ │ for example. │
3464 └───────────┴────────────┴───────────────┴──────────────────┘
3465
3466 sriov setting
3467 SR-IOV settings..
3468
3469 ┌──────────────────┬──────────────────┬───────────────┬──────────────────────────┐
3470 │Key Name │ Value Type │ Default Value │ Value │
3471 │ │ │ │ Description │
3472 ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3473 │autoprobe-drivers │ NMTernary │ │ Whether to │
3474 │ │ (int32) │ │ autoprobe │
3475 │ │ │ │ virtual │
3476 │ │ │ │ functions by a │
3477 │ │ │ │ compatible │
3478 │ │ │ │ driver. If set │
3479 │ │ │ │ to │
3480 │ │ │ │ NM_TERNARY_TRUE │
3481 │ │ │ │ (1), the kernel │
3482 │ │ │ │ will try to bind │
3483 │ │ │ │ VFs to a │
3484 │ │ │ │ compatible │
3485 │ │ │ │ driver and if │
3486 │ │ │ │ this succeeds a │
3487 │ │ │ │ new network │
3488 │ │ │ │ interface will │
3489 │ │ │ │ be instantiated │
3490 │ │ │ │ for each VF. If │
3491 │ │ │ │ set to │
3492 │ │ │ │ NM_TERNARY_FALSE │
3493 │ │ │ │ (0), VFs will │
3494 │ │ │ │ not be claimed │
3495 │ │ │ │ and no network │
3496 │ │ │ │ interfaces will │
3497 │ │ │ │ be created for │
3498 │ │ │ │ them. When set │
3499 │ │ │ │ to │
3500 │ │ │ │ NM_TERNARY_DEFAULT │
3501 │ │ │ │ (-1), the global │
3502 │ │ │ │ default is used; │
3503 │ │ │ │ in case the │
3504 │ │ │ │ global default │
3505 │ │ │ │ is unspecified │
3506 │ │ │ │ it is assumed to │
3507 │ │ │ │ be │
3508 │ │ │ │ NM_TERNARY_TRUE │
3509 │ │ │ │ (1). │
3510 ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3511 │total-vfs │ uint32 │ 0 │ The total number │
3512 │ │ │ │ of virtual │
3513 │ │ │ │ functions to │
3514 │ │ │ │ create. │
3515 ├──────────────────┼──────────────────┼───────────────┼──────────────────────────┤
3516 │vfs │ array of vardict │ [] │ Array of virtual │
3517 │ │ │ │ function │
3518 │ │ │ │ descriptors. Each │
3519 │ │ │ │ VF descriptor is a │
3520 │ │ │ │ dictionary mapping │
3521 │ │ │ │ attribute names to │
3522 │ │ │ │ GVariant values. │
3523 │ │ │ │ The 'index' entry │
3524 │ │ │ │ is mandatory for │
3525 │ │ │ │ each VF. When │
3526 │ │ │ │ represented as │
3527 │ │ │ │ string a VF is in │
3528 │ │ │ │ the form: "INDEX │
3529 │ │ │ │ [ATTR=VALUE[ │
3530 │ │ │ │ ATTR=VALUE]...]". │
3531 │ │ │ │ for example: "2 │
3532 │ │ │ │ mac=00:11:22:33:44:55 │
3533 │ │ │ │ spoof-check=true". │
3534 │ │ │ │ The "vlans" │
3535 │ │ │ │ attribute is │
3536 │ │ │ │ represented as a │
3537 │ │ │ │ semicolor-separated │
3538 │ │ │ │ list of VLAN │
3539 │ │ │ │ descriptors, where │
3540 │ │ │ │ each descriptor │
3541 │ │ │ │ has the form │
3542 │ │ │ │ "ID[.PRIORITY[.PROTO]]". │
3543 │ │ │ │ PROTO can be │
3544 │ │ │ │ either 'q' for │
3545 │ │ │ │ 802.1Q (the │
3546 │ │ │ │ default) or 'ad' │
3547 │ │ │ │ for 802.1ad. │
3548 └──────────────────┴──────────────────┴───────────────┴──────────────────────────┘
3549
3550 tc setting
3551 Linux Traffic Control Settings..
3552
3553 ┌─────────┬──────────────────┬───────────────┬──────────────────┐
3554 │Key Name │ Value Type │ Default Value │ Value │
3555 │ │ │ │ Description │
3556 ├─────────┼──────────────────┼───────────────┼──────────────────┤
3557 │qdiscs │ array of vardict │ [] │ Array of TC │
3558 │ │ │ │ queueing │
3559 │ │ │ │ disciplines. │
3560 ├─────────┼──────────────────┼───────────────┼──────────────────┤
3561 │tfilters │ array of vardict │ [] │ Array of TC │
3562 │ │ │ │ traffic filters. │
3563 └─────────┴──────────────────┴───────────────┴──────────────────┘
3564
3565 team setting
3566 Teaming Settings.
3567
3568 ┌────────────────────────────┬──────────────────┬───────────────┬──────────────────────────────┐
3569 │Key Name │ Value Type │ Default Value │ Value │
3570 │ │ │ │ Description │
3571 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3572 │config │ string │ │ The JSON │
3573 │ │ │ │ configuration │
3574 │ │ │ │ for the team │
3575 │ │ │ │ network │
3576 │ │ │ │ interface. The │
3577 │ │ │ │ property should │
3578 │ │ │ │ contain raw JSON │
3579 │ │ │ │ configuration │
3580 │ │ │ │ data suitable │
3581 │ │ │ │ for teamd, │
3582 │ │ │ │ because the │
3583 │ │ │ │ value is passed │
3584 │ │ │ │ directly to │
3585 │ │ │ │ teamd. If not │
3586 │ │ │ │ specified, the │
3587 │ │ │ │ default │
3588 │ │ │ │ configuration is │
3589 │ │ │ │ used. See man │
3590 │ │ │ │ teamd.conf for │
3591 │ │ │ │ the format │
3592 │ │ │ │ details. │
3593 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3594 │interface-name │ string │ │ Deprecated in │
3595 │ │ │ │ favor of │
3596 │ │ │ │ connection.interface-name, │
3597 │ │ │ │ but can be used │
3598 │ │ │ │ for │
3599 │ │ │ │ backward-compatibility │
3600 │ │ │ │ with older │
3601 │ │ │ │ daemons, to set │
3602 │ │ │ │ the team's │
3603 │ │ │ │ interface name. │
3604 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3605 │link-watchers │ array of vardict │ [] │ Link watchers │
3606 │ │ │ │ configuration for the │
3607 │ │ │ │ connection: each link │
3608 │ │ │ │ watcher is defined by a │
3609 │ │ │ │ dictionary, whose keys │
3610 │ │ │ │ depend upon the selected │
3611 │ │ │ │ link watcher. Available │
3612 │ │ │ │ link watchers are │
3613 │ │ │ │ 'ethtool', 'nsna_ping' and │
3614 │ │ │ │ 'arp_ping' and it is │
3615 │ │ │ │ specified in the │
3616 │ │ │ │ dictionary with the key │
3617 │ │ │ │ 'name'. Available keys │
3618 │ │ │ │ are: ethtool: │
3619 │ │ │ │ 'delay-up', 'delay-down', │
3620 │ │ │ │ 'init-wait'; nsna_ping: │
3621 │ │ │ │ 'init-wait', 'interval', │
3622 │ │ │ │ 'missed-max', │
3623 │ │ │ │ 'target-host'; arp_ping: │
3624 │ │ │ │ all the ones in nsna_ping │
3625 │ │ │ │ and 'source-host', │
3626 │ │ │ │ 'validate-active', │
3627 │ │ │ │ 'validate-incative', │
3628 │ │ │ │ 'send-always'. See │
3629 │ │ │ │ teamd.conf man for more │
3630 │ │ │ │ details. │
3631 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3632 │mcast-rejoin-count │ int32 │ 0 │ Corresponds to the teamd │
3633 │ │ │ │ mcast_rejoin.count. │
3634 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3635 │mcast-rejoin-interval │ int32 │ 0 │ Corresponds to the teamd │
3636 │ │ │ │ mcast_rejoin.interval. │
3637 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3638 │notify-peers-count │ int32 │ 0 │ Corresponds to the teamd │
3639 │ │ │ │ notify_peers.count. │
3640 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3641 │notify-peers-interval │ int32 │ 0 │ Corresponds to the teamd │
3642 │ │ │ │ notify_peers.interval. │
3643 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3644 │runner │ string │ "roundrobin" │ Corresponds to the teamd │
3645 │ │ │ │ runner.name. Permitted │
3646 │ │ │ │ values are: "roundrobin", │
3647 │ │ │ │ "broadcast", │
3648 │ │ │ │ "activebackup", │
3649 │ │ │ │ "loadbalance", "lacp", │
3650 │ │ │ │ "random". When setting the │
3651 │ │ │ │ runner, all the properties │
3652 │ │ │ │ specific to the runner │
3653 │ │ │ │ will be reset to the │
3654 │ │ │ │ default value; all the │
3655 │ │ │ │ properties specific to │
3656 │ │ │ │ other runners will be set │
3657 │ │ │ │ to an empty value (or if │
3658 │ │ │ │ not possible to a default │
3659 │ │ │ │ value). │
3660 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3661 │runner-active │ boolean │ FALSE │ Corresponds to the teamd │
3662 │ │ │ │ runner.active. │
3663 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3664 │runner-agg-select-policy │ string │ │ Corresponds to the teamd │
3665 │ │ │ │ runner.agg_select_policy. │
3666 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3667 │runner-fast-rate │ boolean │ FALSE │ Corresponds to the teamd │
3668 │ │ │ │ runner.fast_rate. │
3669 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3670 │runner-hwaddr-policy │ string │ │ Corresponds to the teamd │
3671 │ │ │ │ runner.hwaddr_policy. │
3672 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3673 │runner-min-ports │ int32 │ -1 │ Corresponds to the teamd │
3674 │ │ │ │ runner.min_ports. │
3675 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3676 │runner-sys-prio │ int32 │ -1 │ Corresponds to the teamd │
3677 │ │ │ │ runner.sys_prio. │
3678 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3679 │runner-tx-balancer │ string │ │ Corresponds to the teamd │
3680 │ │ │ │ runner.tx_balancer.name. │
3681 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3682 │runner-tx-balancer-interval │ int32 │ -1 │ Corresponds to the teamd │
3683 │ │ │ │ runner.tx_balancer.interval. │
3684 ├────────────────────────────┼──────────────────┼───────────────┼──────────────────────────────┤
3685 │runner-tx-hash │ array of string │ [] │ Corresponds to the teamd │
3686 │ │ │ │ runner.tx_hash. │
3687 └────────────────────────────┴──────────────────┴───────────────┴──────────────────────────────┘
3688
3689 team-port setting
3690 Team Port Settings.
3691
3692 ┌──────────────┬──────────────────┬───────────────┬─────────────────────────────┐
3693 │Key Name │ Value Type │ Default Value │ Value │
3694 │ │ │ │ Description │
3695 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3696 │config │ string │ │ The JSON │
3697 │ │ │ │ configuration │
3698 │ │ │ │ for the team │
3699 │ │ │ │ port. The │
3700 │ │ │ │ property should │
3701 │ │ │ │ contain raw JSON │
3702 │ │ │ │ configuration │
3703 │ │ │ │ data suitable │
3704 │ │ │ │ for teamd, │
3705 │ │ │ │ because the │
3706 │ │ │ │ value is passed │
3707 │ │ │ │ directly to │
3708 │ │ │ │ teamd. If not │
3709 │ │ │ │ specified, the │
3710 │ │ │ │ default │
3711 │ │ │ │ configuration is │
3712 │ │ │ │ used. See man │
3713 │ │ │ │ teamd.conf for │
3714 │ │ │ │ the format │
3715 │ │ │ │ details. │
3716 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3717 │lacp-key │ int32 │ 0 │ Corresponds to │
3718 │ │ │ │ the teamd │
3719 │ │ │ │ ports.PORTIFNAME.lacp_key. │
3720 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3721 │lacp-prio │ int32 │ 255 │ Corresponds to the teamd │
3722 │ │ │ │ ports.PORTIFNAME.lacp_prio. │
3723 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3724 │link-watchers │ array of vardict │ [] │ Link watchers configuration │
3725 │ │ │ │ for the connection: each │
3726 │ │ │ │ link watcher is defined by │
3727 │ │ │ │ a dictionary, whose keys │
3728 │ │ │ │ depend upon the selected │
3729 │ │ │ │ link watcher. Available │
3730 │ │ │ │ link watchers are │
3731 │ │ │ │ 'ethtool', 'nsna_ping' and │
3732 │ │ │ │ 'arp_ping' and it is │
3733 │ │ │ │ specified in the dictionary │
3734 │ │ │ │ with the key 'name'. │
3735 │ │ │ │ Available keys are: │
3736 │ │ │ │ ethtool: 'delay-up', │
3737 │ │ │ │ 'delay-down', 'init-wait'; │
3738 │ │ │ │ nsna_ping: 'init-wait', │
3739 │ │ │ │ 'interval', 'missed-max', │
3740 │ │ │ │ 'target-host'; arp_ping: │
3741 │ │ │ │ all the ones in nsna_ping │
3742 │ │ │ │ and 'source-host', │
3743 │ │ │ │ 'validate-active', │
3744 │ │ │ │ 'validate-incative', │
3745 │ │ │ │ 'send-always'. See │
3746 │ │ │ │ teamd.conf man for more │
3747 │ │ │ │ details. │
3748 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3749 │prio │ int32 │ 0 │ Corresponds to the teamd │
3750 │ │ │ │ ports.PORTIFNAME.prio. │
3751 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3752 │queue-id │ int32 │ -1 │ Corresponds to the teamd │
3753 │ │ │ │ ports.PORTIFNAME.queue_id. │
3754 │ │ │ │ When set to -1 means the │
3755 │ │ │ │ parameter is skipped from │
3756 │ │ │ │ the json config. │
3757 ├──────────────┼──────────────────┼───────────────┼─────────────────────────────┤
3758 │sticky │ boolean │ FALSE │ Corresponds to the teamd │
3759 │ │ │ │ ports.PORTIFNAME.sticky. │
3760 └──────────────┴──────────────────┴───────────────┴─────────────────────────────┘
3761
3762 tun setting
3763 Tunnel Settings.
3764
3765 ┌────────────┬────────────┬───────────────┬─────────────────────────┐
3766 │Key Name │ Value Type │ Default Value │ Value │
3767 │ │ │ │ Description │
3768 ├────────────┼────────────┼───────────────┼─────────────────────────┤
3769 │group │ string │ │ The group ID │
3770 │ │ │ │ which will own │
3771 │ │ │ │ the device. If │
3772 │ │ │ │ set to NULL │
3773 │ │ │ │ everyone will be │
3774 │ │ │ │ able to use the │
3775 │ │ │ │ device. │
3776 ├────────────┼────────────┼───────────────┼─────────────────────────┤
3777 │mode │ uint32 │ 1 │ The operating │
3778 │ │ │ │ mode of the │
3779 │ │ │ │ virtual device. │
3780 │ │ │ │ Allowed values │
3781 │ │ │ │ are │
3782 │ │ │ │ NM_SETTING_TUN_MODE_TUN │
3783 │ │ │ │ (1) to create a │
3784 │ │ │ │ layer 3 device │
3785 │ │ │ │ and │
3786 │ │ │ │ NM_SETTING_TUN_MODE_TAP │
3787 │ │ │ │ (2) to create an │
3788 │ │ │ │ Ethernet-like │
3789 │ │ │ │ layer 2 one. │
3790 ├────────────┼────────────┼───────────────┼─────────────────────────┤
3791 │multi-queue │ boolean │ FALSE │ If the property is set │
3792 │ │ │ │ to TRUE, the interface │
3793 │ │ │ │ will support multiple │
3794 │ │ │ │ file descriptors │
3795 │ │ │ │ (queues) to parallelize │
3796 │ │ │ │ packet sending or │
3797 │ │ │ │ receiving. Otherwise, │
3798 │ │ │ │ the interface will only │
3799 │ │ │ │ support a single queue. │
3800 ├────────────┼────────────┼───────────────┼─────────────────────────┤
3801 │owner │ string │ │ The user ID which will │
3802 │ │ │ │ own the device. If set │
3803 │ │ │ │ to NULL everyone will │
3804 │ │ │ │ be able to use the │
3805 │ │ │ │ device. │
3806 ├────────────┼────────────┼───────────────┼─────────────────────────┤
3807 │pi │ boolean │ FALSE │ If TRUE the interface │
3808 │ │ │ │ will prepend a 4 byte │
3809 │ │ │ │ header describing the │
3810 │ │ │ │ physical interface to │
3811 │ │ │ │ the packets. │
3812 ├────────────┼────────────┼───────────────┼─────────────────────────┤
3813 │vnet-hdr │ boolean │ FALSE │ If TRUE the │
3814 │ │ │ │ IFF_VNET_HDR the tunnel │
3815 │ │ │ │ packets will include a │
3816 │ │ │ │ virtio network header. │
3817 └────────────┴────────────┴───────────────┴─────────────────────────┘
3818
3819 user setting
3820 General User Profile Settings.
3821
3822 ┌─────────┬────────────────┬───────────────┬──────────────────┐
3823 │Key Name │ Value Type │ Default Value │ Value │
3824 │ │ │ │ Description │
3825 ├─────────┼────────────────┼───────────────┼──────────────────┤
3826 │data │ dict of string │ {} │ A dictionary of │
3827 │ │ to string │ │ key/value pairs │
3828 │ │ │ │ with user data. │
3829 │ │ │ │ This data is │
3830 │ │ │ │ ignored by │
3831 │ │ │ │ NetworkManager │
3832 │ │ │ │ and can be used │
3833 │ │ │ │ at the users │
3834 │ │ │ │ discretion. The │
3835 │ │ │ │ keys only │
3836 │ │ │ │ support a strict │
3837 │ │ │ │ ascii format, │
3838 │ │ │ │ but the values │
3839 │ │ │ │ can be arbitrary │
3840 │ │ │ │ UTF8 strings up │
3841 │ │ │ │ to a certain │
3842 │ │ │ │ length. │
3843 └─────────┴────────────────┴───────────────┴──────────────────┘
3844
3845 vlan setting
3846 VLAN Settings.
3847
3848 ┌─────────────────────┬─────────────────┬───────────────┬───────────────────────────────┐
3849 │Key Name │ Value Type │ Default Value │ Value │
3850 │ │ │ │ Description │
3851 ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
3852 │egress-priority-map │ array of string │ [] │ For outgoing │
3853 │ │ │ │ packets, a list │
3854 │ │ │ │ of mappings from │
3855 │ │ │ │ Linux SKB │
3856 │ │ │ │ priorities to │
3857 │ │ │ │ 802.1p │
3858 │ │ │ │ priorities. The │
3859 │ │ │ │ mapping is given │
3860 │ │ │ │ in the format │
3861 │ │ │ │ "from:to" where │
3862 │ │ │ │ both "from" and │
3863 │ │ │ │ "to" are │
3864 │ │ │ │ unsigned │
3865 │ │ │ │ integers, ie │
3866 │ │ │ │ "7:3". │
3867 ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
3868 │flags │ NMVlanFlags │ │ One or more │
3869 │ │ (uint32) │ │ flags which │
3870 │ │ │ │ control the │
3871 │ │ │ │ behavior and │
3872 │ │ │ │ features of the │
3873 │ │ │ │ VLAN interface. │
3874 │ │ │ │ Flags include │
3875 │ │ │ │ NM_VLAN_FLAG_REORDER_HEADERS │
3876 │ │ │ │ (0x1) │
3877 │ │ │ │ (reordering of │
3878 │ │ │ │ output packet │
3879 │ │ │ │ headers), │
3880 │ │ │ │ NM_VLAN_FLAG_GVRP │
3881 │ │ │ │ (0x2) (use of │
3882 │ │ │ │ the GVRP │
3883 │ │ │ │ protocol), and │
3884 │ │ │ │ NM_VLAN_FLAG_LOOSE_BINDING │
3885 │ │ │ │ (0x4) (loose │
3886 │ │ │ │ binding of the │
3887 │ │ │ │ interface to its │
3888 │ │ │ │ master device's │
3889 │ │ │ │ operating │
3890 │ │ │ │ state). │
3891 │ │ │ │ NM_VLAN_FLAG_MVRP │
3892 │ │ │ │ (0x8) (use of │
3893 │ │ │ │ the MVRP │
3894 │ │ │ │ protocol). The │
3895 │ │ │ │ default value of │
3896 │ │ │ │ this property is │
3897 │ │ │ │ NM_VLAN_FLAG_REORDER_HEADERS, │
3898 │ │ │ │ but it used to │
3899 │ │ │ │ be 0. To │
3900 │ │ │ │ preserve │
3901 │ │ │ │ backward │
3902 │ │ │ │ compatibility, │
3903 │ │ │ │ the │
3904 │ │ │ │ default-value in │
3905 │ │ │ │ the D-Bus API │
3906 │ │ │ │ continues to be │
3907 │ │ │ │ 0 and a missing │
3908 │ │ │ │ property on │
3909 │ │ │ │ D-Bus is still │
3910 │ │ │ │ considered as 0. │
3911 ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
3912 │id │ uint32 │ 0 │ The VLAN identifier that the │
3913 │ │ │ │ interface created by this │
3914 │ │ │ │ connection should be │
3915 │ │ │ │ assigned. The valid range is │
3916 │ │ │ │ from 0 to 4094, without the │
3917 │ │ │ │ reserved id 4095. │
3918 ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
3919 │ingress-priority-map │ array of string │ [] │ For incoming packets, a list │
3920 │ │ │ │ of mappings from 802.1p │
3921 │ │ │ │ priorities to Linux SKB │
3922 │ │ │ │ priorities. The mapping is │
3923 │ │ │ │ given in the format "from:to" │
3924 │ │ │ │ where both "from" and "to" │
3925 │ │ │ │ are unsigned integers, ie │
3926 │ │ │ │ "7:3". │
3927 ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
3928 │interface-name │ string │ │ Deprecated in favor of │
3929 │ │ │ │ connection.interface-name, │
3930 │ │ │ │ but can be used for │
3931 │ │ │ │ backward-compatibility with │
3932 │ │ │ │ older daemons, to set the │
3933 │ │ │ │ vlan's interface name. │
3934 ├─────────────────────┼─────────────────┼───────────────┼───────────────────────────────┤
3935 │parent │ string │ │ If given, specifies the │
3936 │ │ │ │ parent interface name or │
3937 │ │ │ │ parent connection UUID from │
3938 │ │ │ │ which this VLAN interface │
3939 │ │ │ │ should be created. If this │
3940 │ │ │ │ property is not specified, │
3941 │ │ │ │ the connection must contain │
3942 │ │ │ │ an "802-3-ethernet" setting │
3943 │ │ │ │ with a "mac-address" │
3944 │ │ │ │ property. │
3945 └─────────────────────┴─────────────────┴───────────────┴───────────────────────────────┘
3946
3947 vpn setting
3948 VPN Settings.
3949
3950 ┌─────────────┬────────────────┬───────────────┬─────────────────────────────────────┐
3951 │Key Name │ Value Type │ Default Value │ Value │
3952 │ │ │ │ Description │
3953 ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
3954 │data │ dict of string │ {} │ Dictionary of │
3955 │ │ to string │ │ key/value pairs │
3956 │ │ │ │ of VPN plugin │
3957 │ │ │ │ specific data. │
3958 │ │ │ │ Both keys and │
3959 │ │ │ │ values must be │
3960 │ │ │ │ strings. │
3961 ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
3962 │persistent │ boolean │ FALSE │ If the VPN │
3963 │ │ │ │ service supports │
3964 │ │ │ │ persistence, and │
3965 │ │ │ │ this property is │
3966 │ │ │ │ TRUE, the VPN │
3967 │ │ │ │ will attempt to │
3968 │ │ │ │ stay connected │
3969 │ │ │ │ across link │
3970 │ │ │ │ changes and │
3971 │ │ │ │ outages, until │
3972 │ │ │ │ explicitly │
3973 │ │ │ │ disconnected. │
3974 ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
3975 │secrets │ dict of string │ {} │ Dictionary of │
3976 │ │ to string │ │ key/value pairs │
3977 │ │ │ │ of VPN plugin │
3978 │ │ │ │ specific secrets │
3979 │ │ │ │ like passwords │
3980 │ │ │ │ or private keys. │
3981 │ │ │ │ Both keys and │
3982 │ │ │ │ values must be │
3983 │ │ │ │ strings. │
3984 ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
3985 │service-type │ string │ │ D-Bus service │
3986 │ │ │ │ name of the VPN │
3987 │ │ │ │ plugin that this │
3988 │ │ │ │ setting uses to │
3989 │ │ │ │ connect to its │
3990 │ │ │ │ network. i.e. │
3991 │ │ │ │ org.freedesktop.NetworkManager.vpnc │
3992 │ │ │ │ for the vpnc │
3993 │ │ │ │ plugin. │
3994 ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
3995 │timeout │ uint32 │ 0 │ Timeout for the VPN service to │
3996 │ │ │ │ establish the connection. Some │
3997 │ │ │ │ services may take quite a long time │
3998 │ │ │ │ to connect. Value of 0 means a │
3999 │ │ │ │ default timeout, which is 60 │
4000 │ │ │ │ seconds (unless overridden by │
4001 │ │ │ │ vpn.timeout in configuration file). │
4002 │ │ │ │ Values greater than zero mean │
4003 │ │ │ │ timeout in seconds. │
4004 ├─────────────┼────────────────┼───────────────┼─────────────────────────────────────┤
4005 │user-name │ string │ │ If the VPN connection requires a │
4006 │ │ │ │ user name for authentication, that │
4007 │ │ │ │ name should be provided here. If │
4008 │ │ │ │ the connection is available to more │
4009 │ │ │ │ than one user, and the VPN requires │
4010 │ │ │ │ each user to supply a different │
4011 │ │ │ │ name, then leave this property │
4012 │ │ │ │ empty. If this property is empty, │
4013 │ │ │ │ NetworkManager will automatically │
4014 │ │ │ │ supply the username of the user │
4015 │ │ │ │ which requested the VPN connection. │
4016 └─────────────┴────────────────┴───────────────┴─────────────────────────────────────┘
4017
4018 vxlan setting
4019 VXLAN Settings.
4020
4021 ┌─────────────────┬────────────┬───────────────┬──────────────────┐
4022 │Key Name │ Value Type │ Default Value │ Value │
4023 │ │ │ │ Description │
4024 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4025 │ageing │ uint32 │ 300 │ Specifies the │
4026 │ │ │ │ lifetime in │
4027 │ │ │ │ seconds of FDB │
4028 │ │ │ │ entries learnt │
4029 │ │ │ │ by the kernel. │
4030 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4031 │destination-port │ uint32 │ 8472 │ Specifies the │
4032 │ │ │ │ UDP destination │
4033 │ │ │ │ port to │
4034 │ │ │ │ communicate to │
4035 │ │ │ │ the remote VXLAN │
4036 │ │ │ │ tunnel endpoint. │
4037 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4038 │id │ uint32 │ 0 │ Specifies the │
4039 │ │ │ │ VXLAN Network │
4040 │ │ │ │ Identifier (or │
4041 │ │ │ │ VXLAN Segment │
4042 │ │ │ │ Identifier) to │
4043 │ │ │ │ use. │
4044 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4045 │l2-miss │ boolean │ FALSE │ Specifies │
4046 │ │ │ │ whether netlink │
4047 │ │ │ │ LL ADDR miss │
4048 │ │ │ │ notifications │
4049 │ │ │ │ are generated. │
4050 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4051 │l3-miss │ boolean │ FALSE │ Specifies │
4052 │ │ │ │ whether netlink │
4053 │ │ │ │ IP ADDR miss │
4054 │ │ │ │ notifications │
4055 │ │ │ │ are generated. │
4056 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4057 │learning │ boolean │ TRUE │ Specifies │
4058 │ │ │ │ whether unknown │
4059 │ │ │ │ source link │
4060 │ │ │ │ layer addresses │
4061 │ │ │ │ and IP addresses │
4062 │ │ │ │ are entered into │
4063 │ │ │ │ the VXLAN device │
4064 │ │ │ │ forwarding │
4065 │ │ │ │ database. │
4066 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4067 │limit │ uint32 │ 0 │ Specifies the │
4068 │ │ │ │ maximum number │
4069 │ │ │ │ of FDB entries. │
4070 │ │ │ │ A value of zero │
4071 │ │ │ │ means that the │
4072 │ │ │ │ kernel will │
4073 │ │ │ │ store unlimited │
4074 │ │ │ │ entries. │
4075 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4076 │local │ string │ │ If given, │
4077 │ │ │ │ specifies the │
4078 │ │ │ │ source IP │
4079 │ │ │ │ address to use │
4080 │ │ │ │ in outgoing │
4081 │ │ │ │ packets. │
4082 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4083 │parent │ string │ │ If given, │
4084 │ │ │ │ specifies the │
4085 │ │ │ │ parent interface │
4086 │ │ │ │ name or parent │
4087 │ │ │ │ connection UUID. │
4088 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4089 │proxy │ boolean │ FALSE │ Specifies │
4090 │ │ │ │ whether ARP │
4091 │ │ │ │ proxy is turned │
4092 │ │ │ │ on. │
4093 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4094 │remote │ string │ │ Specifies the │
4095 │ │ │ │ unicast │
4096 │ │ │ │ destination IP │
4097 │ │ │ │ address to use │
4098 │ │ │ │ in outgoing │
4099 │ │ │ │ packets when the │
4100 │ │ │ │ destination link │
4101 │ │ │ │ layer address is │
4102 │ │ │ │ not known in the │
4103 │ │ │ │ VXLAN device │
4104 │ │ │ │ forwarding │
4105 │ │ │ │ database, or the │
4106 │ │ │ │ multicast IP │
4107 │ │ │ │ address to join. │
4108 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4109 │rsc │ boolean │ FALSE │ Specifies │
4110 │ │ │ │ whether route │
4111 │ │ │ │ short circuit is │
4112 │ │ │ │ turned on. │
4113 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4114 │source-port-max │ uint32 │ 0 │ Specifies the │
4115 │ │ │ │ maximum UDP │
4116 │ │ │ │ source port to │
4117 │ │ │ │ communicate to │
4118 │ │ │ │ the remote VXLAN │
4119 │ │ │ │ tunnel endpoint. │
4120 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4121 │source-port-min │ uint32 │ 0 │ Specifies the │
4122 │ │ │ │ minimum UDP │
4123 │ │ │ │ source port to │
4124 │ │ │ │ communicate to │
4125 │ │ │ │ the remote VXLAN │
4126 │ │ │ │ tunnel endpoint. │
4127 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4128 │tos │ uint32 │ 0 │ Specifies the │
4129 │ │ │ │ TOS value to use │
4130 │ │ │ │ in outgoing │
4131 │ │ │ │ packets. │
4132 ├─────────────────┼────────────┼───────────────┼──────────────────┤
4133 │ttl │ uint32 │ 0 │ Specifies the │
4134 │ │ │ │ time-to-live │
4135 │ │ │ │ value to use in │
4136 │ │ │ │ outgoing │
4137 │ │ │ │ packets. │
4138 └─────────────────┴────────────┴───────────────┴──────────────────┘
4139
4140 wimax setting
4141 WiMax Settings.
4142
4143 ┌─────────────┬────────────┬───────────────┬──────────────────┐
4144 │Key Name │ Value Type │ Default Value │ Value │
4145 │ │ │ │ Description │
4146 ├─────────────┼────────────┼───────────────┼──────────────────┤
4147 │mac-address │ byte array │ │ If specified, │
4148 │ │ │ │ this connection │
4149 │ │ │ │ will only apply │
4150 │ │ │ │ to the WiMAX │
4151 │ │ │ │ device whose MAC │
4152 │ │ │ │ address matches. │
4153 │ │ │ │ This property │
4154 │ │ │ │ does not change │
4155 │ │ │ │ the MAC address │
4156 │ │ │ │ of the device │
4157 │ │ │ │ (known as MAC │
4158 │ │ │ │ spoofing). │
4159 │ │ │ │ Deprecated: 1 │
4160 ├─────────────┼────────────┼───────────────┼──────────────────┤
4161 │network-name │ string │ │ Network Service │
4162 │ │ │ │ Provider (NSP) │
4163 │ │ │ │ name of the │
4164 │ │ │ │ WiMAX network │
4165 │ │ │ │ this connection │
4166 │ │ │ │ should use. │
4167 │ │ │ │ Deprecated: 1 │
4168 └─────────────┴────────────┴───────────────┴──────────────────┘
4169
4170 802-3-ethernet setting
4171 Wired Ethernet Settings.
4172
4173 ┌──────────────────────────┬─────────────────┬───────────────┬────────────────────────────────────────┐
4174 │Key Name │ Value Type │ Default Value │ Value │
4175 │ │ │ │ Description │
4176 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4177 │assigned-mac-address │ string │ │ The new field │
4178 │ │ │ │ for the cloned │
4179 │ │ │ │ MAC address. It │
4180 │ │ │ │ can be either a │
4181 │ │ │ │ hardware address │
4182 │ │ │ │ in ASCII │
4183 │ │ │ │ representation, │
4184 │ │ │ │ or one of the │
4185 │ │ │ │ special values │
4186 │ │ │ │ "preserve", │
4187 │ │ │ │ "permanent", │
4188 │ │ │ │ "random" or │
4189 │ │ │ │ "stable". This │
4190 │ │ │ │ field replaces │
4191 │ │ │ │ the deprecated │
4192 │ │ │ │ "cloned-mac-address" │
4193 │ │ │ │ on D-Bus, which │
4194 │ │ │ │ can only contain │
4195 │ │ │ │ explict hardware │
4196 │ │ │ │ addresses. Note │
4197 │ │ │ │ that this │
4198 │ │ │ │ property only │
4199 │ │ │ │ exists in D-Bus │
4200 │ │ │ │ API. libnm and │
4201 │ │ │ │ nmcli continue │
4202 │ │ │ │ to call this │
4203 │ │ │ │ property │
4204 │ │ │ │ "cloned-mac-address". │
4205 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4206 │auto-negotiate │ boolean │ FALSE │ When TRUE, enforce │
4207 │ │ │ │ auto-negotiation of │
4208 │ │ │ │ speed and duplex │
4209 │ │ │ │ mode. If "speed" and │
4210 │ │ │ │ "duplex" properties │
4211 │ │ │ │ are both specified, │
4212 │ │ │ │ only that single mode │
4213 │ │ │ │ will be advertised │
4214 │ │ │ │ and accepted during │
4215 │ │ │ │ the link │
4216 │ │ │ │ auto-negotiation │
4217 │ │ │ │ process: this works │
4218 │ │ │ │ only for BASE-T 802.3 │
4219 │ │ │ │ specifications and is │
4220 │ │ │ │ useful for enforcing │
4221 │ │ │ │ gigabits modes, as in │
4222 │ │ │ │ these cases link │
4223 │ │ │ │ negotiation is │
4224 │ │ │ │ mandatory. When │
4225 │ │ │ │ FALSE, "speed" and │
4226 │ │ │ │ "duplex" properties │
4227 │ │ │ │ should be both set or │
4228 │ │ │ │ link configuration │
4229 │ │ │ │ will be skipped. │
4230 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4231 │cloned-mac-address │ byte array │ │ This D-Bus field is │
4232 │ │ │ │ deprecated in favor │
4233 │ │ │ │ of │
4234 │ │ │ │ "assigned-mac-address" │
4235 │ │ │ │ which is more │
4236 │ │ │ │ flexible and allows │
4237 │ │ │ │ specifying special │
4238 │ │ │ │ variants like │
4239 │ │ │ │ "random". For libnm │
4240 │ │ │ │ and nmcli, this field │
4241 │ │ │ │ is called │
4242 │ │ │ │ "cloned-mac-address". │
4243 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4244 │duplex │ string │ │ When a value is set, │
4245 │ │ │ │ either "half" or │
4246 │ │ │ │ "full", configures the │
4247 │ │ │ │ device to use the │
4248 │ │ │ │ specified duplex mode. │
4249 │ │ │ │ If "auto-negotiate" is │
4250 │ │ │ │ "yes" the specified │
4251 │ │ │ │ duplex mode will be │
4252 │ │ │ │ the only one │
4253 │ │ │ │ advertised during link │
4254 │ │ │ │ negotiation: this │
4255 │ │ │ │ works only for BASE-T │
4256 │ │ │ │ 802.3 specifications │
4257 │ │ │ │ and is useful for │
4258 │ │ │ │ enforcing gigabits │
4259 │ │ │ │ modes, as in these │
4260 │ │ │ │ cases link negotiation │
4261 │ │ │ │ is mandatory. If the │
4262 │ │ │ │ value is unset (the │
4263 │ │ │ │ default), the link │
4264 │ │ │ │ configuration will be │
4265 │ │ │ │ either skipped (if │
4266 │ │ │ │ "auto-negotiate" is │
4267 │ │ │ │ "no", the default) or │
4268 │ │ │ │ will be │
4269 │ │ │ │ auto-negotiated (if │
4270 │ │ │ │ "auto-negotiate" is │
4271 │ │ │ │ "yes") and the local │
4272 │ │ │ │ device will advertise │
4273 │ │ │ │ all the supported │
4274 │ │ │ │ duplex modes. Must be │
4275 │ │ │ │ set together with the │
4276 │ │ │ │ "speed" property if │
4277 │ │ │ │ specified. Before │
4278 │ │ │ │ specifying a duplex │
4279 │ │ │ │ mode be sure your │
4280 │ │ │ │ device supports it. │
4281 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4282 │generate-mac-address-mask │ string │ │ With │
4283 │ │ │ │ "cloned-mac-address" │
4284 │ │ │ │ setting "random" or │
4285 │ │ │ │ "stable", by default │
4286 │ │ │ │ all bits of the MAC │
4287 │ │ │ │ address are scrambled │
4288 │ │ │ │ and a │
4289 │ │ │ │ locally-administered, │
4290 │ │ │ │ unicast MAC address is │
4291 │ │ │ │ created. This property │
4292 │ │ │ │ allows to specify that │
4293 │ │ │ │ certain bits are │
4294 │ │ │ │ fixed. Note that the │
4295 │ │ │ │ least significant bit │
4296 │ │ │ │ of the first MAC │
4297 │ │ │ │ address will always be │
4298 │ │ │ │ unset to create a │
4299 │ │ │ │ unicast MAC address. │
4300 │ │ │ │ If the property is │
4301 │ │ │ │ NULL, it is eligible │
4302 │ │ │ │ to be overwritten by a │
4303 │ │ │ │ default connection │
4304 │ │ │ │ setting. If the value │
4305 │ │ │ │ is still NULL or an │
4306 │ │ │ │ empty string, the │
4307 │ │ │ │ default is to create a │
4308 │ │ │ │ locally-administered, │
4309 │ │ │ │ unicast MAC address. │
4310 │ │ │ │ If the value contains │
4311 │ │ │ │ one MAC address, this │
4312 │ │ │ │ address is used as │
4313 │ │ │ │ mask. The set bits of │
4314 │ │ │ │ the mask are to be │
4315 │ │ │ │ filled with the │
4316 │ │ │ │ current MAC address of │
4317 │ │ │ │ the device, while the │
4318 │ │ │ │ unset bits are subject │
4319 │ │ │ │ to randomization. │
4320 │ │ │ │ Setting │
4321 │ │ │ │ "FE:FF:FF:00:00:00" │
4322 │ │ │ │ means to preserve the │
4323 │ │ │ │ OUI of the current MAC │
4324 │ │ │ │ address and only │
4325 │ │ │ │ randomize the lower 3 │
4326 │ │ │ │ bytes using the │
4327 │ │ │ │ "random" or "stable" │
4328 │ │ │ │ algorithm. If the │
4329 │ │ │ │ value contains one │
4330 │ │ │ │ additional MAC address │
4331 │ │ │ │ after the mask, this │
4332 │ │ │ │ address is used │
4333 │ │ │ │ instead of the current │
4334 │ │ │ │ MAC address to fill │
4335 │ │ │ │ the bits that shall │
4336 │ │ │ │ not be randomized. For │
4337 │ │ │ │ example, a value of │
4338 │ │ │ │ "FE:FF:FF:00:00:00 │
4339 │ │ │ │ 68:F7:28:00:00:00" │
4340 │ │ │ │ will set the OUI of │
4341 │ │ │ │ the MAC address to │
4342 │ │ │ │ 68:F7:28, while the │
4343 │ │ │ │ lower bits are │
4344 │ │ │ │ randomized. A value of │
4345 │ │ │ │ "02:00:00:00:00:00 │
4346 │ │ │ │ 00:00:00:00:00:00" │
4347 │ │ │ │ will create a fully │
4348 │ │ │ │ scrambled │
4349 │ │ │ │ globally-administered, │
4350 │ │ │ │ burned-in MAC address. │
4351 │ │ │ │ If the value contains │
4352 │ │ │ │ more than one │
4353 │ │ │ │ additional MAC │
4354 │ │ │ │ addresses, one of them │
4355 │ │ │ │ is chosen randomly. │
4356 │ │ │ │ For example, │
4357 │ │ │ │ "02:00:00:00:00:00 │
4358 │ │ │ │ 00:00:00:00:00:00 │
4359 │ │ │ │ 02:00:00:00:00:00" │
4360 │ │ │ │ will create a fully │
4361 │ │ │ │ scrambled MAC address, │
4362 │ │ │ │ randomly locally or │
4363 │ │ │ │ globally administered. │
4364 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4365 │mac-address │ byte array │ │ If specified, this │
4366 │ │ │ │ connection will only │
4367 │ │ │ │ apply to the Ethernet │
4368 │ │ │ │ device whose permanent │
4369 │ │ │ │ MAC address matches. │
4370 │ │ │ │ This property does not │
4371 │ │ │ │ change the MAC address │
4372 │ │ │ │ of the device (i.e. │
4373 │ │ │ │ MAC spoofing). │
4374 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4375 │mac-address-blacklist │ array of string │ [] │ If specified, this │
4376 │ │ │ │ connection will never │
4377 │ │ │ │ apply to the Ethernet │
4378 │ │ │ │ device whose permanent │
4379 │ │ │ │ MAC address matches an │
4380 │ │ │ │ address in the list. │
4381 │ │ │ │ Each MAC address is in │
4382 │ │ │ │ the standard │
4383 │ │ │ │ hex-digits-and-colons │
4384 │ │ │ │ notation │
4385 │ │ │ │ (00:11:22:33:44:55). │
4386 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4387 │mtu │ uint32 │ 0 │ If non-zero, only │
4388 │ │ │ │ transmit packets of │
4389 │ │ │ │ the specified size or │
4390 │ │ │ │ smaller, breaking │
4391 │ │ │ │ larger packets up into │
4392 │ │ │ │ multiple Ethernet │
4393 │ │ │ │ frames. │
4394 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4395 │port │ string │ │ Specific port type to │
4396 │ │ │ │ use if the device │
4397 │ │ │ │ supports multiple │
4398 │ │ │ │ attachment methods. │
4399 │ │ │ │ One of "tp" (Twisted │
4400 │ │ │ │ Pair), "aui" │
4401 │ │ │ │ (Attachment Unit │
4402 │ │ │ │ Interface), "bnc" │
4403 │ │ │ │ (Thin Ethernet) or │
4404 │ │ │ │ "mii" (Media │
4405 │ │ │ │ Independent │
4406 │ │ │ │ Interface). If the │
4407 │ │ │ │ device supports only │
4408 │ │ │ │ one port type, this │
4409 │ │ │ │ setting is ignored. │
4410 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4411 │s390-nettype │ string │ │ s390 network device │
4412 │ │ │ │ type; one of "qeth", │
4413 │ │ │ │ "lcs", or "ctc", │
4414 │ │ │ │ representing the │
4415 │ │ │ │ different types of │
4416 │ │ │ │ virtual network │
4417 │ │ │ │ devices available on │
4418 │ │ │ │ s390 systems. │
4419 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4420 │s390-options │ dict of string │ {} │ Dictionary of │
4421 │ │ to string │ │ key/value pairs of │
4422 │ │ │ │ s390-specific device │
4423 │ │ │ │ options. Both keys │
4424 │ │ │ │ and values must be │
4425 │ │ │ │ strings. Allowed keys │
4426 │ │ │ │ include "portno", │
4427 │ │ │ │ "layer2", "portname", │
4428 │ │ │ │ "protocol", among │
4429 │ │ │ │ others. Key names │
4430 │ │ │ │ must contain only │
4431 │ │ │ │ alphanumeric │
4432 │ │ │ │ characters (ie, │
4433 │ │ │ │ [a-zA-Z0-9]). │
4434 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4435 │s390-subchannels │ array of string │ [] │ Identifies specific │
4436 │ │ │ │ subchannels that this │
4437 │ │ │ │ network device uses │
4438 │ │ │ │ for communication with │
4439 │ │ │ │ z/VM or s390 host. │
4440 │ │ │ │ Like the "mac-address" │
4441 │ │ │ │ property for non-z/VM │
4442 │ │ │ │ devices, this property │
4443 │ │ │ │ can be used to ensure │
4444 │ │ │ │ this connection only │
4445 │ │ │ │ applies to the network │
4446 │ │ │ │ device that uses these │
4447 │ │ │ │ subchannels. The list │
4448 │ │ │ │ should contain exactly │
4449 │ │ │ │ 3 strings, and each │
4450 │ │ │ │ string may only be │
4451 │ │ │ │ composed of │
4452 │ │ │ │ hexadecimal characters │
4453 │ │ │ │ and the period (.) │
4454 │ │ │ │ character. │
4455 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4456 │speed │ uint32 │ 0 │ When a value grater │
4457 │ │ │ │ than 0 is set, │
4458 │ │ │ │ configures the device │
4459 │ │ │ │ to use the specified │
4460 │ │ │ │ speed. If │
4461 │ │ │ │ "auto-negotiate" is │
4462 │ │ │ │ "yes" the specified │
4463 │ │ │ │ speed will be the only │
4464 │ │ │ │ one advertised during │
4465 │ │ │ │ link negotiation: this │
4466 │ │ │ │ works only for BASE-T │
4467 │ │ │ │ 802.3 specifications │
4468 │ │ │ │ and is useful for │
4469 │ │ │ │ enforcing gigabit │
4470 │ │ │ │ speeds, as in this │
4471 │ │ │ │ case link negotiation │
4472 │ │ │ │ is mandatory. If the │
4473 │ │ │ │ value is unset (0, the │
4474 │ │ │ │ default), the link │
4475 │ │ │ │ configuration will be │
4476 │ │ │ │ either skipped (if │
4477 │ │ │ │ "auto-negotiate" is │
4478 │ │ │ │ "no", the default) or │
4479 │ │ │ │ will be │
4480 │ │ │ │ auto-negotiated (if │
4481 │ │ │ │ "auto-negotiate" is │
4482 │ │ │ │ "yes") and the local │
4483 │ │ │ │ device will advertise │
4484 │ │ │ │ all the supported │
4485 │ │ │ │ speeds. In Mbit/s, ie │
4486 │ │ │ │ 100 == 100Mbit/s. Must │
4487 │ │ │ │ be set together with │
4488 │ │ │ │ the "duplex" property │
4489 │ │ │ │ when non-zero. Before │
4490 │ │ │ │ specifying a speed │
4491 │ │ │ │ value be sure your │
4492 │ │ │ │ device supports it. │
4493 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4494 │wake-on-lan │ uint32 │ 1 │ The │
4495 │ │ │ │ NMSettingWiredWakeOnLan │
4496 │ │ │ │ options to enable. Not │
4497 │ │ │ │ all devices support │
4498 │ │ │ │ all options. May be │
4499 │ │ │ │ any combination of │
4500 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_PHY │
4501 │ │ │ │ (0x2), │
4502 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST │
4503 │ │ │ │ (0x4), │
4504 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST │
4505 │ │ │ │ (0x8), │
4506 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST │
4507 │ │ │ │ (0x10), │
4508 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_ARP │
4509 │ │ │ │ (0x20), │
4510 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC │
4511 │ │ │ │ (0x40) or the special │
4512 │ │ │ │ values │
4513 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_DEFAULT │
4514 │ │ │ │ (0x1) (to use global │
4515 │ │ │ │ settings) and │
4516 │ │ │ │ NM_SETTING_WIRED_WAKE_ON_LAN_IGNORE │
4517 │ │ │ │ (0x8000) (to disable │
4518 │ │ │ │ management of │
4519 │ │ │ │ Wake-on-LAN in │
4520 │ │ │ │ NetworkManager). │
4521 ├──────────────────────────┼─────────────────┼───────────────┼────────────────────────────────────────┤
4522 │wake-on-lan-password │ string │ │ If specified, the password used with │
4523 │ │ │ │ magic-packet-based Wake-on-LAN, │
4524 │ │ │ │ represented as an Ethernet MAC │
4525 │ │ │ │ address. If NULL, no password will be │
4526 │ │ │ │ required. │
4527 └──────────────────────────┴─────────────────┴───────────────┴────────────────────────────────────────┘
4528
4529 802-11-wireless setting
4530 Wi-Fi Settings.
4531
4532 ┌──────────────────────────┬─────────────────┬───────────────┬───────────────────────────────────────────────────────┐
4533 │Key Name │ Value Type │ Default Value │ Value │
4534 │ │ │ │ Description │
4535 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4536 │assigned-mac-address │ string │ │ The new field │
4537 │ │ │ │ for the cloned │
4538 │ │ │ │ MAC address. It │
4539 │ │ │ │ can be either a │
4540 │ │ │ │ hardware address │
4541 │ │ │ │ in ASCII │
4542 │ │ │ │ representation, │
4543 │ │ │ │ or one of the │
4544 │ │ │ │ special values │
4545 │ │ │ │ "preserve", │
4546 │ │ │ │ "permanent", │
4547 │ │ │ │ "random" or │
4548 │ │ │ │ "stable". This │
4549 │ │ │ │ field replaces │
4550 │ │ │ │ the deprecated │
4551 │ │ │ │ "cloned-mac-address" │
4552 │ │ │ │ on D-Bus, which │
4553 │ │ │ │ can only contain │
4554 │ │ │ │ explict hardware │
4555 │ │ │ │ addresses. Note │
4556 │ │ │ │ that this │
4557 │ │ │ │ property only │
4558 │ │ │ │ exists in D-Bus │
4559 │ │ │ │ API. libnm and │
4560 │ │ │ │ nmcli continue │
4561 │ │ │ │ to call this │
4562 │ │ │ │ property │
4563 │ │ │ │ "cloned-mac-address". │
4564 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4565 │band │ string │ │ 802.11 frequency band │
4566 │ │ │ │ of the network. One │
4567 │ │ │ │ of "a" for 5GHz │
4568 │ │ │ │ 802.11a or "bg" for │
4569 │ │ │ │ 2.4GHz 802.11. This │
4570 │ │ │ │ will lock │
4571 │ │ │ │ associations to the │
4572 │ │ │ │ Wi-Fi network to the │
4573 │ │ │ │ specific band, i.e. │
4574 │ │ │ │ if "a" is specified, │
4575 │ │ │ │ the device will not │
4576 │ │ │ │ associate with the │
4577 │ │ │ │ same network in the │
4578 │ │ │ │ 2.4GHz band even if │
4579 │ │ │ │ the network's │
4580 │ │ │ │ settings are │
4581 │ │ │ │ compatible. This │
4582 │ │ │ │ setting depends on │
4583 │ │ │ │ specific driver │
4584 │ │ │ │ capability and may │
4585 │ │ │ │ not work with all │
4586 │ │ │ │ drivers. │
4587 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4588 │bssid │ byte array │ │ If specified, directs │
4589 │ │ │ │ the device to only │
4590 │ │ │ │ associate with the │
4591 │ │ │ │ given access point. │
4592 │ │ │ │ This capability is │
4593 │ │ │ │ highly driver │
4594 │ │ │ │ dependent and not │
4595 │ │ │ │ supported by all │
4596 │ │ │ │ devices. Note: this │
4597 │ │ │ │ property does not │
4598 │ │ │ │ control the BSSID │
4599 │ │ │ │ used when creating an │
4600 │ │ │ │ Ad-Hoc network and is │
4601 │ │ │ │ unlikely to in the │
4602 │ │ │ │ future. │
4603 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4604 │channel │ uint32 │ 0 │ Wireless channel to │
4605 │ │ │ │ use for the Wi-Fi │
4606 │ │ │ │ connection. The │
4607 │ │ │ │ device will only join │
4608 │ │ │ │ (or create for Ad-Hoc │
4609 │ │ │ │ networks) a Wi-Fi │
4610 │ │ │ │ network on the │
4611 │ │ │ │ specified channel. │
4612 │ │ │ │ Because channel │
4613 │ │ │ │ numbers overlap │
4614 │ │ │ │ between bands, this │
4615 │ │ │ │ property also │
4616 │ │ │ │ requires the "band" │
4617 │ │ │ │ property to be set. │
4618 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4619 │cloned-mac-address │ byte array │ │ This D-Bus field is │
4620 │ │ │ │ deprecated in favor │
4621 │ │ │ │ of │
4622 │ │ │ │ "assigned-mac-address" │
4623 │ │ │ │ which is more │
4624 │ │ │ │ flexible and allows │
4625 │ │ │ │ specifying special │
4626 │ │ │ │ variants like │
4627 │ │ │ │ "random". For libnm │
4628 │ │ │ │ and nmcli, this field │
4629 │ │ │ │ is called │
4630 │ │ │ │ "cloned-mac-address". │
4631 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4632 │generate-mac-address-mask │ string │ │ With │
4633 │ │ │ │ "cloned-mac-address" │
4634 │ │ │ │ setting "random" or │
4635 │ │ │ │ "stable", by default │
4636 │ │ │ │ all bits of the MAC │
4637 │ │ │ │ address are scrambled │
4638 │ │ │ │ and a │
4639 │ │ │ │ locally-administered, │
4640 │ │ │ │ unicast MAC address is │
4641 │ │ │ │ created. This property │
4642 │ │ │ │ allows to specify that │
4643 │ │ │ │ certain bits are │
4644 │ │ │ │ fixed. Note that the │
4645 │ │ │ │ least significant bit │
4646 │ │ │ │ of the first MAC │
4647 │ │ │ │ address will always be │
4648 │ │ │ │ unset to create a │
4649 │ │ │ │ unicast MAC address. │
4650 │ │ │ │ If the property is │
4651 │ │ │ │ NULL, it is eligible │
4652 │ │ │ │ to be overwritten by a │
4653 │ │ │ │ default connection │
4654 │ │ │ │ setting. If the value │
4655 │ │ │ │ is still NULL or an │
4656 │ │ │ │ empty string, the │
4657 │ │ │ │ default is to create a │
4658 │ │ │ │ locally-administered, │
4659 │ │ │ │ unicast MAC address. │
4660 │ │ │ │ If the value contains │
4661 │ │ │ │ one MAC address, this │
4662 │ │ │ │ address is used as │
4663 │ │ │ │ mask. The set bits of │
4664 │ │ │ │ the mask are to be │
4665 │ │ │ │ filled with the │
4666 │ │ │ │ current MAC address of │
4667 │ │ │ │ the device, while the │
4668 │ │ │ │ unset bits are subject │
4669 │ │ │ │ to randomization. │
4670 │ │ │ │ Setting │
4671 │ │ │ │ "FE:FF:FF:00:00:00" │
4672 │ │ │ │ means to preserve the │
4673 │ │ │ │ OUI of the current MAC │
4674 │ │ │ │ address and only │
4675 │ │ │ │ randomize the lower 3 │
4676 │ │ │ │ bytes using the │
4677 │ │ │ │ "random" or "stable" │
4678 │ │ │ │ algorithm. If the │
4679 │ │ │ │ value contains one │
4680 │ │ │ │ additional MAC address │
4681 │ │ │ │ after the mask, this │
4682 │ │ │ │ address is used │
4683 │ │ │ │ instead of the current │
4684 │ │ │ │ MAC address to fill │
4685 │ │ │ │ the bits that shall │
4686 │ │ │ │ not be randomized. For │
4687 │ │ │ │ example, a value of │
4688 │ │ │ │ "FE:FF:FF:00:00:00 │
4689 │ │ │ │ 68:F7:28:00:00:00" │
4690 │ │ │ │ will set the OUI of │
4691 │ │ │ │ the MAC address to │
4692 │ │ │ │ 68:F7:28, while the │
4693 │ │ │ │ lower bits are │
4694 │ │ │ │ randomized. A value of │
4695 │ │ │ │ "02:00:00:00:00:00 │
4696 │ │ │ │ 00:00:00:00:00:00" │
4697 │ │ │ │ will create a fully │
4698 │ │ │ │ scrambled │
4699 │ │ │ │ globally-administered, │
4700 │ │ │ │ burned-in MAC address. │
4701 │ │ │ │ If the value contains │
4702 │ │ │ │ more than one │
4703 │ │ │ │ additional MAC │
4704 │ │ │ │ addresses, one of them │
4705 │ │ │ │ is chosen randomly. │
4706 │ │ │ │ For example, │
4707 │ │ │ │ "02:00:00:00:00:00 │
4708 │ │ │ │ 00:00:00:00:00:00 │
4709 │ │ │ │ 02:00:00:00:00:00" │
4710 │ │ │ │ will create a fully │
4711 │ │ │ │ scrambled MAC address, │
4712 │ │ │ │ randomly locally or │
4713 │ │ │ │ globally administered. │
4714 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4715 │hidden │ boolean │ FALSE │ If TRUE, indicates │
4716 │ │ │ │ this network is a │
4717 │ │ │ │ non-broadcasting │
4718 │ │ │ │ network that hides its │
4719 │ │ │ │ SSID. In this case │
4720 │ │ │ │ various workarounds │
4721 │ │ │ │ may take place, such │
4722 │ │ │ │ as probe-scanning the │
4723 │ │ │ │ SSID for more reliable │
4724 │ │ │ │ network discovery. │
4725 │ │ │ │ However, these │
4726 │ │ │ │ workarounds expose │
4727 │ │ │ │ inherent insecurities │
4728 │ │ │ │ with hidden SSID │
4729 │ │ │ │ networks, and thus │
4730 │ │ │ │ hidden SSID networks │
4731 │ │ │ │ should be used with │
4732 │ │ │ │ caution. Note that │
4733 │ │ │ │ marking the network as │
4734 │ │ │ │ hidden may be a │
4735 │ │ │ │ privacy issue for you, │
4736 │ │ │ │ as the explicit │
4737 │ │ │ │ probe-scans may be │
4738 │ │ │ │ distinctly │
4739 │ │ │ │ recognizable on the │
4740 │ │ │ │ air. │
4741 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4742 │mac-address │ byte array │ │ If specified, this │
4743 │ │ │ │ connection will only │
4744 │ │ │ │ apply to the Wi-Fi │
4745 │ │ │ │ device whose permanent │
4746 │ │ │ │ MAC address matches. │
4747 │ │ │ │ This property does not │
4748 │ │ │ │ change the MAC address │
4749 │ │ │ │ of the device (i.e. │
4750 │ │ │ │ MAC spoofing). │
4751 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4752 │mac-address-blacklist │ array of string │ [] │ A list of permanent │
4753 │ │ │ │ MAC addresses of Wi-Fi │
4754 │ │ │ │ devices to which this │
4755 │ │ │ │ connection should │
4756 │ │ │ │ never apply. Each MAC │
4757 │ │ │ │ address should be │
4758 │ │ │ │ given in the standard │
4759 │ │ │ │ hex-digits-and-colons │
4760 │ │ │ │ notation (eg │
4761 │ │ │ │ "00:11:22:33:44:55"). │
4762 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4763 │mac-address-randomization │ uint32 │ 0 │ One of │
4764 │ │ │ │ NM_SETTING_MAC_RANDOMIZATION_DEFAULT │
4765 │ │ │ │ (0) (never randomize │
4766 │ │ │ │ unless the user has │
4767 │ │ │ │ set a global default │
4768 │ │ │ │ to randomize and the │
4769 │ │ │ │ supplicant supports │
4770 │ │ │ │ randomization), │
4771 │ │ │ │ NM_SETTING_MAC_RANDOMIZATION_NEVER │
4772 │ │ │ │ (1) (never randomize │
4773 │ │ │ │ the MAC address), or │
4774 │ │ │ │ NM_SETTING_MAC_RANDOMIZATION_ALWAYS │
4775 │ │ │ │ (2) (always randomize │
4776 │ │ │ │ the MAC address). This │
4777 │ │ │ │ property is deprecated │
4778 │ │ │ │ for │
4779 │ │ │ │ 'cloned-mac-address'. │
4780 │ │ │ │ Deprecated: 1 │
4781 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4782 │mode │ string │ │ Wi-Fi network mode; one of │
4783 │ │ │ │ "infrastructure", "adhoc" or "ap". │
4784 │ │ │ │ If blank, infrastructure is assumed. │
4785 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4786 │mtu │ uint32 │ 0 │ If non-zero, only transmit packets │
4787 │ │ │ │ of the specified size or smaller, │
4788 │ │ │ │ breaking larger packets up into │
4789 │ │ │ │ multiple Ethernet frames. │
4790 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4791 │powersave │ uint32 │ 0 │ One of │
4792 │ │ │ │ NM_SETTING_WIRELESS_POWERSAVE_DISABLE │
4793 │ │ │ │ (2) (disable Wi-Fi power saving), │
4794 │ │ │ │ NM_SETTING_WIRELESS_POWERSAVE_ENABLE │
4795 │ │ │ │ (3) (enable Wi-Fi power saving), │
4796 │ │ │ │ NM_SETTING_WIRELESS_POWERSAVE_IGNORE │
4797 │ │ │ │ (1) (don't touch currently configure │
4798 │ │ │ │ setting) or │
4799 │ │ │ │ NM_SETTING_WIRELESS_POWERSAVE_DEFAULT │
4800 │ │ │ │ (0) (use the globally configured │
4801 │ │ │ │ value). All other values are │
4802 │ │ │ │ reserved. │
4803 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4804 │rate │ uint32 │ 0 │ If non-zero, directs the device to │
4805 │ │ │ │ only use the specified bitrate for │
4806 │ │ │ │ communication with the access point. │
4807 │ │ │ │ Units are in Kb/s, ie 5500 = 5.5 │
4808 │ │ │ │ Mbit/s. This property is highly │
4809 │ │ │ │ driver dependent and not all devices │
4810 │ │ │ │ support setting a static bitrate. │
4811 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4812 │security │ None │ │ This property is deprecated, but can │
4813 │ │ │ │ be set to the value │
4814 │ │ │ │ '802-11-wireless-security' when a │
4815 │ │ │ │ wireless security setting is also │
4816 │ │ │ │ present in the connection dictionary, │
4817 │ │ │ │ for compatibility with very old │
4818 │ │ │ │ NetworkManager daemons. │
4819 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4820 │seen-bssids │ array of string │ [] │ A list of BSSIDs (each BSSID │
4821 │ │ │ │ formatted as a MAC address like │
4822 │ │ │ │ "00:11:22:33:44:55") that have been │
4823 │ │ │ │ detected as part of the Wi-Fi │
4824 │ │ │ │ network. NetworkManager internally │
4825 │ │ │ │ tracks previously seen BSSIDs. The │
4826 │ │ │ │ property is only meant for reading │
4827 │ │ │ │ and reflects the BSSID list of │
4828 │ │ │ │ NetworkManager. The changes you make │
4829 │ │ │ │ to this property will not be │
4830 │ │ │ │ preserved. │
4831 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4832 │ssid │ byte array │ │ SSID of the Wi-Fi network. Must be │
4833 │ │ │ │ specified. │
4834 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4835 │tx-power │ uint32 │ 0 │ If non-zero, directs the device to │
4836 │ │ │ │ use the specified transmit power. │
4837 │ │ │ │ Units are dBm. This property is │
4838 │ │ │ │ highly driver dependent and not all │
4839 │ │ │ │ devices support setting a static │
4840 │ │ │ │ transmit power. │
4841 ├──────────────────────────┼─────────────────┼───────────────┼───────────────────────────────────────────────────────┤
4842 │wake-on-wlan │ uint32 │ 1 │ The NMSettingWirelessWakeOnWLan │
4843 │ │ │ │ options to enable. Not all devices │
4844 │ │ │ │ support all options. May be any │
4845 │ │ │ │ combination of │
4846 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_ANY │
4847 │ │ │ │ (0x2), │
4848 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_DISCONNECT │
4849 │ │ │ │ (0x4), │
4850 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_MAGIC │
4851 │ │ │ │ (0x8), │
4852 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_GTK_REKEY_FAILURE │
4853 │ │ │ │ (0x10), │
4854 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_EAP_IDENTITY_REQUEST │
4855 │ │ │ │ (0x20), │
4856 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_4WAY_HANDSHAKE │
4857 │ │ │ │ (0x40), │
4858 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE │
4859 │ │ │ │ (0x80), │
4860 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_TCP │
4861 │ │ │ │ (0x100) or the special values │
4862 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_DEFAULT │
4863 │ │ │ │ (0x1) (to use global settings) and │
4864 │ │ │ │ NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE │
4865 │ │ │ │ (0x8000) (to disable management of │
4866 │ │ │ │ Wake-on-LAN in NetworkManager). │
4867 └──────────────────────────┴─────────────────┴───────────────┴───────────────────────────────────────────────────────┘
4868
4869 802-11-wireless-security setting
4870 Wi-Fi Security Settings.
4871
4872 ┌────────────────────┬──────────────────────┬───────────────┬────────────────────────────────────────────┐
4873 │Key Name │ Value Type │ Default Value │ Value │
4874 │ │ │ │ Description │
4875 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4876 │auth-alg │ string │ │ When WEP is used │
4877 │ │ │ │ (ie, key-mgmt = │
4878 │ │ │ │ "none" or │
4879 │ │ │ │ "ieee8021x") │
4880 │ │ │ │ indicate the │
4881 │ │ │ │ 802.11 │
4882 │ │ │ │ authentication │
4883 │ │ │ │ algorithm │
4884 │ │ │ │ required by the │
4885 │ │ │ │ AP here. One of │
4886 │ │ │ │ "open" for Open │
4887 │ │ │ │ System, "shared" │
4888 │ │ │ │ for Shared Key, │
4889 │ │ │ │ or "leap" for │
4890 │ │ │ │ Cisco LEAP. │
4891 │ │ │ │ When using Cisco │
4892 │ │ │ │ LEAP (ie, │
4893 │ │ │ │ key-mgmt = │
4894 │ │ │ │ "ieee8021x" and │
4895 │ │ │ │ auth-alg = │
4896 │ │ │ │ "leap") the │
4897 │ │ │ │ "leap-username" │
4898 │ │ │ │ and │
4899 │ │ │ │ "leap-password" │
4900 │ │ │ │ properties must │
4901 │ │ │ │ be specified. │
4902 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4903 │fils │ int32 │ 0 │ Indicates │
4904 │ │ │ │ whether Fast │
4905 │ │ │ │ Initial Link │
4906 │ │ │ │ Setup (802.11ai) │
4907 │ │ │ │ must be enabled │
4908 │ │ │ │ for the │
4909 │ │ │ │ connection. One │
4910 │ │ │ │ of │
4911 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT │
4912 │ │ │ │ (0) (use global │
4913 │ │ │ │ default value), │
4914 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_FILS_DISABLE │
4915 │ │ │ │ (1) (disable │
4916 │ │ │ │ FILS), │
4917 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_FILS_OPTIONAL │
4918 │ │ │ │ (2) (enable FILS │
4919 │ │ │ │ if the │
4920 │ │ │ │ supplicant and │
4921 │ │ │ │ the access point │
4922 │ │ │ │ support it) or │
4923 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_FILS_REQUIRED │
4924 │ │ │ │ (3) (enable FILS │
4925 │ │ │ │ and fail if not │
4926 │ │ │ │ supported). │
4927 │ │ │ │ When set to │
4928 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_FILS_DEFAULT │
4929 │ │ │ │ (0) and no │
4930 │ │ │ │ global default │
4931 │ │ │ │ is set, FILS │
4932 │ │ │ │ will be │
4933 │ │ │ │ optionally │
4934 │ │ │ │ enabled. │
4935 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4936 │group │ array of string │ [] │ A list of group/broadcast encryption │
4937 │ │ │ │ algorithms which prevents connections to │
4938 │ │ │ │ Wi-Fi networks that do not utilize one of │
4939 │ │ │ │ the algorithms in the list. For maximum │
4940 │ │ │ │ compatibility leave this property empty. │
4941 │ │ │ │ Each list element may be one of "wep40", │
4942 │ │ │ │ "wep104", "tkip", or "ccmp". │
4943 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4944 │key-mgmt │ string │ │ Key management used for the connection. │
4945 │ │ │ │ One of "none" (WEP), "ieee8021x" (Dynamic │
4946 │ │ │ │ WEP), "wpa-none" (Ad-Hoc WPA-PSK), │
4947 │ │ │ │ "wpa-psk" (infrastructure WPA-PSK), or │
4948 │ │ │ │ "wpa-eap" (WPA-Enterprise). This property │
4949 │ │ │ │ must be set for any Wi-Fi connection that │
4950 │ │ │ │ uses security. │
4951 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4952 │leap-password │ string │ │ The login password for legacy LEAP │
4953 │ │ │ │ connections (ie, key-mgmt = "ieee8021x" │
4954 │ │ │ │ and auth-alg = "leap"). │
4955 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4956 │leap-password-flags │ NMSettingSecretFlags │ │ Flags indicating how to handle the │
4957 │ │ (uint32) │ │ "leap-password" property. (see the section │
4958 │ │ │ │ called “Secret flag types:” for flag │
4959 │ │ │ │ values) │
4960 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4961 │leap-username │ string │ │ The login username for legacy LEAP │
4962 │ │ │ │ connections (ie, key-mgmt = "ieee8021x" │
4963 │ │ │ │ and auth-alg = "leap"). │
4964 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4965 │pairwise │ array of string │ [] │ A list of pairwise encryption algorithms │
4966 │ │ │ │ which prevents connections to Wi-Fi │
4967 │ │ │ │ networks that do not utilize one of the │
4968 │ │ │ │ algorithms in the list. For maximum │
4969 │ │ │ │ compatibility leave this property empty. │
4970 │ │ │ │ Each list element may be one of "tkip" or │
4971 │ │ │ │ "ccmp". │
4972 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4973 │pmf │ int32 │ 0 │ Indicates whether Protected Management │
4974 │ │ │ │ Frames (802.11w) must be enabled for the │
4975 │ │ │ │ connection. One of │
4976 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT │
4977 │ │ │ │ (0) (use global default value), │
4978 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE │
4979 │ │ │ │ (1) (disable PMF), │
4980 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_PMF_OPTIONAL │
4981 │ │ │ │ (2) (enable PMF if the supplicant and the │
4982 │ │ │ │ access point support it) or │
4983 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_PMF_REQUIRED │
4984 │ │ │ │ (3) (enable PMF and fail if not │
4985 │ │ │ │ supported). When set to │
4986 │ │ │ │ NM_SETTING_WIRELESS_SECURITY_PMF_DEFAULT │
4987 │ │ │ │ (0) and no global default is set, PMF will │
4988 │ │ │ │ be optionally enabled. │
4989 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4990 │proto │ array of string │ [] │ List of strings specifying the allowed WPA │
4991 │ │ │ │ protocol versions to use. Each element may │
4992 │ │ │ │ be one "wpa" (allow WPA) or "rsn" (allow │
4993 │ │ │ │ WPA2/RSN). If not specified, both WPA and │
4994 │ │ │ │ RSN connections are allowed. │
4995 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
4996 │psk │ string │ │ Pre-Shared-Key for WPA networks. If the │
4997 │ │ │ │ key is 64-characters long, it must contain │
4998 │ │ │ │ only hexadecimal characters and is │
4999 │ │ │ │ interpreted as a hexadecimal WPA key. │
5000 │ │ │ │ Otherwise, the key must be between 8 and │
5001 │ │ │ │ 63 ASCII characters (as specified in the │
5002 │ │ │ │ 802.11i standard) and is interpreted as a │
5003 │ │ │ │ WPA passphrase, and is hashed to derive │
5004 │ │ │ │ the actual WPA-PSK used when connecting to │
5005 │ │ │ │ the Wi-Fi network. │
5006 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5007 │psk-flags │ NMSettingSecretFlags │ │ Flags indicating how to handle the "psk" │
5008 │ │ (uint32) │ │ property. (see the section called “Secret │
5009 │ │ │ │ flag types:” for flag values) │
5010 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5011 │wep-key-flags │ NMSettingSecretFlags │ │ Flags indicating how to handle the │
5012 │ │ (uint32) │ │ "wep-key0", "wep-key1", "wep-key2", and │
5013 │ │ │ │ "wep-key3" properties. (see the section │
5014 │ │ │ │ called “Secret flag types:” for flag │
5015 │ │ │ │ values) │
5016 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5017 │wep-key-type │ NMWepKeyType │ │ Controls the interpretation of WEP keys. │
5018 │ │ (uint32) │ │ Allowed values are NM_WEP_KEY_TYPE_KEY │
5019 │ │ │ │ (1), in which case the key is either a 10- │
5020 │ │ │ │ or 26-character hexadecimal string, or a │
5021 │ │ │ │ 5- or 13-character ASCII password; or │
5022 │ │ │ │ NM_WEP_KEY_TYPE_PASSPHRASE (2), in which │
5023 │ │ │ │ case the passphrase is provided as a │
5024 │ │ │ │ string and will be hashed using the │
5025 │ │ │ │ de-facto MD5 method to derive the actual │
5026 │ │ │ │ WEP key. │
5027 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5028 │wep-key0 │ string │ │ Index 0 WEP key. This is the WEP key used │
5029 │ │ │ │ in most networks. See the "wep-key-type" │
5030 │ │ │ │ property for a description of how this key │
5031 │ │ │ │ is interpreted. │
5032 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5033 │wep-key1 │ string │ │ Index 1 WEP key. This WEP index is not │
5034 │ │ │ │ used by most networks. See the │
5035 │ │ │ │ "wep-key-type" property for a description │
5036 │ │ │ │ of how this key is interpreted. │
5037 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5038 │wep-key2 │ string │ │ Index 2 WEP key. This WEP index is not │
5039 │ │ │ │ used by most networks. See the │
5040 │ │ │ │ "wep-key-type" property for a description │
5041 │ │ │ │ of how this key is interpreted. │
5042 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5043 │wep-key3 │ string │ │ Index 3 WEP key. This WEP index is not │
5044 │ │ │ │ used by most networks. See the │
5045 │ │ │ │ "wep-key-type" property for a description │
5046 │ │ │ │ of how this key is interpreted. │
5047 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5048 │wep-tx-keyidx │ uint32 │ 0 │ When static WEP is used (ie, key-mgmt = │
5049 │ │ │ │ "none") and a non-default WEP key index is │
5050 │ │ │ │ used by the AP, put that WEP key index │
5051 │ │ │ │ here. Valid values are 0 (default key) │
5052 │ │ │ │ through 3. Note that some consumer access │
5053 │ │ │ │ points (like the Linksys WRT54G) number │
5054 │ │ │ │ the keys 1 - 4. │
5055 ├────────────────────┼──────────────────────┼───────────────┼────────────────────────────────────────────┤
5056 │wps-method │ uint32 │ 0 │ Flags indicating which mode of WPS is to │
5057 │ │ │ │ be used if any. There's little point in │
5058 │ │ │ │ changing the default setting as │
5059 │ │ │ │ NetworkManager will automatically │
5060 │ │ │ │ determine whether it's feasible to start │
5061 │ │ │ │ WPS enrollment from the Access Point │
5062 │ │ │ │ capabilities. WPS can be disabled by │
5063 │ │ │ │ setting this property to a value of 1. │
5064 └────────────────────┴──────────────────────┴───────────────┴────────────────────────────────────────────┘
5065
5066 wpan setting
5067 IEEE 802.15.4 (WPAN) MAC Settings.
5068
5069 ┌──────────────┬────────────┬───────────────┬──────────────────┐
5070 │Key Name │ Value Type │ Default Value │ Value │
5071 │ │ │ │ Description │
5072 ├──────────────┼────────────┼───────────────┼──────────────────┤
5073 │mac-address │ string │ │ If specified, │
5074 │ │ │ │ this connection │
5075 │ │ │ │ will only apply │
5076 │ │ │ │ to the IEEE │
5077 │ │ │ │ 802.15.4 (WPAN) │
5078 │ │ │ │ MAC layer device │
5079 │ │ │ │ whose permanent │
5080 │ │ │ │ MAC address │
5081 │ │ │ │ matches. │
5082 ├──────────────┼────────────┼───────────────┼──────────────────┤
5083 │pan-id │ uint32 │ 65535 │ IEEE 802.15.4 │
5084 │ │ │ │ Personal Area │
5085 │ │ │ │ Network (PAN) │
5086 │ │ │ │ identifier. │
5087 ├──────────────┼────────────┼───────────────┼──────────────────┤
5088 │short-address │ uint32 │ 65535 │ Short IEEE │
5089 │ │ │ │ 802.15.4 address │
5090 │ │ │ │ to be used │
5091 │ │ │ │ within a │
5092 │ │ │ │ restricted │
5093 │ │ │ │ environment. │
5094 └──────────────┴────────────┴───────────────┴──────────────────┘
5095
5096 Secret flag types:
5097 Each password or secret property in a setting has an associated flags
5098 property that describes how to handle that secret. The flags property
5099 is a bitfield that contains zero or more of the following values
5100 logically OR-ed together.
5101
5102 · 0x0 (none) - the system is responsible for providing and storing
5103 this secret. This may be required so that secrets are already
5104 available before the user logs in. It also commonly means that the
5105 secret will be stored in plain text on disk, accessible to root
5106 only. For example via the keyfile settings plugin as described in
5107 the "PLUGINS" section in NetworkManager.conf(5).
5108
5109 · 0x1 (agent-owned) - a user-session secret agent is responsible for
5110 providing and storing this secret; when it is required, agents will
5111 be asked to provide it.
5112
5113 · 0x2 (not-saved) - this secret should not be saved but should be
5114 requested from the user each time it is required. This flag should
5115 be used for One-Time-Pad secrets, PIN codes from hardware tokens,
5116 or if the user simply does not want to save the secret.
5117
5118 · 0x4 (not-required) - in some situations it cannot be automatically
5119 determined that a secret is required or not. This flag hints that
5120 the secret is not required and should not be requested from the
5121 user.
5122
5124 /etc/NetworkManager/system-connections or distro plugin-specific
5125 location
5126
5128 NetworkManager(8), nmcli(1), nmcli-examples(7), NetworkManager.conf(5)
5129
5130
5131
5132NetworkManager 1.14.0 NM-SETTINGS(5)