changed networkmanager behavior
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user