* [LARTC] source-based-routing
@ 2003-09-08 11:50 vadiraj c s
2003-09-08 14:56 ` Martin A. Brown
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: vadiraj c s @ 2003-09-08 11:50 UTC (permalink / raw)
To: lartc
Hi all,
I need information on source-based-routing in detail. Please
help in getting this to me as soon as possible.
vadiraj cs
deeprootlinux ltd
bangalore
___________________________________________________
Medicine meets Marketing; Dr. Swati Weds Jayaram.
Rediff Matchmaker strikes another interesting match !!
Visit http://rediff.com/matchmaker?2
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] source-based-routing
2003-09-08 11:50 [LARTC] source-based-routing vadiraj c s
@ 2003-09-08 14:56 ` Martin A. Brown
2003-09-08 14:57 ` Jose Luis Domingo Lopez
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Martin A. Brown @ 2003-09-08 14:56 UTC (permalink / raw)
To: lartc
Vadiraj,
: I need information on source-based-routing in detail. Please
: help in getting this to me as soon as possible.
Do you mean policy-based routing, or do you *really* mean source-based
routing?
If you mean policy-based routing, there are a number of resources you will
find helpful:
- http://www.policyrouting.org/PolicyRoutingBook/TOC.html
This is Matthew Marsh's book on policy routing.
- http://linux-ip.net/html/ch-routing.html
This is a chapter in my book on Linux and the IP layer.
For reference, you will find Alexey Kuznetsov'z iproute2 command reference
(ip-cref) the most valuable resource:
- http://linux-ip.net/gl/ip-cref/
which also comes with the iproute2 package
Good luck,
-Martin
--
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] source-based-routing
2003-09-08 11:50 [LARTC] source-based-routing vadiraj c s
2003-09-08 14:56 ` Martin A. Brown
@ 2003-09-08 14:57 ` Jose Luis Domingo Lopez
2003-09-10 6:55 ` vadiraj c s
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jose Luis Domingo Lopez @ 2003-09-08 14:57 UTC (permalink / raw)
To: lartc
On Monday, 08 September 2003, at 11:50:53 -0000,
vadiraj c s wrote:
> I need information on source-based-routing in detail. Please
> help in getting this to me as soon as possible.
>
As you are in a hurry, run to http://lartc.org. Period.
--
Jose Luis Domingo Lopez
Linux Registered User #189436 Debian Linux Sid (Linux 2.6.0-test4-mm4)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LARTC] source-based-routing
2003-09-08 11:50 [LARTC] source-based-routing vadiraj c s
2003-09-08 14:56 ` Martin A. Brown
2003-09-08 14:57 ` Jose Luis Domingo Lopez
@ 2003-09-10 6:55 ` vadiraj c s
2003-09-11 10:46 ` vadiraj c s
2003-09-11 11:51 ` Damjan
4 siblings, 0 replies; 6+ messages in thread
From: vadiraj c s @ 2003-09-10 6:55 UTC (permalink / raw)
To: lartc
Hello all,
I need information on source-based-routing, very specific not
policy routing, I need only source-based-routing information
please help me as soon as possible.
regads
Vadiraj C S
Deeprootlinux Ltd
___________________________________________________
Medicine meets Marketing; Dr. Swati Weds Jayaram.
Rediff Matchmaker strikes another interesting match !!
Visit http://rediff.com/matchmaker?2
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [LARTC] source-based-routing
2003-09-08 11:50 [LARTC] source-based-routing vadiraj c s
` (2 preceding siblings ...)
2003-09-10 6:55 ` vadiraj c s
@ 2003-09-11 10:46 ` vadiraj c s
2003-09-11 11:51 ` Damjan
4 siblings, 0 replies; 6+ messages in thread
From: vadiraj c s @ 2003-09-11 10:46 UTC (permalink / raw)
To: lartc
Hello all,
I need information on source-based-routing, very specific not
policy routing, I need only source-based-routing information
please help me as soon as possible.
regads
Vadiraj C S
Deeprootlinux Ltd
___________________________________________________
Catering meets Camera; Tanya Weds Sahil.
Rediff Matchmaker strikes another interesting match
Visit http://matchmaker.rediff.com?1
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] source-based-routing
2003-09-08 11:50 [LARTC] source-based-routing vadiraj c s
` (3 preceding siblings ...)
2003-09-11 10:46 ` vadiraj c s
@ 2003-09-11 11:51 ` Damjan
4 siblings, 0 replies; 6+ messages in thread
From: Damjan @ 2003-09-11 11:51 UTC (permalink / raw)
To: lartc
> I need information on source-based-routing, very specific not
> policy routing, I need only source-based-routing information
> please help me as soon as possible.
Exactly what kind of information do you need?
Source based routing works like this:
- you make several routing tables (with ip route ... table ...)
- you use "ip rule .." to select which tables to use for a packet based
on its source address.
There's a pretty good documentation on this issue on lartc.org.
--
Damjan Georgievski
jabberID: damjan@bagra.net.mk
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-09-11 11:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-08 11:50 [LARTC] source-based-routing vadiraj c s
2003-09-08 14:56 ` Martin A. Brown
2003-09-08 14:57 ` Jose Luis Domingo Lopez
2003-09-10 6:55 ` vadiraj c s
2003-09-11 10:46 ` vadiraj c s
2003-09-11 11:51 ` Damjan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.