Readme.md aktualisiert
This commit is contained in:
parent
a16a195366
commit
d6d890afbc
11
Readme.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user