AS47217 - PLANETEL-SPA Planetel SPAPARFC 4890 ✓RPKI ⚠ 2/3ASPA -

← back to summary

All countriesHomeState of IPv6TopologyIXPsAboutipv6.si ↗ Sparky

AS overview

Test target: 2a02:670:d000:400::7 · ipv6.planetel.it · address space: PA · prefixes announced: 3

prefix(es): 2a02:670::/32, 2a02:5c80::/32, 2a0a:27c0::/32

Targets & per-vantage-point probe results (2 target(s) across 3 vantage point(s))

Source codes (hover any badge for full description): CUR=curated · NS/SOA/MX=DNS records · SPF=SPF TXT · DRV=holder-derived (www, ns1, mail, gw, …) · ATL=RIPE Atlas · PDB=PeeringDB · WHOIS=RIPE whois · RDAP=RIPE RDAP · HIT=IPv6 Hitlist · RTR=in-prefix path hop (router) · PRB=static prefix probe · SYN=synthetic prefix::1 fallback

Target IP / hostnameSourceNL host (go6lab)ITA host (Karsolink)SLO host (6connect)
ping1500B:80:443reachedping1500B:80:443reachedping1500B:80:443reached
2a02:670:d000:400::7
ipv6.planetel.it
drvopenopen-openopen-openopen-
2a02:670:d000:400::c
planetel.it
drvopenopen-openopen-openopen-

MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO peering

MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO member - Open peering, peering member, since 2017-03-03. IPv6 LAN: 2001:7f8:b:100:1d1:a5d4:7217:56. Locations: -.

RPKI & ASPA

2 of 3 prefix(es) covered by a valid ROA, 1 not-found.

PrefixRPKI stateReasonCovering VRP(s)
2a02:670::/32✓ validmatched VRP (correct origin, length within maxLength)AS47217 /32 maxLen 56 (ripe)
2a02:5c80::/32- not-foundno covering VRP
2a0a:27c0::/32✓ validmatched VRP (correct origin, length within maxLength)AS47217 /32 maxLen 56 (ripe)

Random-IP probe (yarrp) into the AS' prefixes

At least one router inside AS47217's announced prefix replied during the random-target probe. Hop(s): 2a02:670::, 2a02:670:f000:a::19, 2a02:670:f000:a::b. These are candidate targets for direct testing.

ICMPv6 Type 2 (Packet Too Big) acceptance - active test

Vantage points disagree about Type 2 acceptance - transit ASes on one path may be filtering Type 2 even though the destination's stack accepts it on another path:

Why they disagree - different probe methods: These vantages picked different probe methods, so their verdicts are not directly comparable. The active test tries methods in order (icmp6-echodns-tcptlshttp) and stops at the first that produces a definitive verdict; if the chosen method differs, the underlying evidence differs too. Most often this is because the path PMTU on one vantage is below 1500 B, so the natural Echo Reply is already fragmented and the icmp6-echo method falls through to a TCP-based one. This is largely a measurement artifact, not a destination-behaviour difference.

Failure detail — what to grep in your logs
vantageour sourceyour targetmethodresulttested (UTC)
go6lab2a00:8642:42::752a02:670:d000:400::7icmp6-echohonored2026-05-30T12:44:22Z
karsolink2a12:d8c0:105a:9001::a1542a02:670:d000:400::7tlsnot_honored2026-05-30T12:50:55Z
odin2607:fae0:a000::422a02:670:d000:400::7icmp6-echohonored2026-05-30T12:44:09Z

Attempt log (go6lab):

  1. icmp6-echohonored (size_before=1460, size_after=None)
  2. dns-tcpno_tcp: connect failed: timed out
  3. tlsnot_honored (size_before=4096, size_after=4096)
  4. httpinconclusive (size_before=392, size_after=None): natural max segment 392B already <= 1220B; nothing to shrink

Attempt log (karsolink):

  1. icmp6-echono_echo: no Echo Reply to 1300-byte probe
  2. dns-tcpno_tcp: connect failed: [Errno 111] Connection refused
  3. tlsnot_honored (size_before=2668, size_after=2839)
  4. httpinconclusive (size_before=392, size_after=None): natural max segment 392B already <= 1220B; nothing to shrink

