<div dir="auto"><div dir="auto">Alberto,</div><div dir="auto"><br></div>Actually i might have missed to explain below points for latest scenerio.<div dir="auto"><br><div dir="auto">1. Node B is not under my control i know its ipv4 addres only. Like 104.x.x.x</div><div dir="auto"><br></div><div dir="auto">So i can not add any thing at node B side</div><div dir="auto"><br></div><div dir="auto">2. Node A and jool machine are in my internal network as range for ipv4 is 172.x.x.x and ipv6 is 2001:xxxx....</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 18 May 2020 11:47 p.m., "Alberto Leiva" <<a href="mailto:ydahhrk@gmail.com">ydahhrk@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok, then enable IPv6 forwarding in Jool if you haven't already:<br>
<br>
    kunal@JOOL:~# sysctl -w net.ipv6.conf.all.forwarding=1<br>
<br>
And make sure A and B can reach each other through Jool's machine. For example:<br>
<br>
    kunal@A:~# ip route add ::ffff:68c6:b6f7 via <Jool machine's<br>
A-facing IPv6 address><br>
<br>
---<br>
<br>
    kunal@B:~# ip route add 2001:ab5:0:1::/64 via <Jool machine's<br>
B-facing IPv6 address><br>
<br>
Then, do the ping:<br>
<br>
    kunal@A:~# ping6 ::ffff:68c6:b6f7<br>
<br>
Which should create the following packet flow:<br>
<br>
1. A sends ping request "2001:ab5:0:1::x -> ::ffff:68c6:b6f7"<br>
2. Jool does not translate that packet, but its Linux host instead<br>
routes it normally towards B.<br>
3. B replies "::ffff:68c6:b6f7 -> 2001:ab5:0:1::x"<br>
4. Jool does not translate that packet, but its Linux host instead<br>
routes it normally towards A.<br>
5. A receives the reply.<br>
</blockquote></div></div>