mein server hat 2 karten, eine (eth1) ist fürs internet, eth0 will ich ins lokale netz hängen.
wenn ich NUR eth1 konfiguriere klappt alles prima, nehme ich auch eth0 in betrieb, kommt
der server nicht mehr ins i-net und auch nix mehr rein ?!
interfaces sieht so aus:
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
pre-up /feurio
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.20
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
dns-search homenet.de
# The primary network interface
allow-hotplug eth1
iface eth1 inet static
address 87.234.xxx.xxx
netmask 255.255.255.248
network 87.234.xxx.xxx
broadcast 87.234.xxx.xxx
gateway 87.234.xxx.xxx
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 213.148.xxx.xxx
dns-search xxx.de
muss ich was routingmässiges eintragen ? was ? wo ???
schon mal danke
slack