Attempt log (odin):

  1. icmp6-echohonored (size_before=1460, size_after=None)
  2. dns-tcpno_tcp: connect failed: [Errno 111] Connection refused
  3. tlspartial (size_before=4096, size_after=2856)
  4. httpinconclusive (size_before=392, size_after=None): natural max segment 392B already <= 1220B; nothing to shrink

To match the corresponding ICMPv6 packet on your side (host firewall, AS edge, or transit tap), look for our PTBs around the timestamps above:

sudo tcpdump -i any -n -e 'icmp6 and ip6[40] = 2 and (src host 2607:fae0:a000::42 or src host 2a00:8642:42::75 or src host 2a12:d8c0:105a:9001::a154)'

If you see our PTBs arriving but the destination's TCP/Echo flow does not shrink, the drop is in the destination kernel (cause 3 below). If you don't see them at all, drop is upstream of you (cause 2). If you only see them from one of our two source IPs, the drop is path-asymmetric — one transit on the asymmetric route is filtering, the other is not.

What does "Type 2 not honored" actually mean? — click to expand

What this test does

Using the tls method, we open a TLS handshake to your TCP server, observe its TCP segment size, forge an ICMPv6 PTB declaring path MTU=1280, and observe whether subsequent segments shrink. RFC 4890 requires hosts and intermediate networks not to filter ICMPv6 Type 2; the destination's TCP/UDP stack must act on a received PTB by lowering its Path MTU cache for that destination, which makes subsequent segments smaller.

What we measured

Three plausible causes

  1. Your host firewall is dropping ICMPv6 Type 2 inbound. Many default firewall rule sets only allow Echo Request/Reply and Neighbor Discovery, silently dropping all other ICMPv6 types - including Packet Too Big.
  2. An upstream / transit network is dropping ICMPv6 Type 2 before it reaches you. Some transit ASes filter ICMPv6 messages other than Echo at the edge. The forged PTB never arrives, so your stack never has a chance to act on it.
  3. Your kernel is ignoring the PTB. Linux / BSD stacks normally accept ICMPv6 PTB and update the route cache, but a few sysctls (or a hardened kernel) can be configured to ignore PMTU updates - typically as part of an over-aggressive anti-spoofing or uRPF policy.

How to check & fix (Linux examples)

1. Confirm Type 2 is not blocked at the host firewall:

sudo ip6tables -L INPUT -nv | grep -iE 'icmpv6|packet-too-big'
sudo nft list ruleset 2>/dev/null | grep -A1 'icmpv6'

If you see rules dropping ICMPv6 unconditionally, change them to permit at least icmpv6 type packet-too-big (and destination-unreachable, time-exceeded, parameter-problem per RFC 4890).

2. Confirm the kernel accepts incoming PTB:

sudo sysctl net.ipv6.conf.all.accept_redirects net.ipv4.ip_no_pmtu_disc net.ipv6.route.mtu_expires

The defaults (accept_redirects=1, ip_no_pmtu_disc=0) are the right values for honoring PTB.

3. Live trace: while we have an open TCP flow with a small MSS (we run our test from 2607:fae0:a000::42 on odin, 2a00:8642:42::75 on go6lab and 2a12:d8c0:105a:9001::a154 on karsolink), watch for our forged Type 2 arriving on your interface:

sudo tcpdump -i any -n -e 'icmp6 and ip6[40] = 2 and (src host 2607:fae0:a000::42 or src host 2a00:8642:42::75 or src host 2a12:d8c0:105a:9001::a154)'

If you see our PTBs arriving but TCP segments still stay big, the drop is in your kernel or NIC offload (cause 3). If you don't see them at all, the drop is upstream of you (cause 2) - ask your upstream(s) to permit ICMPv6 Type 2.

4. If your test target above (2026-05-30T12:50:55Z) is a host that you don't own (e.g. a third-party DNS / TLS server you happen to operate prefixes for), the verdict reflects that specific host's behaviour - try the test against a server you do own and we'll happily re-run.

RFC 4890 references: §4.3.1 (Packet Too Big - MUST NOT be dropped), and RFC 8201 for the broader PMTUD requirement.

Where the path divergence is

Mixed disagreement. At least one pair of vantages used the same probe method and disagreed (real Type 2 asymmetry); other pairs used different methods (probe-availability noise). The path-divergence summary below covers all pairs; the AI interpretation focuses on the real cases.

Per-vantage probe + verdict (headline):

Full per-method matrix (all four methods run at each vantage):

