From 82b2af19620dbdccdabdaec8bdd5538fd4dda0a9 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Wed, 5 Mar 2003 10:52:35 +0000 Subject: [PATCH] small --- lartc.db | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/lartc.db b/lartc.db index 47fdf16..e635757 100644 --- a/lartc.db +++ b/lartc.db @@ -998,6 +998,19 @@ There are usually two questions given this setup. particular interface get answered from that interface. + +Reader Rod Roark notes: 'If $P0_NET is the local network and $IF0 is its interface, +the following additional entries are desirable: + +ip route add $P0_NET dev $IF0 table T1 +ip route add $P2_NET dev $IF2 table T1 +ip route add 127.0.0.0/8 dev lo table T1 +ip route add $P0_NET dev $IF0 table T2 +ip route add $P1_NET dev $IF1 table T2 +ip route add 127.0.0.0/8 dev lo table T2 +' + + Now, this is just the very basic setup. It will work for all processes running on the router itself, and for the local network, if it is masqueraded. If it is not, then you either have IP space from both providers @@ -10309,8 +10322,15 @@ Lutz Preßler <Lutz.Pressler%SerNet.DE> Jason Pyeron <jason%pyeron.com> + + +Rod Roark <rod%sunsetsystems.com> + + + + Rusty Russell <rusty%rustcorp.com.au> @@ -10422,7 +10442,6 @@ Song Wang <wsong@ece.uci.edu> - LazarYanackiev -- 2.11.4.GIT