Routing – Dual Stack Network Configuration

ipv6packet-tracerrouting

I am trying to implement Dual Stack configuration of a network in Packet Tracer. I have two routers connected to each other both of these routers have one IPv4 client and one IPv6 client. The routers are configured to use both IPv4 and IPv6 protocols. I am able to send packet from one IPv4 client to another IPv4 client via both the routers. Similarly its also working for IPv6 clients.

I am unable to send packet from an IPv4 client to an IPv6 client via both the routers and vice versa.

Is this kind of communication between IPv4 and IPv6 is possible using only Dual Stack? If yes kindly help me with the problem.

Thanks in Advance.:)

Below given is the link to the network we designed.

network diagram

Best Answer

Dual stack means that an interface can communicate with both v4 and v6 clients. It DOES NOT mean that it will translate between the two. For that, you need to implement NAT-PT, to translate between the different layer 3 protocols. BTW, I've never seen NAT-PT work at any scale.