vantageicmp6-echodns-tcptlshttp
go6labhonoredno_tcpnot_honoredinconclusive
karsolinkno_echono_tcpnot_honoredinconclusive
odinhonoredno_tcppartialinconclusive

✓ All vantages agree on method(s): icmp6-echo — the headline-method spread above is dispatcher noise, not a real Type 2 disagreement.

These vantage-level disagreements are rooted somewhere in the forward paths. Joining each per-vantage traceroute against the IP→AS lookup from our global yarrp mesh, the first hop where the paths land in different ASes is the most likely site of the offending filter / unreachable AS / Type 2 drop.

Suspect transit ASes (ranked by how often they appear at the divergence point on the path of the worse-classifying vantage): AS47217, AS6939, AS9002.

Diagnosis is path-level, not packet-level: it tells you which transit AS is the prime suspect, not exactly which firewall rule is to blame. Use the tracepath6 output below (when available) for per-hop PMTU evidence on the same path.

Diagnostic interpretation

An operator-targeted diagnostic interpretation can be generated for this AS on demand. The pipeline holds the raw verdicts and the per-hop walk; an AI pass synthesises where to start looking. Click the button below to run it.

Per-hop PTB acceptance walk

From the local vantage, we walk the forward path hop-by-hop, sending each hop a 1500-byte ICMPv6 Echo, then a forged PTB (MTU=1280) sourced from us, then another 1500-byte Echo. If the second reply arrives fragmented or smaller, that hop honoured the PTB. If unchanged, it didn't. The first ✗ in an otherwise-✓ path is the most likely filter location. Cross-country aggregation: see the global PTB filter atlas for transit ASes ranked by filter rate across all measurements.

First break at hop 9: AS47217 (PLANETEL-SPA - Planetel SPA, IT) -- this is the most likely site of the offending PTB filter. Hop IP: 2a02:670:f000:a::12.

#hop IPASHolderPTB acceptance
12607:fae0:a000::2AS80386CONNECT - 6connect, Inc., US- skipped (CoPP)
2*-- (no IP)
3*-- (no IP)
42001:470:1:5be::1AS6939HURRICANE - Hurricane Electric LLC, US? no_response
5*-- (no IP)
62001:470:0:2ea::2AS6939HURRICANE - Hurricane Electric LLC, US? no_response
7*-- (no IP)
82001:7f8:c0::4:7217:1-NA? no_response
92a02:670:f000:a::12AS47217PLANETEL-SPA - Planetel SPA, IT✗ not_honored
102a02:670:f001::3AS47217PLANETEL-SPA - Planetel SPA, IT✓ honored
11*-- (no IP)
12*-- (no IP)
13*-- (no IP)
14*-- (no IP)
15*-- (no IP)
16*-- (no IP)
17*-- (no IP)
18*-- (no IP)
19*-- (no IP)
20*-- (no IP)
21*-- (no IP)
22*-- (no IP)
23*-- (no IP)
24*-- (no IP)

Tests host-mode PTB acceptance (PTBs aimed at the hop itself). A router that honours PTBs to itself can still be filtering PTBs transiting through it; this is one indicator, not proof of full PTB transparency. Hops in CoPP-rate-limit ranges are skipped to avoid false signals.

tracepath6 per-hop PMTU drilldown

For each target where Type 2 verdicts disagreed across vantages, tracepath -6 ran from every vantage to capture per-hop PMTU evolution along that vantage's actual forward path. A pmtu change entry on a hop means that hop's router generated a PTB and we observed the shrink; absence of any change combined with a not_honored verdict suggests a router somewhere downstream is silently dropping >MTU packets (an RFC 4890 violation) rather than sending a PTB.

Target 2a02:670:d000:400::7

go6lab — verdict honored

verdict = honored; final pmtu = 1500

#hop IPpmtu change
1<span class='muted'>no reply</span>
22a00:8642:1000:f000::1
32a00:1ca8:1::194
42a03:3f40::10:33
52a02:2d8:1:a001:232a::
62a02:2d8::57f5:e080
72a02:2d8:1:b81d:232a::1
82a02:670:f000:a::12
92a02:670:f001::3
10<span class='muted'>no reply</span>
11<span class='muted'>no reply</span>
12<span class='muted'>no reply</span>
13<span class='muted'>no reply</span>
14<span class='muted'>no reply</span>
15<span class='muted'>no reply</span>
16<span class='muted'>no reply</span>
17<span class='muted'>no reply</span>
18<span class='muted'>no reply</span>
19<span class='muted'>no reply</span>
20<span class='muted'>no reply</span>
21<span class='muted'>no reply</span>
22<span class='muted'>no reply</span>
23<span class='muted'>no reply</span>
24<span class='muted'>no reply</span>
karsolink — verdict not_honored

