<div dir="ltr">. >Please give me the exact output of these two pings:<br><br>   > ping6 2001:ab5::34.196.x.x # Run this on A<br>   > ping 34.196.x.x # Run this on B  <div><br><div>Actually these ping is not working or can not be test  from A and B  because ping is blocked from Server C(34.196.x.x) end.</div><div><br></div><div>>Is node C outside of your domain? Do you have a terminal on it?  <br></div><div>yes C is out side of my domain , I can only make http request.</div><div><br></div><div>>Which version of Jool are you using?  <br></div><div> I am using 4.0.7.0</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>>Is node C outside of your domain? Do you have a terminal on it?  <br></div><div>yes it is out of my domain. No I have no access on it , just I can make a http request.</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 29, 2020 at 7:58 PM Alberto Leiva <<a href="mailto:ydahhrk@gmail.com">ydahhrk@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> my system is linux customize board and right now wget is not accessible.<br>
> So finding some other alternative to , check the connectivity.<br>
<br>
The wget command I posted in my previous mail was supposed to be run<br>
from node A (IPv6 client), not B (Jool).<br>
<br>
If you want to run it from Jool, you have to use IPv4:<br>
<br>
kunal@B:~$ wget <a href="http://34.196.x.x" rel="noreferrer" target="_blank">http://34.196.x.x</a><br>
<br>
Alternatively, try curl:<br>
<br>
kunal@A:~$ curl -g -6 http://[2001:ab5::34.196.x.x]<br>
<br>
kunal@B:~$ wget -g <a href="http://34.196.x.x" rel="noreferrer" target="_blank">http://34.196.x.x</a><br>
<br>
> Even without reinstalling the jool is there is any way I can check my all packets going out off jool correctly ?<br>
<br>
1. Please give me the exact output of these two pings:<br>
<br>
    ping6 2001:ab5::34.196.x.x # Run this on A<br>
    ping 34.196.x.x # Run this on B<br>
