Your IPv6 node thinks it's directly connected to the NAT64 network. This is incorrect; from the IPv6 node's perspective, the NAT64 network is supposed to be seen as a separate network which can be reached through the translator. For example, if your NAT64 network (pool6) is 2001:ab5::/96, then your IPv6 node's network is supposed to be something that does not equal nor contain that prefix. For example, 2001:ab5:ffff::/96, or 2001:ab5:ffff::/64.
On Tue, Apr 21, 2020 at 11:49 AM Kunal Chauhan <[email protected]> wrote: > > //IPV6 node///////////////////////////////// > > ip -6 route > > 2001:ab5::/96 dev eth1 metric 1 > > fe80::/64 dev eth1 proto kernel metric 256 > > ff00::/8 dev eth1 metric 256 > > ff00::/8 dev vip_eth metric 256 > > > > > > ping6 2001:ab5::172.19.8.12 > > PING 2001:ab5::172.19.8.12(2001:ab5::ac13:80c) 56 data bytes > > From 2001:ab5:0:1::205 icmp_seq=1 Destination unreachable: Address unreachable > > From 2001:ab5:0:1::205 icmp_seq=2 Destination unreachable: Address unreachable > > From 2001:ab5:0 > > //////////jool ////////////////////////////// > > joolmachine configuration is below: > > root@ruckus-OptiPlex-390:~# ifconfig > > enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 > > inet 169.254.121.93 netmask 255.255.0.0 broadcast 169.254.255.255 > > inet6 fe80::c9f1:a162:b3d2:dd0d prefixlen 64 scopeid 0x20<link> > > inet6 2001:ab5:0:1::160 prefixlen 64 scopeid 0x0<global> > > ether 00:0a:f7:2d:67:3a txqueuelen 1000 (Ethernet) > > RX packets 188310 bytes 36844700 (36.8 MB) > > RX errors 0 dropped 4019 overruns 0 frame 0 > > TX packets 721 bytes 75614 (75.6 KB) > > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > > device interrupt 17 > > > > enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 > > inet 172.19.8.60 netmask 255.255.255.0 broadcast 172.19.8.255 > > inet6 fe80::e5b1:419e:3a28:c0c1 prefixlen 64 scopeid 0x20<link> > > ether d0:67:e5:27:2c:f8 txqueuelen 1000 (Ethernet) > > RX packets 2423774 bytes 1145177984 (1.1 GB) > > RX errors 0 dropped 17073 overruns 0 frame 0 > > TX packets 3678434 bytes 2236049996 (2.2 GB) > > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > > //tcpdump at jool machinee//////////////////// > > 23:06:34.523300 IP6 2001:db8:0:1::a55 > ff02::1:ff00:a4: ICMP6, neighbor > solicitation, who has 2001:db8:0:1::a4, length 32 > > 23:06:34.721460 IP6 fe80::dc1e:55ce:e8ca:a59e.53119 > ff02::c.1900: UDP, > length 146 > > 23:06:34.832887 IP6 2001:ab5:0:1::205 > ff02::1:ff13:80c: ICMP6, neighbor > solicitation, who has 2001:ab5::ac13:80c, length 32 > > 23:06:35.283935 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id > 820e.68:9c:e2:71:94:00.8028, length 43 > > > > > > > On Tue, Apr 21, 2020 at 9:52 PM Alberto Leiva <[email protected]> wrote: >> >> Looks fine. >> >> Now that I think about it, your stats are telling us that your >> translator is not actually receiving any IPv6 traffic. >> Does your IPv6 node have a route towards 2001:ab5::? >> Are you sure the IPv6 node knows to send 2001:ab5:: traffic towards >> your translator? >> What's the output of your IPv6 node's `ip -6 route`? >> Are there any routers between your IPv6 node and your translator? >> >> On Tue, Apr 21, 2020 at 10:54 AM Kunal Chauhan <[email protected]> >> wrote: >> > >> > jool -i alpha1 pool4 display --icmp >> > >> > +------------+-------+--------------------+-----------------+-------------+ >> > >> > | Mark | Proto | Max iterations | Address | Ports | >> > >> > +------------+-------+--------------------+-----------------+-------------+ >> > >> > | 0 | ICMP | 1024 ( auto) | 172.19.8.60 | 61001-65535 >> > >> > >> > On Tue, Apr 21, 2020 at 9:12 PM Alberto Leiva <[email protected]> wrote: >> >> >> >> > What's the output of `jool pool4 display`? >> >> >> >> Sorry, I meant `jool pool4 display --icmp` >> >> >> >> On Tue, Apr 21, 2020 at 10:37 AM Alberto Leiva <[email protected]> wrote: >> >> > >> >> > > JSTAT_POOL4_MISMATCH:15 >> >> > >> >> > What's the output of `jool pool4 display`? >> >> > >> >> > On Tue, Apr 21, 2020 at 9:55 AM Kunal Chauhan >> >> > <[email protected]> wrote: >> >> > > >> >> > > Hello Alberto, >> >> > > >> >> > > Thanks for your reply: >> >> > > >> >> > > Below is the detail please help: >> >> > > 1. Try "2001:ab5::172.19.8.26" instead of "2001:ab5:172.19.8.26" >> >> > > >> >> > > 2001:ab5::172.19.8.26 I tried this only it gives destination >> >> > > unreachable. while ping. >> >> > > >> >> > > 2. If you ping the jool machine's IPv6 NIC from your IPv6 machine, >> >> > > does it work? >> >> > > >> >> > > Yes it working . >> >> > > >> >> > > 3. If you ping the jool machine's IPv4 NIC from your IPv4 machine, >> >> > > does it work? >> >> > > Yes it is also working >> >> > > 4. What's the output of 'jool stats display'? >> >> > > JSTAT_RECEIVED4: 15 >> >> > > JSTAT_POOL4_MISMATCH:15 >> >> > > >> >> > > Thanks >> >> > > Kunal >> >> > > >> >> > > >> >> > > ////////////////////////////////////////////////// >> >> > > On Tue, Apr 21, 2020 at 8:20 PM Kunal Chauhan >> >> > > <[email protected]> wrote: >> >> > >> >> >> > >> Hello Alberto, >> >> > >> >> >> > >> Thanks for your reply: >> >> > >> >> >> > >> Below is the detail please help: >> >> > >> 1. Try "2001:ab5::172.19.8.26" instead of "2001:ab5:172.19.8.26" >> >> > >> >> >> > >> 2001:ab5::172.19.8.26 I tried this only it gives destination >> >> > >> unreachable. >> >> > >> >> >> > >> 2. If you ping the jool machine's IPv6 NIC from your IPv6 machine, >> >> > >> does it work? >> >> > >> >> >> > >> >> >> > >> >> >> > >> If you ping the jool machine's IPv4 NIC from your IPv4 machine, does >> >> > >> it work? >> >> > >> >> >> > >> >> >> > >> On Tue, Apr 21, 2020 at 7:39 PM Alberto Leiva <[email protected]> >> >> > >> wrote: >> >> > >>> >> >> > >>> > test: I am trying to ping 2001:ab5:172.19.8.26 from ipv6 machine >> >> > >>> >> >> > >>> Try "2001:ab5::172.19.8.26" instead of "2001:ab5:172.19.8.26". >> >> > >>> What's the output of ping? >> >> > >>> If you ping the jool machine's IPv6 NIC from your IPv6 machine, >> >> > >>> does it work? >> >> > >>> If you ping the jool machine's IPv4 NIC from your IPv4 machine, >> >> > >>> does it work? >> >> > >>> What's the output of 'jool stats display'? >> >> > >>> >> >> > >>> On Tue, Apr 21, 2020 at 6:24 AM Kunal Chauhan >> >> > >>> <[email protected]> wrote: >> >> > >>> > >> >> > >>> > Hi Team >> >> > >>> > >> >> > >>> > I need help to configure my jool machine >> >> > >>> > I have a jool machine with 2 NIC card , >> >> > >>> > >> >> > >>> > I configure as per jool documentation method I follow is iptable. >> >> > >>> > >> >> > >>> > 1. created instance >> >> > >>> > 2. creat pool6 as prefix 2001:ab5::/96 as my ip6 machine or >> >> > >>> > network is in that prefix or address >> >> > >>> > 3. created a poolv4 as 172.19.8.60 //this my jool machine ip >> >> > >>> > >> >> > >>> > test: I am trying to ping 2001:ab5:172.19.8.26 from ipv6 machine >> >> > >>> > >> >> > >>> > please HEPL >> >> > >>> > >> >> > >>> > >> >> > >>> > -- >> >> > >>> > Thanks with Regards! >> >> > >>> > >> >> > >>> > Kunal Chauhan >> >> > >>> > >> >> > >>> > Mob:08860397903 >> >> > >>> > E-mail:[email protected] >> >> > >>> > >> >> > >>> > _______________________________________________ >> >> > >>> > Jool-list mailing list >> >> > >>> > [email protected] >> >> > >>> > https://mail-lists.nic.mx/listas/listinfo/jool-list >> >> > >> >> >> > >> >> >> > >> >> >> > >> -- >> >> > >> Thanks with Regards! >> >> > >> >> >> > >> Kunal Chauhan >> >> > >> Mob:09813614826 >> >> > >> Mob:08860397903 >> >> > >> E-mail:[email protected] >> >> > >> >> >> > > >> >> > > >> >> > > -- >> >> > > Thanks with Regards! >> >> > > >> >> > > Kunal Chauhan >> >> > > Mob:09813614826 >> >> > > Mob:08860397903 >> >> > > E-mail:[email protected] >> >> > > >> > >> > >> > >> > -- >> > Thanks with Regards! >> > >> > Kunal Chauhan >> > Mob:09813614826 >> > Mob:08860397903 >> > E-mail:[email protected] >> > > > > > -- > Thanks with Regards! > > Kunal Chauhan > Mob:09813614826 > Mob:08860397903 > E-mail:[email protected] > _______________________________________________ Jool-list mailing list [email protected] https://mail-lists.nic.mx/listas/listinfo/jool-list
