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

  • MissingGhost@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 day ago

    You are confusing unique local adresses and link local addresses. Unique local adresses can only be configured manually or, in theory, with DHCPv6. On Debian, I edit the file “/etc/network/interfaces.d/<interface name>”:

    • auto <interface name>
    • iface <interface name> inet dhcp
    • iface <interface name> inet6 static
    •     address <unique local adress of your choice within the official range>
      
    •     autoconf 1
      
    •     accept_ra 2
      
    •     privext
      

    This gives you: autoconfigured IPv4 address, autoconfigured (slaac) IPv6 address, an IPv6 unique local address, temporary IPv6 adresses (privacy extensions) and your IPv6 link local address.