<br>
2. Is node C outside of your domain? Do you have a terminal on it?<br>
3. Which version of Jool are you using?<br>
<br>
> I have not set any thing related to 34.196.x.x . So I am not understanding how the jool will filter and sending all packets. ?<br>
<br>
Given a packet that comes from node A,<br>
Its source address will become Jool's pool4 address (172.19.61.209)<br>
Its destination address will be translated with pool6 (2001:ab5::/96)<br>
<br>
For example:<br>
<br>
1. You're trying to send 2001:ab5:0:1::X -> 2001:ab5::34.196.x.x from node A.<br>
2. The source address is translated with pool4, so it simply becomes<br>
172.19.61.209<br>
3. The destination address is translated with IPv6, so we remove<br>
2001:ab5::/96. So 2001:ab5::34.196.x.x becomes 34.196.x.x<br>
4. The outgoing packet is 172.19.61.209 -> 34.196.x.x<br>
<br>
On Tue, Jul 28, 2020 at 11:03 PM Kunal Chauhan <<a href="mailto:atkunalchauhan@gmail.com" target="_blank">atkunalchauhan@gmail.com</a>> wrote:<br>
><br>
> >Alternatively, use wget:<br>
><br>
> >$ wget http://[2001:ab5::34.196.x.x]<br>
> my system is linux customize board and right now wget is not accessible.<br>
> So finding some other alternative to , check the connectivity.<br>
> Even without reinstalling the jool is there is any way I can check my all packets going out off jool correctly ?<br>
><br>
> >but notice that you only gave us your ICMP pool4. For HTTP<br>
><br>
> I have set a ICMP pool4 as :<br>
> jool -i alpha1  pool4 display --tcp<br>
> +------------+-------+--------------------+-----------------+-------------+<br>
> |       Mark | Proto |     Max iterations |         Address |       Ports |<br>
> +------------+-------+--------------------+-----------------+-------------+<br>
> |          0 |  TCP |       1024 ( auto) |     172.19.8.60 | 61001-65535 |<br>
> +------------+-------+--------------------+-----------------+-------------+<br>
> Also<br>
> I have not set any thing related to 34.196.x.x . So I am not understanding how the jool will filter and sending all packets. ?<br>
><br>
><br>
> On Wed, Jul 29, 2020 at 2:19 AM Alberto Leiva <<a href="mailto:ydahhrk@gmail.com" target="_blank">ydahhrk@gmail.com</a>> wrote:<br>
>><br>
>> Your request shold be<br>
>><br>
>> http://[2001:ab5::34.196.x.x]<br>
>><br>
>> Where "34.196.x.x" is the IPv4 address of C.<br>
>><br>
>> Input that in Firefox's address bar.<br>
>><br>
>> Alternatively, use wget:<br>
>><br>
>> $ wget http://[2001:ab5::34.196.x.x]<br>
>><br>
>> > my pool4 is<br>
>> > jool -i alpha1  pool4 display --icmp<br>
>><br>
>> Ok, but notice that you only gave us your ICMP pool4. For HTTP<br>
>> requests, you will also need a TCP pool4.<br>
>><br>
>> On Tue, Jul 28, 2020 at 10:43 AM Kunal Chauhan <<a href="mailto:atkunalchauhan@gmail.com" target="_blank">atkunalchauhan@gmail.com</a>> wrote:<br>
>> ><br>
>> > > Are you asking how the request should look like? For that, we need ?<br>
>> >  Ans:  Yes<br>
>> > node A  ----              Jool (B)        ------node (G )gatway  ------- node C (Server)<br>
>> > 2001:ab5:0:1::X        2001:ab5:0:1::X | 172.19.61.x     172.19.61.x | 34.196.x.x     34.196.x.x<br>
>> ><br>
>> > Actully scenerio is from A to C a http request I am trying to make ,and due to some restriction the ping is block from node c or from gateway end.<br>
>> > so i am not able to check my connectivity or need some help for configuration / trouble shoot because ping is not blocked.<br>
>> ><br>
>> > >your pool6 and, if you're using SIIT, also your EAM table<br>
>> ><br>
>> ><br>
>> > I am using satefull NAT64 and not much expertise in SIIT and EAM.<br>
>> > #my pool4 is<br>
>> > jool -i alpha1  pool4 display --icmp<br>
>> > +------------+-------+--------------------+-----------------+-------------+<br>
>> > |       Mark | Proto |     Max iterations |         Address |       Ports |<br>
>> > +------------+-------+--------------------+-----------------+-------------+<br>
>> > |          0 |  ICMP |       1024 ( auto) |     172.19.61.209 | 61001-65535 |<br>
>> > +------------+-------+--------------------+-----------------+-------------+<br>
>> ><br>
>> > #my added pool6 is as<br>
>> > jool instance add alpha1 --iptables --pool6 2001:ab5::/96<br>
>> ><br>
>> > On Tue, Jul 28, 2020 at 8:32 PM Alberto Leiva <<a href="mailto:ydahhrk@gmail.com" target="_blank">ydahhrk@gmail.com</a>> wrote:<br>
>> >><br>
>> >> > Q how node A to C connectivity check can be obtain  ,as the ping is blocked at Server C. ? Node A makes http request to Server C.<br>
>> >><br>
>> >> Sorry, it seems like you answered your own question.<br>
>> >> Are you asking how the request should look like? For that, we need<br>
>> >> your pool6 and, if you're using SIIT, also your EAM table.<br>
>> >><br>
>> >> On Tue, Jul 28, 2020 at 1:21 AM Kunal Chauhan via Jool-list<br>
>> >> <<a href="mailto:jool-list@nic.mx" target="_blank">jool-list@nic.mx</a>> wrote:<br>
>> >> ><br>
>> >> > Hi Team,<br>
>> >> ><br>
>> >> > As for as I putted my jool in following network<br>
>> >> ><br>
>> >> > Network detail:<br>
>> >> ><br>
>> >> > node A  ----           Jool (B)        ------node (G )gatway  ------- node C (Server)<br>
>> >> > 1234::6        1234::1 | 172.19.61.x     172.19.61.x | 34.196.x.x     34.196.x.x<br>
>> >> ><br>
>> >> > Status:<br>
>> >> > A ----> B is ping is working. on ipv6<br>
>> >> > B---->  G is pingable on ipv4<br>
>> >> ><br>
>> >> > if G ---> C ping is suppose to be work fine as per network.<br>
>> >> ><br>
>> >> > Query:<br>
>> >> > Q how node A to C connectivity check can be obtain  ,as the ping is blocked at Server C. ? Node A makes http request to Server C.<br>
>> >> ><br>
>> >> > --<br>
>> >> > Thanks<br>
>> >> > kunal<br>
>> >> > _______________________________________________<br>
>> >> > Jool-list mailing list<br>
>> >> > <a href="mailto:Jool-list@nic.mx" target="_blank">Jool-list@nic.mx</a><br>
>> >> > <a href="https://mail-lists.nic.mx/listas/listinfo/jool-list" rel="noreferrer" target="_blank">https://mail-lists.nic.mx/listas/listinfo/jool-list</a><br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> > Thanks with Regards!<br>
>> ><br>
>> > Kunal Chauhan<br>
>> > Mob:09813614826<br>
>> > Mob:08860397903<br>
>> > <a href="mailto:E-mail%3Aatkunalchauhan@gmail.com" target="_blank">E-mail:atkunalchauhan@gmail.com</a><br>
>> ><br>
><br>
><br>
><br>
> --<br>
> Thanks with Regards!<br>
><br>
> Kunal Chauhan<br>
> Mob:09813614826<br>
> Mob:08860397903<br>
> <a href="mailto:E-mail%3Aatkunalchauhan@gmail.com" target="_blank">E-mail:atkunalchauhan@gmail.com</a><br>
><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div><font color="#000099"><i><b>Thanks with Regards!</b></i></font></div><font color="#000099"><i><b><div><font color="#000099"><i><b><br></b></i></font></div>Kunal Chauhan</b></i></font><div><font color="#000099"><i><b>Mob:09813614826</b></i></font></div><div><font color="#000099"><i><b>Mob:08860397903</b></i></font></div><div><font color="#000099"><i><b><a href="mailto:E-mail%3Aatkunalchauhan@gmail.com" target="_blank">E-mail:atkunalchauhan@gmail.com</a></b><br></i></font><div><br></div></div></div>