linux: nmcli配置文件位置(debian11.2)


 nmcli配置文件位置(debian11.2)

 

 

 

 

一、nmcli配置文件位置: /etc/NetworkManager/system-connections

 

root@debian:~# cd    /etc/NetworkManager/system-connections/
root@debian:/etc/NetworkManager/system-connections# ls
'Wired connection 1'
root@debian:/etc/NetworkManager/system-connections# cat    "Wired connection 1"
[connection]
id=Wired connection 1
uuid=2f35ee7f-9036-41ef-91e8-11f9e48218fd
type=ethernet
permissions=
timestamp=1647362982

[ethernet]
mac-address-blacklist=

[ipv4]
address1=10.10.10.17/24,10.10.10.1
dns=114.144.114.114;8.8.8.8;
dns-search=
ignore-auto-dns=true
method=manual

[ipv6]
addr-gen-mode=eui64
dns-search=
ip6-privacy=2
method=auto

[proxy]
root@debian:/etc/NetworkManager/system-connections#
root@debian:/etc/NetworkManager/system-connections#
root@debian:/etc/NetworkManager/system-connections#

os