verdict = not_honored; final pmtu = 1500

#hop IPpmtu change
1<span class='muted'>no reply</span>
22a12:d8c0:109f:121::a1
32a12:d8c0:101f:103::1
42001:7f8:b:100:1d1:a5d4:7217:56
52a02:670:f000:a::12
62a02:670:f001::3
7<span class='muted'>no reply</span>
8<span class='muted'>no reply</span>
9<span class='muted'>no reply</span>
10<span class='muted'>no reply</span>
11<span class='muted'>no reply</span>
12<span class='muted'>no reply</span>
13<span class='muted'>no reply</span>
14<span class='muted'>no reply</span>
15<span class='muted'>no reply</span>
16<span class='muted'>no reply</span>
17<span class='muted'>no reply</span>
18<span class='muted'>no reply</span>
19<span class='muted'>no reply</span>
20<span class='muted'>no reply</span>
21<span class='muted'>no reply</span>
22<span class='muted'>no reply</span>
23<span class='muted'>no reply</span>
24<span class='muted'>no reply</span>
odin — verdict honored

verdict = honored; final pmtu = 1500

#hop IPpmtu change
1<span class='muted'>no reply</span>
22607:fae0:a000:2::2
32a03:a100:0:201:1::1
42001:470:1:5be::1
5<span class='muted'>no reply</span>
62001:470:0:2ea::2
7<span class='muted'>no reply</span>
82001:7f8:b:100:1d1:a5d4:7217:56
92a02:670:f000:a::12
102a02:670:f001::3
11<span class='muted'>no reply</span>
12<span class='muted'>no reply</span>
13<span class='muted'>no reply</span>
14<span class='muted'>no reply</span>
15<span class='muted'>no reply</span>
16<span class='muted'>no reply</span>
17<span class='muted'>no reply</span>
18<span class='muted'>no reply</span>
19<span class='muted'>no reply</span>
20<span class='muted'>no reply</span>
21<span class='muted'>no reply</span>
22<span class='muted'>no reply</span>
23<span class='muted'>no reply</span>
24<span class='muted'>no reply</span>

Target 2a02:670:d000:400::c

go6lab — verdict honored

verdict = honored; final pmtu = 1500

#hop IPpmtu change
1<span class='muted'>no reply</span>
22a00:8642:1000:f000::1
32a00:1ca8:1::194
42a03:3f40::10:33
52a02:2d8:1:a001:232a::
62a02:2d8::57f5:e080
72a02:2d8:1:b81d:232a::1
82a02:670:f000:a::12
92a02:670:f001::3
10<span class='muted'>no reply</span>
11<span class='muted'>no reply</span>
12<span class='muted'>no reply</span>
13<span class='muted'>no reply</span>
14<span class='muted'>no reply</span>
15<span class='muted'>no reply</span>
16<span class='muted'>no reply</span>
17<span class='muted'>no reply</span>
18<span class='muted'>no reply</span>
19<span class='muted'>no reply</span>
20<span class='muted'>no reply</span>
21<span class='muted'>no reply</span>
22<span class='muted'>no reply</span>
23<span class='muted'>no reply</span>
24<span class='muted'>no reply</span>
karsolink — verdict not_honored

verdict = not_honored; final pmtu = 1500

#hop IPpmtu change
1<span class='muted'>no reply</span>
22a12:d8c0:109f:121::a1
32a12:d8c0:101f:103::1
42001:7f8:b:100:1d1:a5d4:7217:56
52a02:670:f000:a::12
62a02:670:f001::3
7<span class='muted'>no reply</span>
8<span class='muted'>no reply</span>
9<span class='muted'>no reply</span>
10<span class='muted'>no reply</span>
11<span class='muted'>no reply</span>
12<span class='muted'>no reply</span>
13<span class='muted'>no reply</span>
14<span class='muted'>no reply</span>
15<span class='muted'>no reply</span>
16<span class='muted'>no reply</span>
17<span class='muted'>no reply</span>
18<span class='muted'>no reply</span>
19<span class='muted'>no reply</span>
20<span class='muted'>no reply</span>
21<span class='muted'>no reply</span>
22<span class='muted'>no reply</span>
23<span class='muted'>no reply</span>
24<span class='muted'>no reply</span>
odin — verdict honored

