• Norgur@fedia.io
    link
    fedilink
    arrow-up
    36
    ·
    8 months ago

    I also know that I cannot tell the difference between two IPv6 addresses because they all merge into an indiscernible blur inside my head

    • eclipse@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      8 months ago

      It also means you no longer need the kludge that is NAT. Full E2E connectivity is really nice – though I’ve found some network admins dislike this idea because they’re so used to thinking about it differently or (mistakenly) think it adds to their security.

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        8 months ago

        NAT still has its place in obfuscating the internal network. Also, it’s easier to think about firewall/routing when you segregate a network behind a router on its own subnet, IMO.

        • eclipse@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          8 months ago

          Given how large the address space is, it’s super easy to segregate out your networks to the nth degree and apply proper firewall rules.

          There’s no reason your clients can’t have public, world routeable IPs as well as security.

          Security via obfuscation isn’t security. It’s a crutch.

          • efstajas@lemmy.world
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            edit-2
            8 months ago

            There’s no reason your clients can’t have public, world routeable IPs as well as security.

            There are a lot of valid reasons, other than security, for why you wouldn’t want that though. You don’t necessarily want to allow any client’s activity to be traceable on an individual level, nor do you want to allow people to do things like count the number of clients at a particular location. Information like that is just unnecessary to expose, even if hiding it doesn’t make anything more secure per se.

            • r00ty@kbin.life
              link
              fedilink
              arrow-up
              4
              ·
              8 months ago

              Well good news. Because ipv6 has a thing called privacy extensions which has been switched on by default on every device I’ve used.

              That generates random ipv6 addresses (which are regularly rotated) that are used for outgoing connections. Your router should block incoming connections to those ips but the os will too. The proper permanent ip address isn’t used for outgoing connections and the address space allocated to each user makes a brute force scan more prohibitive than scanning the whole Ipv4 Internet.

              So I’m going to say that using routable ipv6 addresses with privacy extensions is more secure than a single Ipv4 Nat address with dnat.

        • zurohki@aussie.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          That’s what temporary privacy addresses are for. Clients can just keep generating new addresses in your /64, which is it’s own subnet.

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          Obfuscation is not security, and not having IPv6 causes other issues. Including some security/privacy ones.

          There is no problem having a border firewall in IPv6. NAT does not help that situation at all.

          • ikidd@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            8 months ago

            Obfuscation is not security

            Yes, of course. But saying trite things like that doesn’t get around the idea that giving out a map of the internal network by default isn’t the best policy.

            • frezik@midwest.social
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              8 months ago

              So instead we open up a bunch of other issues.

              With CGNAT, governments still spy on individual addresses when they want. Since those individual addresses now cover a whole bunch of people, they effectively spy on large groups, most of whom have nothing to do with whatever they’re investigating. At least with IPv6, it’d be targetted.

              NAT obscurity comes at a cost. Its gain is so little that even a small cost eliminates its benefit.

              • ikidd@lemmy.world
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                8 months ago

                Governments are not anyone’s issue other than other governments. If your threat model is state actors, you’re SOL either way.

                Making it harder for everyone else is the goal, and to do that you need a swiss cheese model. Hopefully all the holes don’t line up between the layers to make it that much harder to get through. You aren’t plugging all the holes, but every layer you put on makes it a little bit harder.

                And NAT is not just simple to set up, it’s the intuitive base for the last 30 years of firewalls. I don’t see where you get a cost from it. As I said, separating network spaces with it comes naturally at this point. Maybe that’ll change, but I remember using routable IPV4 when it was it the norm, and moving to NAT made that all feel way more natural.

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          2
          ·
          8 months ago

          It wasn’t designed for a security purpose in the first place. So turn the question around: why does NAT make a network more secure at all?

          The answer is that it doesn’t. Firewalls work fine without NAT. Better, in fact, because NAT itself is a complication firewalls have to deal with, and complications are the enemy of security. The benefits of obfuscating hosts behind the firewall is speculative and doesn’t outweigh other benefits of end to end addressing.

          • AceBonobo@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            8 months ago

            The main benefit of a NAT is that by default it prevents all external access to the hosts inside the network. Any port you have open is not accessible unless explicitly forwarded.

            This has a lot of security benefits. Regardless, everything you said is sounds true to me.

            • frezik@midwest.social
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              8 months ago

              You can get exactly the same benefit by blocking non-established/non-related connections on your firewall. NAT does nothing to help security.

              Edit: BTW–every time I see this response of “NAT can prevent external access”, I severely question the poster’s networking knowledge. Like to the level where I wonder how you manage to config a home router correctly. Or maybe it’s the way home routers present the interface that leads people to believe the two functions are intertwined when they aren’t.

    • Vlyn@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      My ISP doesn’t support IPv6, now what?

      It’s really bullshit.

      • eclipse@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        Hurricane Electric have a free tunnel broker that is super simple to set up if you really want to get on the bandwagon.

        https://tunnelbroker.net/

        Though honestly I’d say the benefits of setting it up aren’t really worth the trouble unless you’re keen.

        • FrozenHandle@lemmy.frozeninferno.xyz
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          Yeah it’s a huge source of problems. If you are outside the US your IPv6 prefix is never gonna be correct in every GeoIP database, even if you send a request to have it corrected, so you sometimes get geoblocked and other sites just block you because it sometimes gets classified as VPN.

          • eclipse@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            8 months ago

            I agree. GeoIP was never a good idea, but here we are. Any ASN could be broken up and routed wherever (and changed) but it’s still far too prevalent.

          • hank_and_deans@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            8 months ago

            I did it by acquiring my own AS number and prefix, allowing me to set the geofeed, and announcing it via public BGP from a box in a data center. Took a few days for most things to pick it up the geolocation.

    • smb@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      ipv6 in companies… ipv6 is not hard, but for internal networking no company (really) “needs” more than rfc1918 address space. thus any decision in that direction is always “less” needed than any bonus for (da)magement personnel is crucial for the whole companies survival…

      for companies services to be reachable from outside/ipv6 mostly “only” the loadbalancers/revproxies etc need to be ipv6 ready but … this i.e. also produces logs that possibly break decades old regexes that no one understands any more (as the good engineers left due to too many boni payed to damagement personnel) while other access/deny rules that could break or worse let through where they should block (remember that 192.168. could the local part of ipv6 IF sone genious used a matching mech that treats the dot “.” as a wildcard as overpayed damagement personnel made them rush too fast), could be hidden “somewhere”. altogether technical debt is a huge blocker for everything, especially company growth, and if no customer “demands” ipv6, then it stays on the damagement personnels list as “fulfilling the whishes of engineers to keep them happy” instead of on the always deleted “cleaning up technical debt caused by damagement personnel” list.

      setting up firewalls for ipv6 is quite easy and if you go the finegrained “whitelisted or drop/block” approach from the beginning it might take a bit for ipv6 specials to be known to you, but the much bigger thing is IMHO the then current state of firewall rules. and who knows every existing rule? what rules should be removed already and must not be ported to ipv6? usually firewalls and their rules are a big mess due to … again too many boni payed to damagement personnel, hindering the company from the needed steps forward…

      ipv6 adoption is slow for reasons that are driving huge cars that in turn speed up other problems ;-|

        • smb@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          8 months ago

          i once had to look at a firefall appliance cluster, (discovered, it could not do any failover in its current state but somehow the decider was ok with that) but when looking at its logs, i discovered an rsh and rcp access from an ip address that belonged to a military organisation from a different continent. i had to make it a security incident. later the vendor said that this was only the cluster internal routing (over the dedicated crosslink), used for synchronisation (the thing that did not work) and was only used by a separate routing table only for clustersync and that could never be used for real traffic. but why not simply use an ip that you “own” by yourself and PTR it with a hint about what this ip is used for? instead of customers scratching their head why military still uses rcp and rsh. i guess because no company reads firewall logs anyway XD

          someone elses ip? yes! becuase they’ll never find out !!1!

          i really appreciate that ipv6 has things like a dedicated documentation address range and that fc00:/7 is nicely short.

        • arin@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          4k was fine until I tried watching 8k 60fps HDR on YouTube, disabling IPv6 fixed it. It was weird because speedtest and torrents were completely fine using full bandwidth, just YouTube needed me to disable ipv6

      • r00ty@kbin.life
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        Weird. Ipv6 and YouTube stats for nerds shows between 140mbit and 600mbit depending on what’s being watched and the time of day.

        Is it possible your isp has problems with their ipv6 setup?

        IPv6 overheads should only have a marginal impact on max speeds.

        • IphtashuFitz@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          I’ve heard of all sorts of issues with my fiber ISP (Verizon Fios) rolling out IPv6. It’s been years that they’ve been slowly rolling it out for testing in a few places. There’s virtually no useful documentation on their website about it. And it’s still not available where I am.

  • Kerb@discuss.tchncs.de
    link
    fedilink
    arrow-up
    19
    ·
    edit-2
    8 months ago

    ::1 is the new 127.0.0.1
    :: abbreviates empty fields ipv6 has more addresses
    there is something going on with mac addresses (asside from arp)

    thats all i remember

  • feoh@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    I keep hearing this, and I KNOW it’s true at the enterprise level, but I’ve been running my home LAN IPv6 native for the last - 6+ years? Ever since I learned Comcat would vend it to you from their stock router.

    Works great. No problems. Didn’t used to be that way, but these days most (more?) of the stack bugs have been shaken out.

    • PowerCrazy@lemmy.ml
      link
      fedilink
      English
      arrow-up
      8
      ·
      8 months ago

      I’m a network engineer and I run ipv6 natively in all of our datacenters. There are even a handful of end systems that have ipv6 native networking stacks with ipv4 sockets for our non-ipv6 compatible applications. IPv6 issues are basically self-inflicted at this point by companies that see their IT systems as cost centers, or by basilisk directors who’s knowledge stopped in the 90’s.

      • feoh@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        Yeah, I feel like this is one of those memes that just travevls like lightning because it’s attractive to people.

        IPv6 WAS crazy bad for a very long time, so I can kind of understand it at least, but wake up and smell the 128 bit addressing people, ipv6 is a SUPER useful tool when you need it :)

    • orangeboats@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      8 months ago

      I use IPv6 exclusively for my homelab. The pros:

      • No more holepunching kludge with solutions like ZeroTier or Tailscale, just open a port and you are pretty much good to go.

      • The CGNAT gateway of my ISP tends to be overloaded during the holiday seasons, so using IPv6 eliminates an unstability factor for my lab.

      • You have a metric sh*t ton of addressing space. I have assigned my SSH server its own IPv6 address, my web server another, my Plex server yet another, … You get the idea. The nice thing here is that even if someone knows about the address to my SSH server, they can’t discover my other servers through port scanning, as was typical in IPv4 days.

      • Also, because of the sheer size of the addressing space, people simply can’t scan your network.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      For individuals. There are tons of benefits for everyone collectively, but as is often the case, there’s not enough incentive for any one person to bother until everybody else does.

    • qpsLCV5@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      personally, i’d have pretty big benefits for my homelab if i could use my own ipv6 range for everything. having only a singe public IP is just very limiting.

      sadly, my ISP does give out ipv6 for home networks, but i cannot connect to any of them from my mobile phone with the same carrier. so that’s fun. they talked about rolling out ipv6 on mobile networks years ago, but i guess it’ll take a few more…

  • smb@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    maybe start with an adjustable setup:

    • rent a cheap vm, i got one for 1€/month (for the first year,cancel monthly) from ovh currently
    • setup 3 openvpn instances to redirect all routes through the tunnel, one with ipv4 only, one with ipv6 only and one with both
    • setup the client on your mobile phone and your laptop both with all three vpns to choose from
    • have the option to choose now and try out ipv6, standalone or dualstack depending on what vpn you switch on
    • use this setup to blame services that don’t support ipv6 yet or maybe are broken with dualstack 🤣
    • rise from under-the-stone (disabling ipv6 only) to in-sunlight (to a well-above-industry-standart-level !!! “quick” new network technologies adopting “genious”) 🤣
    • improve your openvpn setup from above to be reachable “by” ipv6 too if you haven’t done it from the beginning, done: reach the pro-level of the-late-adopter-noob-group

    (if you want, ask for config snippets)

    btw i prefer to wait for ipv8😁 before “demanding” ipv6 from services i use 🤣

      • Fonzie!@ttrpg.network
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        8 months ago

        It is in the style of the original, where during Covid the page on “Migrating to the Netherlands” simply just started with “Do not migrate to the Netherlands”, before expanding on the Covid restrictions on place and what foreign nationals currently in the Netherlands are to do.

        On one hand: Now that’s loud & clear communication. On the other hand, “Just don’t” really ties in to the stereotype of Dutch directness/rudeness.

  • smileyhead@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    I pay yearly more for IPv4 address space for virtual machines on my dedicated server than for that dedicated server itself _(ツ)_/.

    Let that thing die.

    Monthly summary:

    54.40€ - 30 IPv4 addresses
    0.00€ - 18 quintillion IPv6 addresses
    38.39€ - whole server for dozens of services

    • AlwaysTheir@lemmy.one
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      Someone is using Hetzner. :) Yes let IPv4 fade away. Still what services are you running that require so many unique IPs?

  • sgibson5150@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    I made an effort to learn it. In 2000. Again in 2012 or whenever the last big push was. If past is prologue, I may need to learn it again soon. 😆