Teams/Bit19it10/Netzwerk

Aus Foxwiki

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