verdict = honored; final pmtu = 1500

#hop IPpmtu change
1<span class='muted'>no reply</span>
22607:fae0:a000:2::2
32a03:a100:0:201:1::1
42001:470:1:5be::1
5<span class='muted'>no reply</span>
62001:470:0:2ea::2
7<span class='muted'>no reply</span>
82001:7f8:c0::4:7217:1
92a02:670:f000:a::12
102a02:670:f001::3
11<span class='muted'>no reply</span>
12<span class='muted'>no reply</span>
13<span class='muted'>no reply</span>
14<span class='muted'>no reply</span>
15<span class='muted'>no reply</span>
16<span class='muted'>no reply</span>
17<span class='muted'>no reply</span>
18<span class='muted'>no reply</span>
19<span class='muted'>no reply</span>
20<span class='muted'>no reply</span>
21<span class='muted'>no reply</span>
22<span class='muted'>no reply</span>
23<span class='muted'>no reply</span>
24<span class='muted'>no reply</span>

From NL host (go6lab)   openRFC 4890 ✓

filter likely at: (none) · min PMTU on path: 1500

4/4
Echo small (56B) 20.3ms
4/4
Echo 1500B (DF) 20.3ms
no
Type 1 dest-unreach
443,80
TCP responds on

Path (traceroute + mtr + PTR)

#IP / PTRRTTmtr lossASAS holder
12a00:8642:42::31.2ms0%AS203993STEFFANN-DC-AS - S.J.M. Steffann, NL
2*-0%*-
32a00:1ca8:1::1942.9ms40%AS50673Serverius-as - Serverius Holding B.V., NL
42a03:3f40::10:335.1ms0%AS50673Serverius-as - Serverius Holding B.V., NL
52a02:2d8:1:a001:232a5.1ms0%-
6RT.MIX.MIL.IT.retn.net
2a02:2d8::57f5:e080
18.9ms0%AS9002RETN-AS - RETN Limited, GB
7GW-AS47217.retn.net
2a02:2d8:1:b81d:232a::1
21.0ms0%AS9002RETN-AS - RETN Limited, GB
82a02:670:f000:a::1220.5ms0%AS47217PLANETEL-SPA - Planetel SPA, IT
92a02:670:f001::320.1ms0%AS47217PLANETEL-SPA - Planetel SPA, IT
10*-0%-
11*---
12*---
13*---
14*---
15*---
16*---
17*---
18*---
19*---
20*---
21*---
22*---
23*---
24*---

Rate-limited ICMPv6: hop 3 (loss between 5% and 95% across mtr cycles - the router replies but only sometimes).

tracepath -6

 1?: [LOCALHOST]                        0.036ms pmtu 1500
 1:  2a00:8642:42::3                                       2.285ms 
 1:  2a00:8642:42::3                                       1.793ms 
 2:  gw.friends.steffann.nl                                2.470ms 
 3:  2a00:1ca8:1::194                                      3.560ms 
 4:  2a03:3f40::10:33                                      6.017ms 
 5:  ae1-499.RT.SRV.DRO.NL.retn.net                        4.896ms 
 6:  RT.MIX.MIL.IT.retn.net                               19.625ms 
 7:  GW-AS47217.retn.net                                  20.941ms 
 8:  2a02:670:f000:a::12                                  21.217ms asymm  7 
 9:  2a02:670:f001::3                                     20.888ms asymm  8 
10:  no reply
11:  no reply
12:  no reply
13:  no reply
14:  no reply
15:  no reply
16:  no reply
17:  no reply
18:  no reply
19:  no reply
20:  no reply
21:  no reply
22:  no reply
23:  no reply
24:  no reply
     Too many hops: pmtu 1500
     Resume: pmtu 1500 

From ITA host (Karsolink)   openRFC 4890 ✗

filter likely at: (none) · min PMTU on path: 1500

4/4
Echo small (56B) 10.0ms
4/4
Echo 1500B (DF) 9.9ms
no
Type 1 dest-unreach
443,80
TCP responds on

