Re: IPv6 Issues with thunderbolt-net driver?
Alex Balcanquall <[email protected]> Tue, 5 Sep 2023 19:16:51 +0000
| Newsgroups | gmane.linux.debian.devel.ipv6 |
|---|---|
| Message-ID | <MN2PR18MB25744C6CC83B4B2246AA8F7ADAE8A@MN2PR18MB2574.namprd18.prod.outlook.com> |
--_000_MN2PR18MB25744C6CC83B4B2246AA8F7ADAE8AMN2PR18MB2574namp_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sorry i should have included this because i know someone will ask.... root@pve2:~# ip6tables --list Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ________________________________ From: Alex Balcanquall <[email protected]> Sent: Tuesday, September 5, 2023 12:08 PM To: Marco <[email protected]>; [email protected] <debian-ipv6@lists.= debian.org> Subject: Re: IPv6 Issues with thunderbolt-net driver? I hope this helps? On each machine i used tcpdump -i <interfacename> ip6 Pve1 is source machine Pve2 is destination machine i see the ssh packet on pve1 dump i don't see the ssh packed from pve2 dump of course what i can't tell is 1. did the ssh packet hit the wire or not or got discarded by the driver= after tcpdumpsaw 2. if the packet did hit the wire did pve2 see it and discard the packet= before it got far enough up the stack to be seen by tcpdump... 3. and I am a little unclear how i could do that given this is a point t= o point connection of thunderbolt (i have seen classic IP so both a and b = above) pve1 root@pve1:~# cat pve1.tcpdump 11:55:49.665770 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 1, length 64 11:55:49.666154 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 1, length 64 11:55:50.667366 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 2, length 64 11:55:50.667912 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 2, length 64 11:55:51.691357 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 3, length 64 11:55:51.691949 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 3, length 64 11:55:52.715355 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 4, length 64 11:55:52.715859 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 4, length 64 11:55:53.739355 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 5, length 64 11:55:53.739712 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 5, length 64 11:55:54.723856 IP6 fe80::8e:95ff:fef1:621a > xxxx:xxxx:830:81::81: ICMP6, = neighbor solicitation, who has xxxx:xxxx:830:81::81, length 32 11:55:54.723899 IP6 xxxx:xxxx:830:81::81 > fe80::8e:95ff:fef1:621a: ICMP6, = neighbor advertisement, tgt is xxxx:xxxx:830:81::81, length 24 11:55:54.763353 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 6, length 64 11:55:54.763722 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 6, length 64 11:55:59.851247 IP6 fe80::1a:44ff:fe65:dbe0 > fe80::8e:95ff:fef1:621a: ICMP= 6, neighbor solicitation, who has fe80::8e:95ff:fef1:621a, length 32 11:55:59.851687 IP6 fe80::8e:95ff:fef1:621a > fe80::1a:44ff:fe65:dbe0: ICMP= 6, neighbor advertisement, tgt is fe80::8e:95ff:fef1:621a, length 24 11:56:02.235174 IP6 xxxx:xxxx:830:81::81.60670 > xxxx:xxxx:830:81::82.ssh: = Flags [S], seq 2237794262, win 65460, options [mss 65460,sackOK,TS val 2783= 492204 ecr 0,nop,wscale 7], length 0 11:56:03.243291 IP6 xxxx:xxxx:830:81::81.60670 > xxxx:xxxx:830:81::82.ssh: = Flags [S], seq 2237794262, win 65460, options [mss 65460,sackOK,TS val 2783= 493212 ecr 0,nop,wscale 7], length 0 11:56:04.963688 IP6 fe80::8e:95ff:fef1:621a > fe80::1a:44ff:fe65:dbe0: ICMP= 6, neighbor solicitation, who has fe80::1a:44ff:fe65:dbe0, length 32 11:56:04.963726 IP6 fe80::1a:44ff:fe65:dbe0 > fe80::8e:95ff:fef1:621a: ICMP= 6, neighbor advertisement, tgt is fe80::1a:44ff:fe65:dbe0, length 24 11:56:05.259237 IP6 xxxx:xxxx:830:81::81.60670 > xxxx:xxxx:830:81::82.ssh: = Flags [S], seq 2237794262, win 65460, options [mss 65460,sackOK,TS val 2783= 495228 ecr 0,nop,wscale 7], length 0 pve2 root@pve2:~# cat pve2.tcpdump 11:55:49.665477 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 1, length 64 11:55:49.665503 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 1, length 64 11:55:50.667060 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 2, length 64 11:55:50.667095 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 2, length 64 11:55:51.691134 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 3, length 64 11:55:51.691157 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 3, length 64 11:55:52.715051 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 4, length 64 11:55:52.715086 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 4, length 64 11:55:53.738964 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 5, length 64 11:55:53.738990 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 5, length 64 11:55:54.722922 IP6 fe80::8e:95ff:fef1:621a > xxxx:xxxx:830:81::81: ICMP6, = neighbor solicitation, who has xxxx:xxxx:830:81::81, length 32 11:55:54.723490 IP6 xxxx:xxxx:830:81::81 > fe80::8e:95ff:fef1:621a: ICMP6, = neighbor advertisement, tgt is xxxx:xxxx:830:81::81, length 24 11:55:54.762911 IP6 xxxx:xxxx:830:81::81 > xxxx:xxxx:830:81::82: ICMP6, ech= o request, id 19484, seq 6, length 64 11:55:54.762931 IP6 xxxx:xxxx:830:81::82 > xxxx:xxxx:830:81::81: ICMP6, ech= o reply, id 19484, seq 6, length 64 11:55:59.850780 IP6 fe80::1a:44ff:fe65:dbe0 > fe80::8e:95ff:fef1:621a: ICMP= 6, neighbor solicitation, who has fe80::8e:95ff:fef1:621a, length 32 11:55:59.850817 IP6 fe80::8e:95ff:fef1:621a > fe80::1a:44ff:fe65:dbe0: ICMP= 6, neighbor advertisement, tgt is fe80::8e:95ff:fef1:621a, length 24 11:56:04.962860 IP6 fe80::8e:95ff:fef1:621a > fe80::1a:44ff:fe65:dbe0: ICMP= 6, neighbor solicitation, who has fe80::1a:44ff:fe65:dbe0, length 32 11:56:04.963212 IP6 fe80::1a:44ff:fe65:dbe0 > fe80::8e:95ff:fef1:621a: ICMP= 6, neighbor advertisement, tgt is fe80::1a:44ff:fe65:dbe0, length 24 ________________________________ From: Marco <[email protected]> Sent: Sunday, September 3, 2023 1:32 AM To: [email protected] <[email protected]> Subject: Re: IPv6 Issues with thunderbolt-net driver? Am 02.09.2023 um 22:17:33 Uhr schrieb Alex Balcanquall: > - ping machine 1 IPv6 from machine 2 (this will work) > - try to ssh from machine 1 to machine 2 using IPv6 (this will not > work) Can you run a packet sniffer on both machines to check if the package reaches the interface outgoing and on the other side ingoing? --_000_MN2PR18MB25744C6CC83B4B2246AA8F7ADAE8AMN2PR18MB2574namp_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"= > <style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo= ttom:0;} </style> </head> <body dir=3D"ltr"> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 11pt; color: rgb(0, 0, 0);" class=3D"elementToProof"> Sorry i should have included this because i know someone will ask....</div> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 11pt; color: rgb(0, 0, 0);" class=3D"elementToProof"> <br> </div> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 11pt; color: rgb(0, 0, 0);" class=3D"elementToProof"> <br> </div> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 11pt; color: rgb(0, 0, 0);" class=3D"elementToProof ContentPasted0"> root@pve2:~# ip6tables --list <div class=3D"ContentPasted0">Chain INPUT (policy ACCEPT)</div> <div class=3D"ContentPasted0">target prot opt source &= nbsp; destination &= nbsp; </div> <div><br class=3D"ContentPasted0"> </div> <div class=3D"ContentPasted0">Chain FORWARD (policy ACCEPT)</div> <div class=3D"ContentPasted0">target prot opt source &= nbsp; destination &= nbsp; </div> <div><br class=3D"ContentPasted0"> </div> <div class=3D"ContentPasted0">Chain OUTPUT (policy ACCEPT)</div> target prot opt source &nb= sp; destination <br> </div> <div id=3D"appendonsend"></div> <hr style=3D"display:inline-block;width:98%" tabindex=3D"-1"> <div id=3D"divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, sans-serif" st= yle=3D"font-size:11pt" color=3D"#000000"><b>From:</b> Alex Balcanquall <= [email protected]><br> <b>Sent:</b> Tuesday, September 5, 2023 12:08 PM<br> <b>To:</b> Marco <[email protected]>; [email protected] <de= [email protected]><br> <b>Subject:</b> Re: IPv6 Issues with thunderbolt-net driver?</font> <div> </div> </div> <style type=3D"text/css" style=3D"display:none"> <!-- p {margin-top:0; margin-bottom:0} --> </style> <div dir=3D"ltr"> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> I hope this helps? </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> On each machine i used tcpdump -i <interfacename> ip6 </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> Pve1 is source machine</div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> Pve2 is destination machine</div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> i see the ssh packet on pve1 dump</div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> i don't see the ssh packed from pve2 dump</div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> of course what i can't tell is </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <ol data-editing-info=3D"{"orderedStyleType":6,"unorderedSty= leType":1}" data-listchain=3D"__List_Chain_165"> <li style=3D"list-style-type:"a) ""><span>did the ssh packet hit = the wire or not or got discarded by the driver after tcpdumpsaw</span></li>= <li style=3D"list-style-type:"b) ""><span>if the packet did hit t= he wire did pve2 see it and discard the packet before it got far enough up = the stack to be seen by tcpdump...</span></li><li style=3D"list-style-type:= "c) ""><span>and I am a little unclear how i could do that given = this is a point to point connection of thunderbolt (i have seen class= ic IP so both a and b above)<br> </span></li></ol> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> pve1</div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof x_ContentPasted0" style=3D"font-family:Calib= ri,Arial,Helvetica,sans-serif; font-size:11pt; color:rgb(0,0,0)"> root@pve1:~# cat pve1.tcpdump <div class=3D"x_ContentPasted0">11:55:49.665770 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 1, length 64</d= iv> <div class=3D"x_ContentPasted0">11:55:49.666154 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 1, length 64</div= > <div class=3D"x_ContentPasted0">11:55:50.667366 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 2, length 64</d= iv> <div class=3D"x_ContentPasted0">11:55:50.667912 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 2, length 64</div= > <div class=3D"x_ContentPasted0">11:55:51.691357 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 3, length 64</d= iv> <div class=3D"x_ContentPasted0">11:55:51.691949 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 3, length 64</div= > <div class=3D"x_ContentPasted0">11:55:52.715355 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 4, length 64</d= iv> <div class=3D"x_ContentPasted0">11:55:52.715859 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 4, length 64</div= > <div class=3D"x_ContentPasted0">11:55:53.739355 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 5, length 64</d= iv> <div class=3D"x_ContentPasted0">11:55:53.739712 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 5, length 64</div= > <div class=3D"x_ContentPasted0">11:55:54.723856 IP6 fe80::8e:95ff:fef1:621a= > xxxx:xxxx:830:81::81: ICMP6, neighbor solicitation, who has xxxx:xxxx= :830:81::81, length 32</div> <div class=3D"x_ContentPasted0">11:55:54.723899 IP6 xxxx:xxxx:830:81::81 &g= t; fe80::8e:95ff:fef1:621a: ICMP6, neighbor advertisement, tgt is xxxx:xxxx= :830:81::81, length 24</div> <div class=3D"x_ContentPasted0">11:55:54.763353 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 6, length 64</d= iv> <div class=3D"x_ContentPasted0">11:55:54.763722 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 6, length 64</div= > <div class=3D"x_ContentPasted0">11:55:59.851247 IP6 fe80::1a:44ff:fe65:dbe0= > fe80::8e:95ff:fef1:621a: ICMP6, neighbor solicitation, who has fe80::= 8e:95ff:fef1:621a, length 32</div> <div class=3D"x_ContentPasted0">11:55:59.851687 IP6 fe80::8e:95ff:fef1:621a= > fe80::1a:44ff:fe65:dbe0: ICMP6, neighbor advertisement, tgt is fe80::= 8e:95ff:fef1:621a, length 24</div> <div class=3D"x_ContentPasted0">11:56:02.235174 IP6 xxxx:xxxx:830:81::81.60= 670 > xxxx:xxxx:830:81::82.ssh: Flags [S], seq 2237794262, win 65460, op= tions [mss 65460,sackOK,TS val 2783492204 ecr 0,nop,wscale 7], length 0</di= v> <div class=3D"x_ContentPasted0">11:56:03.243291 IP6 xxxx:xxxx:830:81::81.60= 670 > xxxx:xxxx:830:81::82.ssh: Flags [S], seq 2237794262, win 65460, op= tions [mss 65460,sackOK,TS val 2783493212 ecr 0,nop,wscale 7], length 0</di= v> <div class=3D"x_ContentPasted0">11:56:04.963688 IP6 fe80::8e:95ff:fef1:621a= > fe80::1a:44ff:fe65:dbe0: ICMP6, neighbor solicitation, who has fe80::= 1a:44ff:fe65:dbe0, length 32</div> <div class=3D"x_ContentPasted0">11:56:04.963726 IP6 fe80::1a:44ff:fe65:dbe0= > fe80::8e:95ff:fef1:621a: ICMP6, neighbor advertisement, tgt is fe80::= 1a:44ff:fe65:dbe0, length 24</div> 11:56:05.259237 IP6 xxxx:xxxx:830:81::81.60670 > xxxx:xxxx:830:81::82.ss= h: Flags [S], seq 2237794262, win 65460, options [mss 65460,sackOK,TS val 2= 783495228 ecr 0,nop,wscale 7], length 0<br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> pve2 </div> <div class=3D"x_elementToProof x_ContentPasted1" style=3D"font-family:Calib= ri,Arial,Helvetica,sans-serif; font-size:11pt; color:rgb(0,0,0)"> root@pve2:~# cat pve2.tcpdump <div class=3D"x_ContentPasted1">11:55:49.665477 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 1, length 64</d= iv> <div class=3D"x_ContentPasted1">11:55:49.665503 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 1, length 64</div= > <div class=3D"x_ContentPasted1">11:55:50.667060 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 2, length 64</d= iv> <div class=3D"x_ContentPasted1">11:55:50.667095 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 2, length 64</div= > <div class=3D"x_ContentPasted1">11:55:51.691134 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 3, length 64</d= iv> <div class=3D"x_ContentPasted1">11:55:51.691157 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 3, length 64</div= > <div class=3D"x_ContentPasted1">11:55:52.715051 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 4, length 64</d= iv> <div class=3D"x_ContentPasted1">11:55:52.715086 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 4, length 64</div= > <div class=3D"x_ContentPasted1">11:55:53.738964 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 5, length 64</d= iv> <div class=3D"x_ContentPasted1">11:55:53.738990 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 5, length 64</div= > <div class=3D"x_ContentPasted1">11:55:54.722922 IP6 fe80::8e:95ff:fef1:621a= > xxxx:xxxx:830:81::81: ICMP6, neighbor solicitation, who has xxxx:xxxx= :830:81::81, length 32</div> <div class=3D"x_ContentPasted1">11:55:54.723490 IP6 xxxx:xxxx:830:81::81 &g= t; fe80::8e:95ff:fef1:621a: ICMP6, neighbor advertisement, tgt is xxxx:xxxx= :830:81::81, length 24</div> <div class=3D"x_ContentPasted1">11:55:54.762911 IP6 xxxx:xxxx:830:81::81 &g= t; xxxx:xxxx:830:81::82: ICMP6, echo request, id 19484, seq 6, length 64</d= iv> <div class=3D"x_ContentPasted1">11:55:54.762931 IP6 xxxx:xxxx:830:81::82 &g= t; xxxx:xxxx:830:81::81: ICMP6, echo reply, id 19484, seq 6, length 64</div= > <div class=3D"x_ContentPasted1">11:55:59.850780 IP6 fe80::1a:44ff:fe65:dbe0= > fe80::8e:95ff:fef1:621a: ICMP6, neighbor solicitation, who has fe80::= 8e:95ff:fef1:621a, length 32</div> <div class=3D"x_ContentPasted1">11:55:59.850817 IP6 fe80::8e:95ff:fef1:621a= > fe80::1a:44ff:fe65:dbe0: ICMP6, neighbor advertisement, tgt is fe80::= 8e:95ff:fef1:621a, length 24</div> <div class=3D"x_ContentPasted1">11:56:04.962860 IP6 fe80::8e:95ff:fef1:621a= > fe80::1a:44ff:fe65:dbe0: ICMP6, neighbor solicitation, who has fe80::= 1a:44ff:fe65:dbe0, length 32</div> 11:56:04.963212 IP6 fe80::1a:44ff:fe65:dbe0 > fe80::8e:95ff:fef1:621a: I= CMP6, neighbor advertisement, tgt is fe80::1a:44ff:fe65:dbe0, length 24<br> </div> <div class=3D"x_elementToProof" style=3D"font-family:Calibri,Arial,Helvetic= a,sans-serif; font-size:11pt; color:rgb(0,0,0)"> <br> </div> <div id=3D"x_appendonsend"></div> <hr tabindex=3D"-1" style=3D"display:inline-block; width:98%"> <div id=3D"x_divRplyFwdMsg" dir=3D"ltr"><font face=3D"Calibri, sans-serif" = color=3D"#000000" style=3D"font-size:11pt"><b>From:</b> Marco <mm@dorfds= l.de><br> <b>Sent:</b> Sunday, September 3, 2023 1:32 AM<br> <b>To:</b> [email protected] <[email protected]>= ;<br> <b>Subject:</b> Re: IPv6 Issues with thunderbolt-net driver?</font> <div> </div> </div> <div class=3D"x_BodyFragment"><font size=3D"2"><span style=3D"font-size:11p= t"> <div class=3D"x_PlainText">Am 02.09.2023 um 22:17:33 Uhr schrieb Alex Balca= nquall:<br> <br> > - ping machine 1 IPv6 from machine 2 (this will work)<br> > - try to ssh from machine 1 to machine 2 using IPv6 (this will not<br> > work)<br> <br> Can you run a packet sniffer on both machines to check if the<br> package reaches the interface outgoing and on the other side ingoing?<br> <br> </div> </span></font></div> </div> </body> </html> --_000_MN2PR18MB25744C6CC83B4B2246AA8F7ADAE8AMN2PR18MB2574namp_--