cablespaghetti.dev is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Cablespaghetti's personal snac instance
Admin email
sam@cablespaghetti.dev
Admin account
@sam@cablespaghetti.dev

Search results for tag #ipv6

[?]nokke » 🌐
@nokke@mstdn.social

eat your hearts out, IPv6 nerds - HE sent me my Sage t-shirt as a lil surprise. excuse me while I *flex* a bit... 💪

white t-shirt with gobs of techie IPv6 stuff on the back in a design pattern of words

Alt...white t-shirt with gobs of techie IPv6 stuff on the back in a design pattern of words

    [?]Nivex 🐧 📻 [he/him] » 🌐
    @nivex@tenforward.social

    Just stumbled across another website hosted on Vercel.

    community.vercel.com/t/ipv6-su 🦗

      [?]altf4 » 🌐
      @altf4@hostux.social

      So, Apparently, Apple has a bug in their implem.

      Turns out that if you do a curl of a webpage while forcing "curl -6 hsbxl.be" on a only network, it will send the request over IPv4 despite it being instructed to NOT do that

      (I confirmed it with wireshark)

        [?]signifier of eschaton » 🌐
        @lw@mastodon.bsd.cafe

        FreeBSD call for testing: PREFSRC route attribute support <lists.freebsd.org/archives/fre>

        this lets you set the preferred source IP address for outgoing packets via a particular route, overriding the default source selection logic.

        it's particularly useful for IPv4-over-IPv6 routing; previously, BSD required assigning an IPv4 /32 to every interface for this to work properly; now, you can simply set the IPv4 loopback address as the preferred source.

        it's also useful in situation where the router has multiple IPv6 addresses and you want to select which is used, similar to the "net.inet.icmp.reply_src=lo0" sysctl for IPv4 (but it affects all outgoing connections, not just ICMP errors).

        it's also useful for IPv4 when you want to control this per-route rather than globally, especially if you're routing in multiple FIBs.

        basically, it's really useful for a lot of situations and i'd love to see it land, so please help test it.

        it is compatible with the Linux netlink API and works out of the box with BIRD (krt_prefsrc attribute).

        the main patch is this one: reviews.freebsd.org/D58294 - either use the 'download raw diff' link, or use 'git arc patch D58294' to apply it to a tree.

        you can send feedback directly to Pouria, or just reply to me and i'll forward it.

          [?]Ondřej Caletka » 🌐
          @Oskar456@mastodon.social

          I recently discovered RFC 9131 that is supposed to make attachment work much faster and reliable. It is already supported in Linux, but off by default.

          What would be the best way to convince at least desktop-oriented distributions like @fedora to have this one particular sysctl `ndisc_notify=1` turned on by default?

          datatracker.ietf.org/doc/html/

            [?]Andreas Taudte » 🌐
            @ataudte@mastodns.net

            At , @forwardingplane explained why matters beyond address exhaustion.

            The presentation covered the limits of , the operational cost of permanent dual-stack, and the case for moving toward networks with translation for legacy services.

            📄 chinog.org/wp-content/uploads/
            🎥 youtube.com/watch?v=dWO-bgcoU1s

            https://www.youtube.com/watch?v=dWO-bgcoU1s

            Alt...https://www.youtube.com/watch?v=dWO-bgcoU1s

              [?]monomartin » 🌐
              @monomartin@nerdculture.de

              When you have a and experience very long loading time in some networks then you hit most like this bug [1]. Sadly, It is related to and most likely a which needs to be fixed.
              Luckily, there is a temporary workaround, see [2] which at least "reduces the pain".

              [1] forum.fairphone.com/t/dns-over

              [2] forum.fairphone.com/t/dns-over

                [?]Tywèle [She/Her] » 🌐
                @Tywele@corteximplant.com

                Called my ISP to remove CGNAT and they said „no problem we will call you tomorrow to update you“. If I had known earlier that it would be that easy I would have done that in the first place and wouldn’t have bothered with IPv6. Well at least I learned a bit about IPv6.

                  [?]Nivex 🐧 📻 [he/him] » 🌐
                  @nivex@tenforward.social

                  @LineageOS I see your OTA update server (mirrorbits) is hosted on Hetzner. Might I persuade you to enable on it?

                    [?]Arcep » 🌐
                    @arcep@social.numerique.gouv.fr

                    RE: social.numerique.gouv.fr/@arce

                    🇬🇧 For our dear English-speaking subscribers, the 2026 report on the state of the internet in France is now also available in English!

                    📣 The press release: en.arcep.fr/news/press-r...

                    📊 The report: en.arcep.fr/uploads/tx_g...

                      [?]Andrew » 🌐
                      @ausfestivus@aus.social

                      I heard you like IPv6. Well, so does Windows.

                        [?]Stuart Longland (VK4MSL) » 🌐
                        @stuartl@mastodon.longlandclan.id.au

                        Tell me you don't know how IPv6 addresses work without saying you don't know how IPv6 addresses work.

                        Screenshot from https://www.alldatasheet.net/datasheet-pdf/download/128748/NEC/WD37C65B.html showing a Java stack trace.

