Hello!
> I do in box-1:
>
> ip tunnel add test mode sit remote <box-2-ipv4> local <box-1-ipv4>
> ip link set test up
> ip addr add <prefix::1>/64 dev test
> ip ro add <prefix::2>/64 dev test
>
> In box-2:
>
> ip tunnel add test mode sit remote <box-1-ipv4> local <box-2-ipv4>
> ip link set test up
> ip addr add <prefix::2>/64 dev test
> ip ro add <prefix::1>/64 dev test
>
> Then i do ping from box-1. I see the packets coming to box-2 but box-2 doesn't
> answer.
The configration is classic. It must work.
The only guess is that you assigned prefix::/64 on box-2 to some another
device too f.e. to ethernet, so that kernel tries to send to it.
Alexey Kuznetsov
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]