* [LARTC] Forced route
@ 2002-11-22 19:11 nitin panjwani
2002-11-22 20:00 ` Ramin Alidousti
0 siblings, 1 reply; 2+ messages in thread
From: nitin panjwani @ 2002-11-22 19:11 UTC (permalink / raw)
To: lartc
Hi All,
I have the following topology with four linux routers.
A----B-----C
| |
+..E0(D)E1.+
In this I want to send some traffic from interface E0
of router D to interface E1 of same router via route
ABC. How can I do this?
Any help on this will be highly appreciable.
Thanks,
Nitin
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LARTC] Forced route
2002-11-22 19:11 [LARTC] Forced route nitin panjwani
@ 2002-11-22 20:00 ` Ramin Alidousti
0 siblings, 0 replies; 2+ messages in thread
From: Ramin Alidousti @ 2002-11-22 20:00 UTC (permalink / raw)
To: lartc
On Fri, Nov 22, 2002 at 11:11:04AM -0800, nitin panjwani wrote:
> Hi All,
> I have the following topology with four linux routers.
>
> A----B-----C
> | |
> +..E0(D)E1.+
>
> In this I want to send some traffic from interface E0
> of router D to interface E1 of same router via route
> ABC. How can I do this?
In general you can't. The traffic generated on D, destined for
D never reaches the nic card. So, your statement above
"from interface E0" is irrelevant. The packets would go down
the IP stack to the loopback and come back up again.
What are A, B or C? If there is ability to do nat, you can
send packets to, eg, A and have A DNAT it to E1 and SNAT it
to A. Doing this and having the right routes on A, B and C
and of course D, you can do what you're asking.
Ramin
> Any help on this will be highly appreciable.
>
> Thanks,
> Nitin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-11-22 20:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-22 19:11 [LARTC] Forced route nitin panjwani
2002-11-22 20:00 ` Ramin Alidousti
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.