AS overview
Test target: 2001:67c:2fbc::1 · static prefix probe · address space: PI · prefixes announced: 1
prefix(es): 2001:67c:2fbc::/48
Targets & per-vantage-point probe results (1 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 / hostname | Source | NL host (go6lab) | ITA host (Karsolink) | SLO host (6connect) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ping | 1500B | :80 | :443 | reached | ping | 1500B | :80 | :443 | reached | ping | 1500B | :80 | :443 | reached | ||
2001:67c:2fbc::1 | prb | ✓ | ✗ | ? | ? | - | ✓ | ✓ | ? | ? | - | ✓ | ✓ | ? | ? | - |
MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO peering
Not an MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO member, but our traceroute path crosses the MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO LAN from SLO host (6connect) - reached via an MIX-IT / NAMEX / MINAP / TOP-IX / VSIX / EQUINIX-MILAN / BGPX-ROME / NAMEX-BARI / PCIX / DECIX-PALERMO-resident transit operator.
RPKI & ASPA
1 of 1 prefix(es) covered by a valid ROA.
| Prefix | RPKI state | Reason | Covering VRP(s) |
|---|---|---|---|
2001:67c:2fbc::/48 | ✓ valid | matched VRP (correct origin, length within maxLength) | AS212467 /48 maxLen 48 (ripe) |
Random-IP probe (yarrp) into the AS' prefixes
We probed 15 arbitrary IPv6 address(es) inside AS212467's announced prefix(es). No router inside the prefix responded. The deepest visible hop was 2a0e:8f01:1000:24::1cb at hop 24 - that router does not answer ICMPv6 Echo. This is not in AS212467's announced prefix; operationally it's the AS-edge / peering interface (often on an IXP peering address or an upstream's /127 link). The traceroute boundary is the AS edge: ICMPv6 Time-Exceeded responses from anything inside this AS are filtered.
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:
- NL host (go6lab): Type 2 NOT honored. Forged PTB had no effect (filtered en route or stack ignored it). (ICMPv6 Echo + forged PTB)
- ITA host (Karsolink): inconclusive: no Echo Reply to 1300-byte probe. (ICMPv6 Echo + forged PTB)
- SLO host (6connect): Type 2 honored. Forged PTB accepted; next response shrunk. (ICMPv6 Echo + forged PTB)
Why they disagree - path-asymmetric Type 2 filtering: Both vantages used the ICMPv6 Echo + forged-PTB method on the same destination IP, but reached different verdicts. The destination's stack is the same in both cases - so the difference is in the path: a transit AS on one route filters our forged Type 2 (or its return ICMPv6 carrying the embedded packet) while the other route delivers it intact. The vantage that says honored shows what the destination's stack actually does; the one that says not honored shows that the path between us and them drops Type 2.
Failure detail — what to grep in your logs
| vantage | our source | your target | method | result | tested (UTC) |
|---|---|---|---|---|---|
| go6lab | 2a00:8642:42::75 | 2001:67c:2fbc::1 | icmp6-echo | not_honored | 2026-05-30T12:42:02Z |
| karsolink | 2a12:d8c0:105a:9001::a154 | 2001:67c:2fbc::1 | icmp6-echo | no_echo | 2026-05-30T12:43:43Z |
| odin | 2607:fae0:a000::42 | 2001:67c:2fbc::1 | icmp6-echo | honored | 2026-05-30T12:41:54Z |
Attempt log (go6lab):
icmp6-echo→ not_honored (size_before=1360, size_after=1360)dns-tcp→ no_tcp: connect failed: timed outtls→ no_tcp: TLS connect failedhttp→ no_tcp: tcp/80 not open
Attempt log (karsolink):
icmp6-echo→ no_echo: no Echo Reply to 1300-byte probedns-tcp→ no_tcp: connect failed: timed outtls→ no_tcp: TLS connect failedhttp→ no_tcp: tcp/80 not open
Attempt log (odin):
icmp6-echo→ honored (size_before=1460, size_after=None)dns-tcp→ no_tcp: connect failed: timed outtls→ no_tcp: TLS connect failedhttp→ no_tcp: tcp/80 not open
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 icmp6-echo method, we send a 1500-byte ICMPv6 Echo Request, then a forged ICMPv6 Type 2 (Packet Too Big) declaring path MTU=1280, and observe whether the next Echo Reply arrives split into IPv6 fragments. 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
The TCP segment size your server emitted before our forged Type 2 was 1360 B; after, it was 1360 B. No change. RFC 4890 ("Type 2 messages MUST NOT be filtered") expects subsequent segments to shrink to fit a Path MTU of 1280 B.
Three plausible causes
- 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.
- 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.
- 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:42:02Z) 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
Per-vantage probe + verdict (headline):
- go6lab: probe
icmp6-echo→ verdictnot_honored - karsolink: probe
icmp6-echo→ verdictno_echo - odin: probe
icmp6-echo→ verdicthonored
Full per-method matrix (all four methods run at each vantage):
| vantage | icmp6-echo | dns-tcp | tls | http |
|---|---|---|---|---|
| go6lab | not_honored | no_tcp | no_tcp | no_tcp |
| karsolink | no_echo | no_tcp | no_tcp | no_tcp |
| odin | honored | no_tcp | no_tcp | no_tcp |
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 AS (ranked by how often they appear at the divergence point on the path of the worse-classifying vantage): AS50673.
- From go6lab (echo_only/Type-2=not_honored) the path enters AS50673 at hop 3; from odin (open/Type-2=honored) the same hop is in AS5603. Last common AS: no shared transit. The disagreement is most likely rooted in one of those two transit ASes.
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
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 3: AS5603 (SIOL-NET - Telekom Slovenije, d.d., SI) -- this is the most likely site of the offending PTB filter. Hop IP: 2a00:ee1:800:9::1.
| # | hop IP | AS | Holder | PTB acceptance |
|---|---|---|---|---|
| 1 | 2607:fae0:a000::2 | AS8038 | 6CONNECT - 6connect, Inc., US | - skipped (CoPP) |
| 2 | * | - | - (no IP) | |
| 3 | 2a00:ee1:800:9::1 | AS5603 | SIOL-NET - Telekom Slovenije, d.d., SI | ✗ not_honored |
| 4 | 2a00:ee0:1:15::2 | AS5603 | SIOL-NET - Telekom Slovenije, d.d., SI | ✗ not_honored |
| 5 | 2a11:4142:2002 | - | - (invalid IP) | |
| 6 | 2620:107:4008:e85::2 | - | NA | ? no_response |
| 7 | 2001:7f8:b:100:1d1:a5d4:1720:133 | - | NA | ? no_response |
| 8 | * | - | - (no IP) | |
| 9 | * | - | - (no IP) | |
| 10 | * | - | - (no IP) | |
| 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 2001:67c:2fbc::1
go6lab — verdict not_honored
verdict = not_honored; final pmtu = 1462
| # | hop IP | pmtu change |
|---|---|---|
| 1 | <span class='muted'>no reply</span> | |
| 2 | 2a00:8642:1000:f000::1 | |
| 3 | 2a00:1ca8:1::194 | |
| 4 | 2a03:3f40::10:41 | |
| 5 | 2001:7f8:b7::a504:7536:1 | |
| 6 | 2a10:fa82:9000:: | |
| 7 | 2a10:fa82:9000:: | |
| 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> |
karsolink — verdict no_echo
verdict = no_echo; final pmtu = 1500
| # | hop IP | pmtu change |
|---|---|---|
| 1 | <span class='muted'>no reply</span> | |
| 2 | 2a12:d8c0:109f:121::a1 | |
| 3 | 2a12:d8c0:101f:103::1 | |
| 4 | <span class='muted'>no reply</span> | |
| 5 | <span class='muted'>no reply</span> | |
| 6 | <span class='muted'>no reply</span> | |
| 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 IP | pmtu change |
|---|---|---|
| 1 | <span class='muted'>no reply</span> | |
| 2 | 2607:fae0:a000:2::2 | |
| 3 | 2a00:ee1:800:9::1 | |
| 4 | 2a00:ee0:1:15::2 | |
| 5 | 2a11:4142:2002:: | |
| 6 | 2620:107:4008:e85::2 | |
| 7 | 2001:7f8:b:100:1d1:a5d4:1720:133 | |
| 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> |
From NL host (go6lab) echo onlyRFC 4890 ✗
filter likely at: unknown · min PMTU on path: 1462
Path (traceroute + mtr + PTR)
| # | IP / PTR | RTT | mtr loss | AS | AS holder |
|---|---|---|---|---|---|
| 1 | 2a00:8642:42::3 | 1.5ms | 0% | AS203993 | STEFFANN-DC-AS - S.J.M. Steffann, NL |
| 2 | gw.friends.steffann.nl 2a00:8642:1000:f000::1 | 2.5ms | 0%* | AS203993 | STEFFANN-DC-AS - S.J.M. Steffann, NL |
| 3 | 2a00:1ca8:1::194 | 2.4ms | 0% | AS50673 | Serverius-as - Serverius Holding B.V., NL |
| 4 | 2a03:3f40::10:41 | 2.5ms | 0% | AS50673 | Serverius-as - Serverius Holding B.V., NL |
| 5 | speed-ix.pathconnect.de 2001:7f8:b7::a504:7536:1 | 11.4ms | 0% | - | NA |
| 6 | 2a10:fa82:9000 | 11.3ms | 0% | - | |
| 7 | * | - | 0% | - | |
| 8 | * | - | - | - | |
| 9 | * | - | - | - | |
| 10 | * | - | - | - | |
| 11 | * | - | - | - | |
| 12 | * | - | - | - | |
| 13 | * | - | - | - | |
| 14 | * | - | - | - | |
| 15 | * | - | - | - | |
| 16 | * | - | - | - | |
| 17 | * | - | - | - | |
| 18 | * | - | - | - | |
| 19 | * | - | - | - | |
| 20 | * | - | - | - | |
| 21 | * | - | - | - | |
| 22 | * | - | - | - | |
| 23 | * | - | - | - | |
| 24 | * | - | - | - |
tracepath -6
1?: [LOCALHOST] 0.036ms pmtu 1462
1: 2a00:8642:42::3 1.784ms
1: 2a00:8642:42::3 1.909ms
2: gw.friends.steffann.nl 2.675ms
3: 2a00:1ca8:1::194 2.738ms
4: 2a03:3f40::10:41 2.936ms
5: speed-ix.pathconnect.de 11.895ms asymm 3
6: ??? 12.004ms asymm 4
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 1462
Resume: pmtu 1462 From ITA host (Karsolink) open
filter likely at: (none) · min PMTU on path: 1500
Path (traceroute + mtr + PTR)
| # | IP / PTR | RTT | mtr loss | AS | AS holder |
|---|---|---|---|---|---|
| 1 | * | - | 0%* | - | |
| 2 | * | - | 0%* | - | |
| 3 | 2a12:d8c0:101f:103::1 | 8.5ms | 0% | AS204471 | KARSOLINK - 2S Computers SRL, IT |
| 4 | * | - | - | - | |
| 5 | * | - | - | - | |
| 6 | * | - | 0% | - | |
| 7 | * | - | - | - | |
| 8 | * | - | - | - | |
| 9 | * | - | - | - | |
| 10 | * | - | - | - | |
| 11 | * | - | - | - | |
| 12 | * | - | - | - | |
| 13 | * | - | - | - | |
| 14 | * | - | - | - | |
| 15 | * | - | - | - | |
| 16 | * | - | - | - | |
| 17 | * | - | - | - | |
| 18 | * | - | - | - | |
| 19 | * | - | - | - | |
| 20 | * | - | - | - | |
| 21 | * | - | - | - | |
| 22 | * | - | - | - | |
| 23 | * | - | - | - | |
| 24 | * | - | - | - |
tracepath -6
1?: [LOCALHOST] 0.030ms pmtu 1500
1: no reply
2: 2a12:d8c0:109f:121::a1 1.005ms
3: 2a12:d8c0:101f:103::1 8.965ms
4: no reply
5: no reply
6: no reply
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
Path (traceroute + mtr + PTR)
| # | IP / PTR | RTT | mtr loss | AS | AS holder |
|---|---|---|---|---|---|
| 1 | fw1-lju.6connect.com 2607:fae0:a000::2 | 0.4ms | 0%* | AS8038 | 6CONNECT - 6connect, Inc., US |
| 2 | * | - | 0%* | - | |
| 3 | 2a00:ee1:800:9::1 | 1.9ms | 90% | AS5603 | SIOL-NET - Telekom Slovenije, d.d., SI |
| 4 | 2a00:ee0:1:15::2 | 1.1ms | 0% | AS5603 | SIOL-NET - Telekom Slovenije, d.d., SI |
| 5 | 2a11:4142:2002 | 0.9ms | 0% | - | |
| 6 | 2620:107:4008:e85::2 | 8.1ms | 0% | - | NA |
| 7 | navigabene-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:1720:133 | 17.4ms | 0% | - | NA |
| 8 | * | - | - | - | |
| 9 | * | - | 0% | - | |
| 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.032ms pmtu 1500
1: fw1-lju.6connect.com 0.631ms
1: fw1-lju.6connect.com 0.513ms
2: ccr-to-fw-ccr1-gw-lju.6connect.com 0.717ms
3: 2a00:ee1:800:9::1 2.628ms
4: 2a00:ee0:1:15::2 1.134ms asymm 3
5: 2a11:4142:2002:: 1.028ms asymm 6
6: 2620:107:4008:e85::2 8.135ms asymm 7
7: navigabene-v6.mix-it.net 17.613ms asymm 13
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