Readme.md aktualisiert

This commit is contained in:
Ralf-Peter Wolff 2024-11-29 21:45:39 +01:00
parent a16a195366
commit d6d890afbc

View File

@ -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