AS overview
Test target: 2a0e:ce40:ffff::2 · via IPv6 Hitlist (responsive) · address space: mixed · prefixes announced: 1
prefix(es): 2a0e:ce40::/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 / 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 | ||
2a0e:ce40::1 | prb | ✓ | ✓ | ? | ? | ✓ | ✓ | ✓ | ? | ? | ✓ | ✓ | ✓ | ? | ? | ✓ |
2a0e:ce40:ffff::2 | hit | ✓ | ✗ | ? | ? | ✓ | ✓ | ✗ | ? | refused | ✓ | ✓ | ✗ | ? | refused | ✓ |
SIX peering
Not an SIX member, but our traceroute path crosses the SIX LAN from ITA host (Karsolink), SLO host (6connect) - reached via an SIX-resident transit operator.
RPKI & ASPA
1 of 1 prefix(es) covered by a valid ROA.
| Prefix | RPKI state | Reason | Covering VRP(s) |
|---|---|---|---|
2a0e:ce40::/32 | ✓ valid | matched VRP (correct origin, length within maxLength) | AS52035 /29 maxLen 32 (ripe); AS209411 /29 maxLen 32 (ripe) |
Random-IP probe (yarrp) into the AS' prefixes
We probed 15 arbitrary IPv6 address(es) inside AS52035's announced prefix(es). No router inside the prefix responded. The deepest visible hop was 2a02:28b0:101:825::1 at hop 14 - that router answers ICMPv6 Echo. This is not in AS52035's announced prefix; operationally it's the AS-edge / peering interface (often on a SIX 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): inconclusive: natural Echo Reply at 1300B was already split into IPv6 fragments without our PTB intervention -- the destination's stack has a cached path MTU below 1300B from a previously-honored ICMPv6 Type 2, which is itself evidence that this destination honors PTB on this path.. (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 - reachability mismatch: One vantage couldn't drive a flow at all to this destination (no Echo Reply or no responding TCP port), so the active test had no behavioural change to observe. The other vantage's verdict is the only meaningful one here.
Failure detail — what to grep in your logs
| vantage | our source | your target | method | result | tested (UTC) |
|---|---|---|---|---|---|
| go6lab | 2a00:8642:42::75 | 2a0e:ce40:ffff::2 | icmp6-echo | no_echo | 2026-05-30T10:35:51Z |
| karsolink | 2a12:d8c0:105a:9001::a154 | 2a0e:ce40:ffff::2 | icmp6-echo | no_echo | 2026-05-30T10:45:28Z |
| odin | 2607:fae0:a000::42 | 2a0e:ce40:ffff::2 | icmp6-echo | honored | 2026-05-30T10:35:24Z |
Attempt log (go6lab):
icmp6-echo→ honored (size_before=1260, size_after=None): natural Echo Reply at 1300B was already split into IPv6 fragments without our PTB intervention -- the destination's stack has a cached path MTU below 1300B from a previously-honored ICMPv6 Type 2, which is itself evidence that this destination honors PTB on this path.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: [Errno 111] Connection refusedtls→ no_tcp: TLS connect failedhttp→ no_tcp: tcp/80 not open
Attempt log (odin):
icmp6-echo→ honored (size_before=1260, size_after=None): natural Echo Reply at 1300B was already split into IPv6 fragments without our PTB intervention -- the destination's stack has a cached path MTU below 1300B from a previously-honored ICMPv6 Type 2, which is itself evidence that this destination honors PTB on this path.dns-tcp→ no_tcp: connect failed: [Errno 111] Connection refusedtls→ 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.
Where the path divergence is
Per-vantage probe + verdict (headline):
- go6lab: probe
icmp6-echo→ verdictno_echo - 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 | honored | no_tcp | no_tcp | no_tcp |
| karsolink | no_echo | no_tcp | no_tcp | no_tcp |
| odin | honored | no_tcp | no_tcp | no_tcp |
✓ 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): AS6939, AS31500, AS50673.
- From go6lab (open/Type-2=no_echo) the path enters AS31500 at hop 5; from karsolink (open/Type-2=no_echo) the same hop is in AS6939. Last common AS: AS52035. The disagreement is most likely rooted in one of those two transit ASes.
- From go6lab (open/Type-2=no_echo) the path enters AS50673 at hop 3; from odin (open/Type-2=honored) the same hop is in AS56635. Last common AS: AS52035. The disagreement is most likely rooted in one of those two transit ASes.
- From karsolink (open/Type-2=no_echo) the path enters AS6939 at hop 5; from odin (open/Type-2=honored) the same hop is in AS51790. Last common AS: AS52035. 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.
| # | hop IP | AS | Holder | PTB acceptance |
|---|---|---|---|---|
| 1 | 2607:fae0:a000::2 | AS8038 | 6CONNECT - 6connect, Inc., US | - skipped (CoPP) |
| 2 | * | - | - (no IP) | |
| 3 | 2a03:a100:0:201:1::1 | AS56635 | XENYA - XENYA inzeniring, proizvodnja in | ✓ honored |
| 4 | 2001:7f8:46::5:1790 | AS51988 | ARNES-SIX - ARNES, SI | ✓ honored |
| 5 | 2a02:28b0:101:1499::2 | AS51790 | SIEL - SIEL, d.o.o., SI | ? no_response |
| 6 | 2a02:28b0:101:800::1 | AS51790 | SIEL - SIEL, d.o.o., SI | ? no_response |
| 7 | 2a02:28b0:101:825::1 | AS51790 | SIEL - SIEL, d.o.o., SI | ✓ honored |
| 8 | 2a02:28b0:101:859::2 | AS51790 | SIEL - SIEL, d.o.o., SI | ? no_response |
| 9 | 2a0e:ce40:ffff::2 | AS52035 | D1 - D1, informacijske tehnologije, d.o. | ? no_response |
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.
From NL host (go6lab) open
filter likely at: (none) · min PMTU on path: 1420
Path (traceroute + mtr + PTR)
| # | IP / PTR | RTT | mtr loss | AS | AS holder |
|---|---|---|---|---|---|
| 1 | 2a00:8642:42::3 | 1.3ms | 0% | AS203993 | STEFFANN-DC-AS - S.J.M. Steffann, NL |
| 2 | gw.friends.steffann.nl 2a00:8642:1000:f000::1 | 2.6ms | 0%* | AS203993 | STEFFANN-DC-AS - S.J.M. Steffann, NL |
| 3 | 2a00:1ca8:1::194 | 2.6ms | 0% | AS50673 | Serverius-as - Serverius Holding B.V., NL |
| 4 | 2a03:3f40::10:41 | 3.6ms | 0% | AS50673 | Serverius-as - Serverius Holding B.V., NL |
| 5 | 2001:b28:3ff::1b1b:0:1 | 25.6ms | 0% | AS31500 | GNM-AS - Global Network Management Inc, AG |
| 6 | * | - | - | - | |
| 7 | be47.core4.fra1.he.net 2001:470:e:f::2 | 29.5ms | 40% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 8 | be3.core2.fra2.he.net 2001:470:e:5a::1 | 30.6ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 9 | 100ge0-0-0-3.core1.vie1.he.net 2001:470:0:7ef::2 | 40.8ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 10 | 100ge0-0-0-23.core1.vie1.he.net 2001:470:0:41d::1 | 40.6ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 11 | e0-36.core1.lju1.he.net 2001:470:0:578::2 | 44.0ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 12 | 2001:470:435:1::2 | 43.0ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 13 | 2a02:28b0:101:825::1 | 102.8ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 14 | 2a02:28b0:101:825::1 | 46.0ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 15 | 2a0e:ce40:ffff::2 | 49.7ms | 40% | AS52035 | D1 - D1, informacijske tehnologije, d.o.o., SI |
Rate-limited ICMPv6: hop 7, hop 15 (loss between 5% and 95% across mtr cycles - the router replies but only sometimes).
tracepath -6
1?: [LOCALHOST] 0.066ms pmtu 1420
1: 2a00:8642:42::3 2.423ms
1: 2a00:8642:42::3 1.994ms
2: gw.friends.steffann.nl 2.739ms
3: 2a00:1ca8:1::194 4.116ms
4: 2a03:3f40::10:41 3.686ms
5: 2001:b28:3ff::1b1b:0:1 27.465ms asymm 6
6: no reply
7: be47.core4.fra1.he.net 31.377ms asymm 5
8: be3.core2.fra2.he.net 30.337ms asymm 6
9: e0-33.core2.muc1.he.net 34.149ms asymm 7
10: 100ge0-0-0-23.core1.vie1.he.net 40.653ms asymm 7
11: 2001:470:435:1::2 43.681ms asymm 9
12: 2a02:28b0:101:800::1 48.313ms asymm 10
13: 2a02:28b0:101:859::2 44.488ms asymm 12
14: 2a02:28b0:101:825::1 61.638ms asymm 11
15: 2a0e:ce40:ffff::2 49.109ms reached
Resume: pmtu 1420 hops 15 back 13 From ITA host (Karsolink) open
filter likely at: (none) · min PMTU on path: 1420
Path (traceroute + mtr + PTR)
| # | IP / PTR | RTT | mtr loss | AS | AS holder |
|---|---|---|---|---|---|
| 1 | * | - | 0%* | - | |
| 2 | 2a12:d8c0:109f:121::a1 | 0.5ms | - | AS204471 | KARSOLINK - 2S Computers SRL, IT |
| 3 | 2a12:d8c0:101f:6::1 | 10.1ms | - | AS204471 | KARSOLINK - 2S Computers SRL, IT |
| 4 | * | - | - | - | |
| 5 | e0-35.core1.zag2.he.net 2001:470:0:6ea::2 | 19.2ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 6 | * | - | - | - | |
| 7 | e0-35.core1.lju1.he.net 2001:470:0:577::2 | 22.0ms | 0% | AS6939 | HURRICANE - Hurricane Electric LLC, US |
| 8 | six2.siel.si @SIX 2001:7f8:46:0:1:0:5:1790 | 21.5ms | 0% | AS51988 | ARNES-SIX - ARNES, SI |
| 9 | 2a02:28b0:101:800::1 | 61.4ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 10 | 2a02:28b0:101:825::1 | 24.0ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 11 | 2a0e:ce40:ffff::2 | 36.1ms | 0% | AS52035 | D1 - D1, informacijske tehnologije, d.o.o., SI |
Rate-limited ICMPv6: hop 12 (loss between 5% and 95% across mtr cycles - the router replies but only sometimes).
tracepath -6
1?: [LOCALHOST] 0.033ms pmtu 1500
1: no reply
2: 2a12:d8c0:109f:121::a1 0.875ms
3: 2a12:d8c0:101f:6::1 10.162ms
4: no reply
5: e0-35.core1.zag2.he.net 19.528ms
6: no reply
7: e0-35.core1.lju1.he.net 22.546ms
8: 2001:470:435:1::2 20.802ms
9: 2a02:28b0:101:800::1 21.453ms
10: 2a02:28b0:101:859::2 21.787ms asymm 11
11: 2a02:28b0:101:859::2 22.055ms
12: 2a02:28b0:101:859::2 21.378ms pmtu 1420
12: 2a0e:ce40:ffff::2 27.335ms reached
Resume: pmtu 1420 hops 12 back 12 From SLO host (6connect) openRFC 4890 ✓
filter likely at: (none) · min PMTU on path: 1420
Path (traceroute + mtr + PTR)
| # | IP / PTR | RTT | mtr loss | AS | AS holder |
|---|---|---|---|---|---|
| 1 | fw1-lju.6connect.com 2607:fae0:a000::2 | 1.1ms | 0%* | AS8038 | 6CONNECT - 6connect, Inc., US |
| 2 | * | - | 0%* | - | |
| 3 | 2a03:a100:0:201:1::1 | 1.7ms | 30% | AS56635 | XENYA - XENYA inzeniring, proizvodnja in trgovina, d.o.o. Ljubljana, SI |
| 4 | 2001:7f8:46::5:1790 @SIX | 1.5ms | 0% | AS51988 | ARNES-SIX - ARNES, SI |
| 5 | 2a02:28b0:101:1499::2 | 1.1ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 6 | 2a02:28b0:101:800::1 | 1.6ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 7 | 2a02:28b0:101:825::1 | 8.9ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 8 | 2a02:28b0:101:859::2 | 3.5ms | 0% | AS51790 | SIEL - SIEL, d.o.o., SI |
| 9 | 2a0e:ce40:ffff::2 | 8.7ms | 20% | AS52035 | D1 - D1, informacijske tehnologije, d.o.o., SI |
Rate-limited ICMPv6: hop 3, hop 9 (loss between 5% and 95% across mtr cycles - the router replies but only sometimes).
tracepath -6
1?: [LOCALHOST] 0.037ms pmtu 1500
1: fw1-lju.6connect.com 1.315ms
1: fw1-lju.6connect.com 1.618ms
2: ccr-to-fw-ccr1-gw-lju.6connect.com 0.712ms
3: 2a03:a100:0:201:1::1 0.793ms
4: 2001:7f8:46::5:1790 1.127ms asymm 5
5: 2a02:28b0:101:1499::2 1.444ms asymm 4
6: 2a02:28b0:101:800::1 17.242ms asymm 5
7: 2a02:28b0:101:825::1 12.286ms asymm 6
8: 2a02:28b0:101:859::2 1.588ms asymm 7
9: 2a02:28b0:101:859::2 1.570ms pmtu 1420
9: 2a0e:ce40:ffff::2 6.023ms reached
Resume: pmtu 1420 hops 9 back 8