Transcript

False meme image that says “bad news ipv4 fans. linus torvalds has announced removing ipv4 support from the linux kernel after the maintainers of the network stack got into a fight over WHAT KIND OF HRT gives the best results. this incident will impact 5 billion people and will make 95% of all network equipment on Earth binnable.” with fake screenshots of the linux kernel mailing list a girl calling another one a slur from 4chan over HRT choices and Linus Torvalds saying he will drop IPv4 support and asking the maintainers to learn to shut the fuck up.

Source: https://rivals.space/@deuxnise/115032302416832519

  • Trainguyrom@reddthat.com
    link
    fedilink
    English
    arrow-up
    57
    arrow-down
    3
    ·
    17 hours ago

    I’ve encountered way too many administrators and network admins who swear that “IPv6 does nothing but cause trouble” but the truth is, the trouble it’s causing is because you can’t half-implement IPv6. You either roll it out to the whole network or you don’t, and the longer you kick that can down the road the harder it’s going to be.

    Basically too many professionals who haven’t learned a new technology since 2005 and refuse to try new things keep holding the world back

    • Korhaka@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      4 hours ago

      Can’t even attempt to learn it if my ISP won’t provide addresses though.

      Not been able to use it to even try, but doesn’t IPv6 not have subnets at all? No 192.168.1.1 on your local network with a different public facing 85.136.52.142 (and with NAT444 you also have ISP facing 10.183.23.6). So does your ISP provide you a range of IPv6 addresses?

      • MissingGhost@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        Yes, your ISP provides you a large quantity of adresses. Not really, the adresses has several parts. Your ISP provides you with the prefix. Your devices complete the rest of the address automatically. You can also use a DHCPv6 server, but I don’t and some devices don’t support it anyway. Yes, all those adresses are globally routable, they are “Internet” adresses. You can still use locally routable adresses too if you want, called Unique local address (look it up on Wikipedia), but that requires manual configuration.

        • shoki@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          3 hours ago

          I don’t think unique local addresses require manual configuration. On linux at least, I get an fe80:: address derived from the interface’s MAC address even if there it can’t find any router. If the host receives a router advertisement, it will add a local address (the same suffix as the fe80 but with a fd8b:something::/64) and the “internet” 2003::.

          I’m not an expert and this may be just the configuration of my router, but all my linux installs automatically got these three addresses without manual configuration or issues.

    • vithigar@lemmy.ca
      link
      fedilink
      arrow-up
      9
      ·
      13 hours ago

      I will happily enable and use it once doing so doesn’t break any of my connectivity.

      I’m not managing an enterprise network, it’s just my home, but my ISP doesn’t support IPv6 so that’s one extra layer of complexity right off the hop. On top of that internal services switch which previously required no manual configuration just seem to randomly not work.

      IPv6 is not going to see widespread adoption unless it can be implemented completely transparently for the end user, full stop.

    • anamethatisnt@sopuli.xyz
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      14 hours ago

      I think what those admins really mean to say is “We don’t need any of the benefits of IPv6, so IPv4 works just fine and making the large scale change is trouble.”, when you already got your DHCP, NAT, Firewall and stuff up and things do work as expected then you don’t really need NDP or SLAAC.

    • irish_link@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      16 hours ago

      The issue for me is when I have it enabled and try to connect to a site that doesn’t support it fully (same thing / half assed) and the site doesn’t work properly. For home its my wife and kids that complain, when its the office then everyone complains. I get the blame for failed connections or things not working right when a fully compliant IPv6 site works just fine.

      Now I am not perfect so It could be me but I have read up and learned as much as possible. No expert but I did deploy DHCPv6 in a test environment. However there is no reason as of yet to deploy DHCPv6 locally since the address space is so wide. Just saying Its possible that the issue is me but from my understanding its like the U.S.A. switching to metric. Parts of us tried it but others didn’t and thus we failed as a giant group.

      I think there needs to be a big ass push and force everyone to switch as the same time. I know some of the old devices may not work however those devices have to be 20+ years by now.

    • splendoruranium@infosec.pub
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      12 hours ago

      Basically too many professionals who haven’t learned a new technology since 2005 and refuse to try new things keep holding the world back

      If it ain’t broke…

        • splendoruranium@infosec.pub
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 hours ago

          Imagine arguing that ‘solutions’ like NAT444 isn’t broke as fuck

          Well… yeah, why wouldn’t that be “broke as fuck”?

      • Trainguyrom@reddthat.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        7 hours ago

        I always bring it up when the network is experiencing problems that they wouldn’t have with IPv6. Running out of IPs in a given scope, increasing costs of public IPs, etc.

    • blackstrat@lemmy.fwgx.uk
      link
      fedilink
      arrow-up
      1
      arrow-down
      8
      ·
      14 hours ago

      “IPv4 is running out of IP addresses so therefore every local network needs to move to IPv6” is a full clown move.

      • Trainguyrom@reddthat.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        7 hours ago

        First of all, enterprises usually have at least one public IP (the one I work at right now has more public IPs than they have server VMs)

        Secondly enterprises have big enough and complex enough networks to see other benefits of IPv6. For example IPv4 has some problems when broadcast domains are too large, so your internal network sizes are artificially limited when following best practices. Without private networks you don’t have to worry about IP collisions between different private networks that you have to route between (comes up more than you’d think!) etc etc.