diff --git a/Readme.md b/Readme.md index 7093cca..c9865cf 100644 --- a/Readme.md +++ b/Readme.md @@ -8,10 +8,19 @@ iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 +dns-nameservers 1.1.1.1 1.0.0.1 ``` -sudo /etc/init.d/networking restart +systemctl restart networking +## 2te Adresse +```auto ens192:1 +allow-hotplug ens192:1 +iface ens192:1 inet static + address 10.0.0.3/24 +``` +systemctl restart networking +## DNS nano /etc/resolv.conf ``` domain meinedomain.local # Kann ausgelassen werden