Your Logo
Documentation made easier

NM−SETTINGS−DBUS

NAME
DESCRIPTION
FILES
SEE ALSO

NAME

nm-settings-dbus − Description of settings and properties of NetworkManager connection profiles on the D−Bus API

DESCRIPTION

NetworkManager is based on a concept of connection profiles, sometimes referred to as connections only. These connection profiles contain a network configuration. When NetworkManager activates a connection profile on a network device the configuration will be applied and an active network connection will be established. Users are free to create as many connection profiles as they see fit. Thus they are flexible in having various network configurations for different networking needs. The connection profiles are handled by NetworkManager via settings service and are exported on D−Bus (/org/freedesktop/NetworkManager/Settings/<num> objects). The conceptual objects can be described as follows:

Connection (profile)

A specific, encapsulated, independent group of settings describing all the configuration required to connect to a specific network. It is referred to by a unique identifier called the UUID. A connection is tied to a one specific device type, but not necessarily a specific hardware device. It is composed of one or more Settings objects.

Setting

A group of related key/value pairs describing a specific piece of a Connection (profile). Settings keys and allowed values are described in the tables below. Keys are also referred to as properties. Developers can find the setting objects and their properties in the libnm−core sources. Look for the *_class_init functions near the bottom of each setting source file.

The settings and properties shown in tables below list all available connection configuration options. However, note that not all settings are applicable to all connection types. NetworkManager provides a command−line tool nmcli that allows direct configuration of the settings and properties according to a connection profile type. nmcli connection editor has also a built−in describe command that can display description of particular settings and properties of this page.

connection setting
General Connection Profile Settings.

                               
6lowpan setting

6LoWPAN Settings.

 

Image grohtml-1793982.png

802−1x setting
IEEE 802.1x Authentication Settings.

                                                                                       
adsl setting

ADSL Settings.

         

Image grohtml-1793984.png

bluetooth setting
Bluetooth Settings.

   

Image grohtml-1793985.png

bond setting
Bonding Settings.

 

Image grohtml-1793986.png

bridge setting
Bridging Settings.

           
bridge−port setting

Bridge Port Settings.

 

Image grohtml-1793988.png

cdma setting
CDMA−based Mobile Broadband Settings.

       

Image grohtml-1793989.png

dcb setting
Data Center Bridging Settings.

                       
dummy setting

Dummy Link Settings.

ethtool setting
Ethtool Ethernet Settings.

generic setting
Generic Link Settings.

 

Image grohtml-17939813.png

gsm setting
GSM−based Mobile Broadband Settings.

                             
hsr setting

HSR/PRP Settings.

   

Image grohtml-17939815.png

infiniband setting
Infiniband Settings.

     
ipv4 setting

IPv4 Settings.

                                           
ipv6 setting

IPv6 Settings.

                                             
ip−tunnel setting

IP Tunneling Settings.

         
ipvlan setting

IPVLAN Settings.

 

Image grohtml-17939820.png

macsec setting
MACSec Settings.

       
macvlan setting

MAC VLAN Settings.

 

Image grohtml-17939822.png

match setting
Match settings.

       
802−11−olpc−mesh setting

OLPC Wireless Mesh Settings.

   

Image grohtml-17939824.png

ovs−bridge setting
OvsBridge Link Settings.

   

Image grohtml-17939825.png

ovs−dpdk setting
OvsDpdk Link Settings.

 

Image grohtml-17939826.png

ovs−interface setting
Open vSwitch Interface Settings.

 

Image grohtml-17939827.png

ovs−patch setting
OvsPatch Link Settings.

 

Image grohtml-17939828.png

ovs−port setting
OvsPort Link Settings.

       

Image grohtml-17939829.png

ppp setting
Point−to−Point Protocol Settings.

pppoe setting
PPP−over−Ethernet Settings.

         

Image grohtml-17939831.png

proxy setting
WWW Proxy Settings.

   

Image grohtml-17939832.png

serial setting
Serial Link Settings.

 

Image grohtml-17939833.png

sriov setting
SR−IOV settings.

   
tc setting

Linux Traffic Control Settings.

   

Image grohtml-17939835.png

team setting
Teaming Settings.

               
team−port setting

Team Port Settings.

   

Image grohtml-17939837.png

tun setting
Tunnel Settings.

   

Image grohtml-17939838.png

user setting
General User Profile Settings.

Image grohtml-17939839.png

vlan setting
VLAN Settings.

           
vpn setting

VPN Settings.

   

Image grohtml-17939841.png

vrf setting
VRF settings.

Image grohtml-17939842.png

vxlan setting
VXLAN Settings.

     
wifi−p2p setting

Wi−Fi P2P Settings.

   

Image grohtml-17939844.png

wimax setting
WiMax Settings.

   

Image grohtml-17939845.png

802−3−ethernet setting
Wired Ethernet Settings.

                       
wireguard setting

WireGuard Settings.

         
802−11−wireless setting

Wi−Fi Settings.

                           
802−11−wireless−security setting

Wi−Fi Security Settings.

                               
wpan setting

IEEE 802.15.4 (WPAN) MAC Settings.

 

Image grohtml-17939850.png

bond−port setting
Bond Port Settings.

Image grohtml-17939851.png

hostname setting
Hostname settings.

     
link setting

Link settings.

Image grohtml-17939853.png

loopback setting
Loopback Link Settings.

Image grohtml-17939854.png

ovs−external−ids setting
OVS External IDs Settings.

Image grohtml-17939855.png

ovs−other−config setting
OVS Other Config Settings.

Image grohtml-17939856.png

veth setting
Veth Settings.

 

Image grohtml-17939857.png

Secret flag types:
Each password or secret property in a setting has an associated flags property that describes how to handle that secret. The flags property is a bitfield that contains zero or more of the following values logically OR−ed together.

• 0x0 (none) − the system is responsible for providing and storing this secret. This may be required so that secrets are already available before the user logs in. It also commonly means that the secret will be stored in plain text on disk, accessible to root only. For example via the keyfile settings plugin as described in the "PLUGINS" section in NetworkManager.conf(5).

• 0x1 (agent−owned) − a user−session secret agent is responsible for providing and storing this secret; when it is required, agents will be asked to provide it.

• 0x2 (not−saved) − this secret should not be saved but should be requested from the user each time it is required. This flag should be used for One−Time−Pad secrets, PIN codes from hardware tokens, or if the user simply does not want to save the secret.

• 0x4 (not−required) − in some situations it cannot be automatically determined that a secret is required or not. This flag hints that the secret is not required and should not be requested from the user.

FILES

/etc/NetworkManager/system−connections or distro plugin−specific location

SEE ALSO

nm-settings-nmcli(5), nm-settings-keyfile(5), NetworkManager(8), nmcli(1), nmcli-examples(7), NetworkManager.conf(5)