Teams/Bit19it10/Netzwerk: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
[[Datei:Netzplan2.png|mini]] | [[Datei:Netzplan2.png|mini]] | ||
==DHCP Konfiguration== | |||
==DNS Konfiguration== | |||
==Routing für 3 Inseln== | |||
===Beispiel Insel 20=== | |||
#The loopback network interface | |||
auto lo | |||
iface lo inet loopback | |||
#Intern | |||
auto enp2s0 | |||
allow-hotplug enp2s0 | |||
iface enp2s0 inet static | |||
address 10.20.1.1/24 | |||
#gateway 10.20.0.10 | |||
#Extern | |||
auto enp3s0 | |||
allow-hotplug enp3s0 | |||
iface enp3s0 inet static | |||
address 10.20.0.10/16 | |||
gateway 10.20.0.1 |
Version vom 7. September 2020, 09:34 Uhr
DHCP Konfiguration
DNS Konfiguration
Routing für 3 Inseln
Beispiel Insel 20
#The loopback network interface auto lo iface lo inet loopback
#Intern auto enp2s0 allow-hotplug enp2s0 iface enp2s0 inet static address 10.20.1.1/24 #gateway 10.20.0.10
#Extern auto enp3s0 allow-hotplug enp3s0
iface enp3s0 inet static address 10.20.0.10/16 gateway 10.20.0.1