10.3 Handhaben verschiedener Netzverbindungen
[FIXME] Policy routing (von Phil Brutsche [email protected]
):
Vergleichen Sie das
Iproute Manual
f�r Details. Traffic Control (tc) mag auch interessant sein.
Umgebung:
eth0: 192.168.1.2/24; Gateway 192.168.1.1
eth1: 10.0.0.2/24; Gateway 10.0.0.1
Kein Masquerading auf dieser Maschine.
Spezielle Werte:
ip rule add from 192.168.1.2 lookup 1
ip rule add from 10.0.0.2 lookup 2
ip route add to default via 10.0.0.1 metric 0
ip route add to default via 192.168.1.1 metric 1
ip route add table 1 to 192.168.1.0/24 via eth0
ip route add table 1 to 10.0.0.2/24 via eth1
ip route add table 1 to default via 192.168.1.1
ip route add table 2 to 192.168.1.0/24 via eth0
ip route add table 2 to 10.0.0.2/24 via eth1
ip route add table 2 to default via 10.0.0.2
[FIXME] Ich habe dies niemals durchgef�hrt. Wie kann eine dialup Verbindung
als Backup zu einer schnellen Verbindung mit automatischer Einwahl genutzt
werden? Bitte senden Sie einen Patch :)