Re: [mpls-linux-general] Iptables Extension to MPLS-LINUX
Status: Beta
Brought to you by:
jleu
|
From: Olivier D. <Oli...@rd...> - 2001-07-02 14:42:57
|
Hi Vincent,
Vincent Jardin wrote:
>
> I just see a tiny bug in your README:
>
> You wrote:
> ...
> LER A:
> ------
>
> LER A acts as usual with binding a fec to the outgoing label and
> doesn't use iptables.
>
> # Add a route to LER B
> #
> route add -host 10.1.0.1 gw 10.1.0.2
> ...
> It should be
> route add -host 10.2.1.2 gw 10.1.0.2
> Otherwise you cannot add the LER A's FEC:
> mplsadm -v -A -B -O gen:16:eth0:ipv4:10.1.0.2 -f 10.2.1.2/32
>
Exact. we have modify the README. We found another tiny bug about the
route.
We wrote :
The hosts are MPLS unaware. They just need to add an
explicit route to the other Host like this :
# on Host A
route add -net 10.2.1.0/24 gw 10.1.1.2
^
# on Host B
route add -net 10.1.1.0/24 gw 10.2.1.2
^
It should be
# on Host A
route add -net 10.2.1.0/24 gw 10.1.1.1
^
# on Host B
route add -net 10.1.1.0/24 gw 10.2.1.1
^
Olivier & Alexandre
--
FTR&D/DAC/CPN
Technopole Anticipa | mailto:Oli...@fr...
2, Avenue Pierre Marzin | Phone: +(33) 2 96 05 28 80
F-22307 LANNION | Fax: +(33) 2 96 05 18 52
|