netdev
[Top] [All Lists]

Re: connecting ipv6 nodes throu' ipv4 network ....

To: santosh kumar gowda <ipv6_san@xxxxxxxxxxxxxx>
Subject: Re: connecting ipv6 nodes throu' ipv4 network ....
From: Maciej Soltysiak <solt@xxxxxxxxxxxxxxxxx>
Date: Thu, 20 Feb 2003 12:52:55 +0100 (CET)
Cc: netdev@xxxxxxxxxxx
In-reply-to: <20030220104719.835.qmail@xxxxxxxxxxxxxxxxxxxxxxxx>
References: <20030220104719.835.qmail@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
> IPv6 addr of machine-1 is 3ff3:1234::1
> IPv6 addr of machine-2 is 3ff3:1234::2
> My LAN is based on IPv4.
> To make these IPv6-hosts to communicate on the LAN, what
> configuration do i need to make ???

Well, as in ipv4 the hosts need an address and routing:
machine-1:
# ip addr add 3ff3:1234::1 dev eth0
# ip route add 3ffe:1234/mask dev eth0

machine-2:
# ip addr add 3ff3:1234::1 dev eth0
# ip route add 3ff3:1234/mask dev eth0

If you have a route to the ip6 world, then add to them:
# ip route add 2001::/3 via (your:ip6:router:address) dev eth0

> I tried connecting only these two machines using a cross cable and
> sending IPv6 packets. But it failed. Is it correct to do so ???
Should work, maybe the cables are bad?

Regards,
Maciej


<Prev in Thread] Current Thread [Next in Thread>