HTTP Status 500 – Internal Server Error

Type Exception Report

Message An exception occurred processing [/download.jsp] at line [1765]

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: An exception occurred processing [/download.jsp] at line [1765]

1762: 		//subUtils = new SubnetUtils("183.104.0.0/11");
1763: 		subUtils = new SubnetUtils("59.0.0.0/11");
1764: 		subUtils.setInclusiveHostCount(false);
1765: 		bPass = subUtils.getInfo().isInRange(remoteIP);
1766: 		//홍콩서버 중국IP 체크
1767: 		boolean bChina = false;
1768: 		if(InetAddress.getLocalHost().getHostName().equals("all-hongkong-rocky10") || true) {


Stacktrace:
	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:618)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:515)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

Root Cause

java.lang.IllegalArgumentException: Could not parse [2001:44b8:21ac:7053:42a3:8dd8:71b7:9032]
	org.apache.commons.net.util.SubnetUtils.toInteger(SubnetUtils.java:333)
	org.apache.commons.net.util.SubnetUtils.access$200(SubnetUtils.java:27)
	org.apache.commons.net.util.SubnetUtils$SubnetInfo.isInRange(SubnetUtils.java:160)
	org.apache.jsp.download_jsp._jspService(download_jsp.java:2580)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

Note The full stack trace of the root cause is available in the server logs.

                        Alt...Screenshot from https://www.alldatasheet.net/datasheet-pdf/download/128748/NEC/WD37C65B.html showing a Java stack trace. HTTP Status 500 – Internal Server Error Type Exception Report Message An exception occurred processing [/download.jsp] at line [1765] Description The server encountered an unexpected condition that prevented it from fulfilling the request. Exception org.apache.jasper.JasperException: An exception occurred processing [/download.jsp] at line [1765] 1762: //subUtils = new SubnetUtils("183.104.0.0/11"); 1763: subUtils = new SubnetUtils("59.0.0.0/11"); 1764: subUtils.setInclusiveHostCount(false); 1765: bPass = subUtils.getInfo().isInRange(remoteIP); 1766: //홍콩서버 중국IP 체크 1767: boolean bChina = false; 1768: if(InetAddress.getLocalHost().getHostName().equals("all-hongkong-rocky10") || true) { Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:618) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:515) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339) javax.servlet.http.HttpServlet.service(HttpServlet.java:728) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) Root Cause java.lang.IllegalArgumentException: Could not parse [2001:44b8:21ac:7053:42a3:8dd8:71b7:9032] org.apache.commons.net.util.SubnetUtils.toInteger(SubnetUtils.java:333) org.apache.commons.net.util.SubnetUtils.access$200(SubnetUtils.java:27) org.apache.commons.net.util.SubnetUtils$SubnetInfo.isInRange(SubnetUtils.java:160) org.apache.jsp.download_jsp._jspService(download_jsp.java:2580) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71) javax.servlet.http.HttpServlet.service(HttpServlet.java:728) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339) javax.servlet.http.HttpServlet.service(HttpServlet.java:728) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) Note The full stack trace of the root cause is available in the server logs.

                          [?]Thomas Schäfer » 🌐
                          @tschaefer@ipv6.social

                          [?]Nivex 🐧 📻 [he/him] » 🌐
                          @nivex@tenforward.social

                          This is the most unique failure mode I've gotten in my -only drill today. Message from the site, not the browser. Works fine when legacy is available.

                          sun country airlines

