Hi all,

I have 3 linux boxes.

L1 is connected to L2 via eth0 with an IP address, let say, X.158
L2 is connected to L1 via eth1 with an IP address, X.223
L2 is connected to L3 via eth0 with an IP address, X.222
L3 is connected to L2 via eth0 with an IP address, X.149


L1  -------------------- L2 -------------------- L3
X.158           X.223      X.222      X.149


I want that the three boxes can communicate each other.

I have configured the interfaces.
I have configured the routes in the following way:

# on L1
route add X.223 eth0
route add X.222 eth0
route add X.149 eth0

# on L2
route add X.158 eth1
route add X.149 eth0

# on L1
route add X.223 eth0
route add X.222 eth0
route add X.158 eth0

when I ping from L2 to L1 or L3, everything it's OK.

when I ping from L1 to L3 (or from L3 to L1), it doesn't work.

Where do I wrong?

Many thanks,
Simone




-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to