ich habe 2 Netzwerkkarten im Rechner, einmal das Subnetz 192.168.1.0 und einmal 192.168.89.0.
Dementsprechend habe ich zwei Gateway definiert.
Problem ist nun wenn der Gateway 192.168.89.89 eingetragen ist kann ich ein Client (192.168.100.0) der über den Gateway 192.168.1.99 zu erreichen ist (eth0) nicht mehr anpingen.
Kommentiere ich den Gateway 192.168.89.89 aus geht das Netz/Gateway (192.168.100.0) und der Ping.
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
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.41
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.99
auto eth1
iface eth1 inet static
address 192.168.89.41
netmask 255.255.255.0
network 192.168.89.0
broadcast 192.168.89.255
# gateway 192.168.89.89
# dns-* options are implemented by the resolvconf package, if installed
dns-search linux-server