This commit is contained in:
root
2023-08-25 16:22:24 +02:00
parent 27c9174741
commit ab9457a1d5
9 changed files with 210 additions and 1 deletions

18
network Normal file
View File

@@ -0,0 +1,18 @@
##systemd-network
networkctl
##aktiveren anlegen
mkdir /etc/systemd/network
vim 00-enp0s25.network
[Match]
Name=enp0s25
[Network]
DHCP=ipv4
Address=10.25.25.16/24
#Gateway=
#Route=
#disbale
systemctl disable --now NetworkManager.service networking.service ; sleep 3 systemctl enable --now systemd-networkd.service