Path (traceroute + mtr + PTR)

#IP / PTRRTTmtr lossASAS holder
1*-0%*-
22a12:d8c0:109f:121::a10.4ms0%*AS204471KARSOLINK - 2S Computers SRL, IT
32a12:d8c0:101f:103::18.6ms10%AS204471KARSOLINK - 2S Computers SRL, IT
4planetel-v6.mix-it.net @MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO
2001:7f8:b:100:1d1:a5d4:7217:56
9.5ms0%-NA
52a02:670:f000:a::1210.8ms0%AS47217PLANETEL-SPA - Planetel SPA, IT
62a02:670:f001::39.5ms0%AS47217PLANETEL-SPA - Planetel SPA, IT
7*-0%-
8*---
9*---
10*---
11*---
12*---
13*---
14*---
15*---
16*---
17*---
18*---
19*---
20*---
21*---
22*---
23*---
24*---

Rate-limited ICMPv6: hop 3 (loss between 5% and 95% across mtr cycles - the router replies but only sometimes).

tracepath -6

 1?: [LOCALHOST]                        0.031ms pmtu 1500
 1:  karsolink-01.net.karsolink.com                        0.733ms 
 1:  karsolink-01.net.karsolink.com                        0.803ms 
 2:  2a12:d8c0:109f:121::a1                                0.833ms 
 3:  2a12:d8c0:101f:103::1                                 8.927ms 
 4:  planetel-v6.mix-it.net                               10.211ms 
 5:  2a02:670:f000:a::12                                  11.147ms 
 6:  2a02:670:f001::3                                      9.983ms 
 7:  no reply
 8:  no reply
 9:  no reply
10:  no reply
11:  no reply
12:  no reply
13:  no reply
14:  no reply
15:  no reply
16:  no reply
17:  no reply
18:  no reply
19:  no reply
20:  no reply
21:  no reply
22:  no reply
23:  no reply
24:  no reply
     Too many hops: pmtu 1500
     Resume: pmtu 1500 

From SLO host (6connect)   openRFC 4890 ✓

filter likely at: (none) · min PMTU on path: 1500

4/4
Echo small (56B) 11.2ms
4/4
Echo 1500B (DF) 11.4ms
no
Type 1 dest-unreach
443,80
TCP responds on

Path (traceroute + mtr + PTR)

#IP / PTRRTTmtr lossASAS holder
1fw1-lju.6connect.com
2607:fae0:a000::2
0.3ms0%*AS80386CONNECT - 6connect, Inc., US
2*-0%*-
3*-0%-
4e0-1.core1.lju1.he.net
2001:470:1:5be::1
1.8ms0%AS6939HURRICANE - Hurricane Electric LLC, US
5*---
6port-channel1.core1.zag2.he.net
2001:470:0:2ea::2
4.0ms0%AS6939HURRICANE - Hurricane Electric LLC, US
7*---
82001:7f8:c0::4:7217:111.3ms0%-NA
92a02:670:f000:a::1212.1ms0%AS47217PLANETEL-SPA - Planetel SPA, IT
102a02:670:f001::311.2ms0%AS47217PLANETEL-SPA - Planetel SPA, IT
11*-0%-
12*---
13*---
14*---
15*---
16*---
17*---
18*---
19*---
20*---
21*---
22*---
23*---
24*---

tracepath -6

 1?: [LOCALHOST]                        0.028ms pmtu 1500
 1:  fw1-lju.6connect.com                                  0.636ms 
 1:  fw1-lju.6connect.com                                  0.639ms 
 2:  no reply
 3:  2a03:a100:0:201:1::1                                  1.099ms 
 4:  e0-1.core1.lju1.he.net                                2.512ms 
 5:  no reply
 6:  port-channel1.core1.zag2.he.net                       3.924ms 
 7:  no reply
 8:  2001:7f8:c0::4:7217:1                                11.212ms asymm  6 
 9:  2a02:670:f000:a::12                                  12.397ms asymm  7 
10:  2a02:670:f001::3                                     11.471ms asymm  9 
11:  no reply
12:  no reply
13:  no reply
14:  no reply
15:  no reply
16:  no reply
17:  no reply
18:  no reply
19:  no reply
20:  no reply
21:  no reply
22:  no reply
23:  no reply
24:  no reply
     Too many hops: pmtu 1500
     Resume: pmtu 1500