Ope, sorry! Looks like something went wrong.

Please refresh your web browser and try again.

                          Alt...sun country airlines Ope, sorry! Looks like something went wrong. Please refresh your web browser and try again.

                            [?]Nivex 🐧 📻 [he/him] » 🌐
                            @nivex@tenforward.social

                            I cannot pay my water or electric bill via :(

                              [?]Nivex 🐧 📻 [he/him] » 🌐
                              @nivex@tenforward.social

                              When did amazon.com enable ? I avoid shopping with them if I can help it, but on a lark I clicked on an Amazon link to look up some info because the manufacturer site isn't reachable on IPv6.

                                [?]Nivex 🐧 📻 [he/him] » 🌐
                                @nivex@tenforward.social

                                Had to break the -only drill for a moment by VNCing back to a dual-stack desktop so I could check the local team's schedule on milb.com. That and mlb.com are both hosted on GCP, who *still* have this hurdle:

                                Note: IPv6 functionality is available only in Premium Tier.

                                Major League Baseball probably sprang for the Premium Tier so it shouldn't be too much of an issue for them to enable it, but this is the opposite of table stakes. Shame on Google!

                                  [?]Nivex 🐧 📻 [he/him] » 🌐
                                  @nivex@tenforward.social

                                  @UnderEu Yes, DO's lack of by default is another annoyance that needs to be addressed, probably by a paying customer.

                                    [?]Nivex 🐧 📻 [he/him] » 🌐
                                    @nivex@tenforward.social

                                    It's on DigitalOcean, so it *could* have AAAA records.

                                      [?]Nivex 🐧 📻 [he/him] » 🌐
                                      @nivex@tenforward.social

                                      I could have sworn dict.org had AAAA records at one point. Maybe I'm misremembering.

                                        [?]Nivex 🐧 📻 [he/him] » 🌐
                                        @nivex@tenforward.social

                                        And the damndest thing is Automattic (AS2635) is announcing prefixes! C'mon, where's your AAAA records?!

                                          [?]Nivex 🐧 📻 [he/him] » 🌐
                                          @nivex@tenforward.social

                                          That's a "fun" anti-pattern: Main domain is reachable on because Cloudflare but images are hosted on wp.com which isn't.

                                            [?]Nivex 🐧 📻 [he/him] » 🌐
                                            @nivex@tenforward.social

                                            Another AWS but no : gofund.me

                                              [?]Nivex 🐧 📻 [he/him] » 🌐
                                              @nivex@tenforward.social

                                              RE: toot.majorshouse.com/@majorlin

                                              Doing an -only drill this afternoon.

                                              polygon.com has no AAAA records but is hosted in AWS. Can someone nudge them about rectifying this?

                                              [?]Marcus "MajorLinux" Summers » 🌐
                                              @majorlinux@toot.majorshouse.com

                                              Nintendo says y'all got what y'all paid for!

                                              Nintendo officially responds to tariff lawsuit, saying it doesn't owe consumers refunds

                                              polygon.com/nintendo-us-tariff

                                                  [?]Nivex 🐧 📻 [he/him] » 🌐
                                                  @nivex@tenforward.social

                                                  @volpeon @MaddieM4 Yes, the Internet¹ is changing. We're migrating from IPv4 to , something Mozilla doesn't seem to want to do. There was a bug open for 8 years to get addons.mozilla.org. Many of the rest of their subdomains, notably download.mozilla.org, are still not enabled. (I was surprised when to find support.mozilla.org enabled. It wasn't the last time I checked.)

                                                  ¹ The Internet, as in the thing where you put packets on the wire and they come out the other end. The thing the open web that Mozilla espouses the virtue of is built atop.

                                                    [?]Richard "RichiH" Hartmann » 🌐
                                                    @RichiH@chaos.social

                                                    Hey , it's roughly half a year until .

                                                    As a reminder, I will disable the -based fallback on the default network next year. The default network will be -only.

                                                    I do note that @Codeberg does support IPv6.

                                                      [?]Jima :Compromise_bi_flag: [he/him] » 🌐
                                                      @jima@mspsocial.net

                                                      @Oskar456 @RichiH Nothing stops you from using your own NAT64 on an -only network. 👀

                                                      (I mean, ingress filters, presumably, but if it's *your* NAT64... 🤷🏽‍♂️)

                                                        [?]Nivex 🐧 📻 [he/him] » 🌐
                                                        @nivex@tenforward.social

                                                        RE: chaos.social/@RichiH/116958290

                                                        As someone who runs fairly frequent -only drills, this event should be fun to watch.

                                                        [?]Richard "RichiH" Hartmann » 🌐
                                                        @RichiH@chaos.social

                                                        Hey , it's roughly half a year until .

                                                        As a reminder, I will disable the -based fallback on the default network next year. The default network will be -only.

                                                        I do note that @Codeberg does support IPv6.

                                                            [?]Anthony Mattke » 🌐
                                                            @tonhe@hachyderm.io

                                                            Nick Buraglio opened his CHI-NOG 13 talk with “one of my jobs is taking IPv4 out of the network.” ESnet has run IPv6-only in production since 2018, and Google's adoption graph crosses 50% on weekends now, when everyone's home on residential broadband. My writeup of the talk that finally made the v6 pitch land: routerjockey.com/buraglio-ipv6

                                                              [?]Richard "RichiH" Hartmann » 🌐
                                                              @RichiH@chaos.social

                                                              Hey @Gina et.al, it's roughly half a year until .

                                                              As a reminder, I will disable the -based fallback on the default network. The default network will be -only

                                                              is still IPV4-only, so that will be impacted.

                                                                [?]ivan [he/him/they] » 🌐
                                                                @baudrate115200@infosec.exchange

                                                                First related issue, and it's honestly not what I expected.

                                                                , do better. Enable IPv6.

                                                                  [?]Thomas Schäfer » 🌐
                                                                  @tschaefer@ipv6.social

                                                                  [?]Nivex 🐧 📻 [he/him] » 🌐
                                                                  @nivex@tenforward.social

                                                                  Wherein I get snarky with a support bot:

                                                                  Me:
                                                                  When will you be making linktr.ee available on IPv6?

                                                                  Linktree Support joined the conversation
                                                                  I don't have any information about IPv6 support for linktr.ee in our knowledge base, so I can't give you a timeline or details on this. I've passed your question to our team, who will follow up with you directly.

                                                                  Jem joined the conversation
                                                                  Hello! Thank you so much for reaching out with your question about when Linktree will be available on IPv6. At the moment, Linktree has not yet announced a public timeline for full, native IPv6 support on its main domains. Currently, the platform uses IPv4 connections along with Content Delivery Network (CDN) routing to deliver its services. You can find more details on the Linktree Homepage. If you have any other questions, please don’t hesitate to ask. We’re here to help!

                                                                  Me:
                                                                  Hello! Thank you so much for the same non-answer I get from every company I have asked this question of for the last 15 years. I cannot, in fact, find more details about this on the Linktree Homepage. If you have any actual concrete information, please don't hesitate to provide it.

                                                                    [?]Nivex 🐧 📻 [he/him] » 🌐
                                                                    @nivex@tenforward.social

                                                                    developers.redhat.com/articles

                                                                    NetworkManager 1.58 is currently sitting in Debian experimental. Hope this makes it into forky.

                                                                      [?]Chris 🏃 🐧 [he/him] » 🌐
                                                                      @cr@chaos.social

                                                                      PSA: don’t just log an IP address, log the source port too.

                                                                      Most of the IPv4 addresses are behind CGNAT and you need source ports for useful abuse reports, law enforcement evidence etc.

                                                                        [?]Nivex 🐧 📻 [he/him] » 🌐
                                                                        @nivex@tenforward.social

                                                                        ACM wants to let the LLMs pillage their library but still haven't rolled out on their website. Sounds about right for this hellscape timeline.

                                                                          [?]goetz [he/him] » 🌐
                                                                          @goetz@ipv6.social

                                                                          @tschaefer

                                                                          First Hop Security ist die letzte Section im 3. Kurs?
                                                                          🤔

                                                                          [?]Thomas Schäfer » 🌐
                                                                          @tschaefer@ipv6.social

                                                                          [?]Thomas Schäfer » 🌐
                                                                          @tschaefer@ipv6.social

                                                                          system.de/ipv6-schulungen/

                                                                          IPv6-Schulungen für die Bundesverwaltung
                                                                          Zur erfolgreichen IPv6-Umstellung, gezielt entwickelt für IT-Fachkräfte in Bundesbehörden.

                                                                          [?]Thomas Schäfer » 🌐
                                                                          @tschaefer@ipv6.social

                                                                          [?]Nivex 🐧 📻 [he/him] » 🌐
                                                                          @nivex@tenforward.social

                                                                          @jessew @MaddieM4 I suppose making my entire network unreachable technically avoids latency issues, but at what cost?

                                                                            [?]Nivex 🐧 📻 [he/him] » 🌐
                                                                            @nivex@tenforward.social

                                                                            Did some coding on SixSpotting over the last couple days. It's all backend changes, not the least of which is moving from Postgres to SQLite since it's such a tiny little app. Nothing should be user visible, but if I did goof something please let me know.

                                                                            game.flyingpenguintech.org/

                                                                              [?]Blain Smith » 🌐
                                                                              @blainsmith@fosstodon.org

                                                                              [?]Jaap de Vos » 🌐
                                                                              @jaap@mastodon.bsd.cafe

                                                                              A new article at the RIPE blog explains the current state of running IPv4 services over IPv6-only networks.

                                                                              The three pieces are RFC 8950 (IPv6 next-hops for IPv4 prefixes), a draft about IPv6 next-hops for IPv4 routes, and a draft for solving the IPv4 gateway problem that systems running IPv4 services in these kind of networks typically have.

                                                                              It’s cool to see this gateway thing in such an informed piece, I’ve been wondering about that bit for a while. You might have seen different service providers solving this in different ways, with a /32 on either a regular interface or a loopback, and a strange default route pointing to just an interface (with no destination IP), or a destination IP in a prefix that the given machine doesn’t know about.
                                                                              Linux seems to support a couple of different ways to go about this (of course), and FreeBSD and OpenBSD each support a single, different solution AFAIK. I don’t believe illumos even has a way to solve this problem at the moment, but I might have that one wrong.

                                                                              Anyway, do have a look at the article:
                                                                              labs.ripe.net/author/remco-van

                                                                                [?]signifier of eschaton » 🌐
                                                                                @lw@mastodon.bsd.cafe

                                                                                "A Farewell to ARPs: IPv4 Service on IPv6-Only Networks": labs.ripe.net/author/remco-van

                                                                                i really like this idea. it defines 192.0.0.11 as a special value for IPv4 default gateway meaning "use the IPv6 gateway" (as in IPv4-over-IPv6 routing), for routed networks that assign /32s to each client.

                                                                                it's backward compatible with existing hosts as long as the router replies to ARPs for 192.0.0.11. but if the host supports this proposed standard, no ARP is required at all.

                                                                                it doesn't let you do anything you can't do today, but it makes things neater and simpler.

                                                                                  [?]Justine Smithies [She / Her] » 🌐
                                                                                  @justine@snac.smithies.me.uk

                                                                                  I really think it's time for me to put some time into learning so I can bring my home network into the future. I think from the looks of things though I'd need to keep ipv4 going for compatibility reasons until I totally work stuff out.
                                                                                  I know I might install VSAT equipment and networks onboard vessels for a living but that is all ipv4 with no ipv6 whatsoever. So this would also help me improve my skills too.
                                                                                  Just hope Julie is forgiving if I accidentally break things temporarily. 🤣

                                                                                    [?]gyptazy » 🌐
                                                                                    @gyptazy@gyptazy.com

                                                                                    I’m tinkering with a free peering service (by own VMs) for hobbyist AS owners, including free upstream connectivity at various locations. It’s still in the early stages, but I’d love to hear what features the community would find most useful.

                                                                                    Wondering how and why? With @BoxyBSD@bsd.cafe and @BoxedTux@mastodon.social, I’m already running platforms that provide free VPS instances for educational purposes, learning and testing for years now. I guess, providing real AS and peering services (maybe even sponsoring LIR in cooperation [but this would cost money]) could also be very interesting for several ones, apart from the DN42 network. Happily looking for feedback…


                                                                                      Back to top - More...