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

  • Korhaka@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 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?

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

      Correct, the ISP would assign you a /56 of public IPs that all share a prefix which you can slice and dice into however you see fit. All devices receive a publicly routable IP which your router/firewall would limit access to. So no running out of IPs ever, no network/IP collisions if you have to connect to another private network, etc.

    • MissingGhost@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      7 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
        2
        ·
        edit-2
        6 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.