changed networkmanager behavior

This commit is contained in:
root
2022-10-21 08:01:20 +02:00
parent e2b9778589
commit 1f90cefeaa
2 changed files with 15 additions and 22 deletions
-7
View File
@@ -1,7 +0,0 @@
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
+15 -15
View File
@@ -4,18 +4,18 @@
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
enp0s25:
dhcp4: false
dhcp6: false
addresses:
- 192.168.0.99/24
nameservers:
search: [realm.local]
addresses:
- 192.168.0.28
- 192.168.0.1
routes:
- to: 0.0.0.0/0
via: 192.168.0.1
renderer: NetworkManager
# ethernets:
# enp0s25:
# dhcp4: false
# dhcp6: false
# addresses:
# - 192.168.0.99/24
# nameservers:
# search: [realm.local]
# addresses:
# - 192.168.0.28
# - 192.168.0.1
# routes:
# - to: 0.0.0.0/0
# via: 192.168.0.1