Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. We don't talk about IPv5

We don't talk about IPv5

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
194 Posts 111 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q [email protected]
    This post did not contain any content.
    cupcakezealot@piefed.blahaj.zoneC This user is from outside of this forum
    cupcakezealot@piefed.blahaj.zoneC This user is from outside of this forum
    [email protected]
    wrote last edited by
    #168

    excuse me all my addresses have had letters in them

    1 Reply Last reply
    0
    • I [email protected]

      This is equipment that uses all statically addressed devices. And ignoring the fact that IPv6 is simply unsupported on most of them, there are duplicate machines that share programs. Regardless of IP version you need NAT anyway if you want to be able to reach each of the duplicates from the plant network.

      pupbiru@aussie.zoneP This user is from outside of this forum
      pupbiru@aussie.zoneP This user is from outside of this forum
      [email protected]
      wrote last edited by
      #169

      there are duplicate machines that share programs

      yes.. that’s why every machine has its own IP address… so that they can both use the same port and you don’t have to connect to crazy bullshit like https://myhomerouter.example.com:8443/

      1 Reply Last reply
      1
      • H [email protected]

        Good luck trying to find industrial stuff that supports IPv6, hell most of it is still serial.

        I have legit heard that serial is security mechanism because it cannot communicate long distance like ethernet.

        Of course you can do IPv6 magic that hides IPv6 from the end device, but nobody understands how that magic works.

        pupbiru@aussie.zoneP This user is from outside of this forum
        pupbiru@aussie.zoneP This user is from outside of this forum
        [email protected]
        wrote last edited by
        #170

        Of course you can do IPv6 magic that hides IPv6 from the end device, but nobody understands how that magic works.

        it’s not magic… it’s a firewall, and it works pretty much exactly the same as a NAT: a whitelist of IP and port combinations

        1 Reply Last reply
        2
        • D [email protected]

          Define "widely".

          According to Google 46.09% of their traffic is IPv6 and most servers support it. It's mostly large ISPs dragging their feet.

          jumping_redditor@sh.itjust.worksJ This user is from outside of this forum
          jumping_redditor@sh.itjust.worksJ This user is from outside of this forum
          [email protected]
          wrote last edited by
          #171

          I've never seen functional ipv6 except at university, and I would only consider gci large in terms of coverage area and price.

          1 Reply Last reply
          0
          • G [email protected]

            They kept talking it was because address exaustion, and IANA sold all the remaining blocks they had...

            I tested it at the time. Ran nmap ping scan across a block all night with zero results. IANA sold the internet

            pupbiru@aussie.zoneP This user is from outside of this forum
            pupbiru@aussie.zoneP This user is from outside of this forum
            [email protected]
            wrote last edited by
            #172

            many “unused” IP addresses are unused because they’re kinda like having spare parts: if you’re planning on extending your network in the futures, your IP block kinda should reflect your end state (ie the parts you need over time to replace or “build” new hosts)

            or for blue/green deployments where it’s likely that at least half the IP range will be used in terms of process, but unused most of the time in terms of reachability

            and then there’s weird things with splitting up IP blocks into subnets with a division of 3 (the minimum needed for dealing with net splits etc) - eg across availability zones… there are always “waste” IPs because you can’t divide multiples of 8 cleanly into 3

            G 1 Reply Last reply
            0
            • Q [email protected]
              This post did not contain any content.
              C This user is from outside of this forum
              C This user is from outside of this forum
              [email protected]
              wrote last edited by
              #173

              Imagine using ipv6

              1 Reply Last reply
              0
              • N [email protected]

                Realistically no organization has so many endpoints that they need IPv6 on their internal networks. There's no reason to deal with more complicated addressing schemes except on the public Internet. Only the border devices should be using IPv6.

                Hopefully if an organization has remote endpoints which are connecting to the internal network over the Internet, they are doing that through a VPN and can still just be assigned IPv4 addresses on dedicated VLANs when they connect.

                pupbiru@aussie.zoneP This user is from outside of this forum
                pupbiru@aussie.zoneP This user is from outside of this forum
                [email protected]
                wrote last edited by
                #174

                you sir/maam have not seen the netflix talk on using IPv6 for their full internal stack because of inefficiencies allocating IPv4 ranges i’m guessing

                1 Reply Last reply
                1
                • pupbiru@aussie.zoneP [email protected]

                  publicly addressable does not mean publicly routable… your router would still not arbitrarily connect untrusted external devices to internal hosts

                  NAT has the property of a firewall only as an implementation detail. replacing NAT with an IPv6 firewall in the router is an upgrade in every conceivable way

                  C This user is from outside of this forum
                  C This user is from outside of this forum
                  [email protected]
                  wrote last edited by [email protected]
                  #175

                  I'm aware of that, and didn't say otherwise?

                  My comment wasn't even ipv6 specific, quite the opposite. The comment I was replying to also wasn't, and the implication that things would be better if everyone had a fixed IP(v4) was actually the specific privacy nightmare scenario I wanted to emphasize. That is the literal worst case of all.

                  Things can be mitigated somewhat with IPv6, but also only to a degree. Here you'd (usually) have a static prefix and not IP. You then need to use the randomized suffix generation (on a host level, or in DHCPv6 if you're using that), and not all OS so this by default, but I think Windows does these days. Advertising data collectors, which means basically every web site, could just assume that your prefix is stable and the information they gain if they happen to be correct it's... uncomfortable.

                  pupbiru@aussie.zoneP 1 Reply Last reply
                  0
                  • C [email protected]

                    I'm aware of that, and didn't say otherwise?

                    My comment wasn't even ipv6 specific, quite the opposite. The comment I was replying to also wasn't, and the implication that things would be better if everyone had a fixed IP(v4) was actually the specific privacy nightmare scenario I wanted to emphasize. That is the literal worst case of all.

                    Things can be mitigated somewhat with IPv6, but also only to a degree. Here you'd (usually) have a static prefix and not IP. You then need to use the randomized suffix generation (on a host level, or in DHCPv6 if you're using that), and not all OS so this by default, but I think Windows does these days. Advertising data collectors, which means basically every web site, could just assume that your prefix is stable and the information they gain if they happen to be correct it's... uncomfortable.

                    pupbiru@aussie.zoneP This user is from outside of this forum
                    pupbiru@aussie.zoneP This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #176

                    ah! sorry i misread/misunderstood privacy to mean security in your comment 🙂

                    1 Reply Last reply
                    1
                    • A [email protected]

                      It does not have less eyes on and it's 50% of Google traffic.

                      J This user is from outside of this forum
                      J This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #177

                      Think they mean local networks.

                      If an IT department carefully curates IPv4 but ignores IPv6, then a rogue actor can set up a parallel IPv6 network largely without being noticed.

                      IPv6 can be managed, just that it is a blindside for a lot of these departments.

                      1 Reply Last reply
                      0
                      • A [email protected]

                        Ipv6 took awhile for me to understand. One of the biggest hurdles was how is it secure without NAT.

                        unitydevice@lemmy.zipU This user is from outside of this forum
                        unitydevice@lemmy.zipU This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #178

                        Can you share more details please?

                        1 Reply Last reply
                        0
                        • blackstrat@lemmy.fwgx.ukB [email protected]

                          Ipv6 is broken for those that want control over their home networks thanks to Google and terribly written RFCs.

                          All that was needed was an extra byte or two of address space, but no, some high and mighty evangelicals in their ivory towers built something that few people understand 30 years later. Their die hard fans are sure that this will be the year of ipv6. The Year of Linux on the Desktop will come 10 years before the year of ipv6.

                          I This user is from outside of this forum
                          I This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #179

                          Ipv6 is broken for those that want control over their home networks

                          I don't see how? Works great for my home network.

                          blackstrat@lemmy.fwgx.ukB 1 Reply Last reply
                          4
                          • empireoflove2@lemmy.dbzer0.comE [email protected]

                            bro just add another octet to the end of ipv4. That goes from 4 billion to a trillion and will most definitely outlast modern electronics and capitalism

                            P This user is from outside of this forum
                            P This user is from outside of this forum
                            [email protected]
                            wrote last edited by [email protected]
                            #180

                            [This comment has been deleted by an automated system]

                            T 1 Reply Last reply
                            7
                            • D [email protected]

                              Also for home network I don’t won’t my IOT to have a real IP to the Internet. Using IPv4 NAT you can have a bit of safety by obscurity

                              I This user is from outside of this forum
                              I This user is from outside of this forum
                              [email protected]
                              wrote last edited by [email protected]
                              #181

                              I don’t won’t my IOT to have a real IP to the Internet

                              Why not? What's the difference to them having a nat ipv4?

                              1 Reply Last reply
                              0
                              • P [email protected]

                                [This comment has been deleted by an automated system]

                                T This user is from outside of this forum
                                T This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #182

                                It looks daft now with a little hindsight, but we're kind of still in the foresight stage for the overall life of IPv6.

                                1 Reply Last reply
                                4
                                • F [email protected]

                                  fun fact, the RFC introducing NAT calls it a "short-term solution"

                                  https://www.rfc-editor.org/rfc/rfc1631

                                  I This user is from outside of this forum
                                  I This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #183

                                  1 Reply Last reply
                                  7
                                  • blackstrat@lemmy.fwgx.ukB [email protected]

                                    Ipv6 is broken for those that want control over their home networks thanks to Google and terribly written RFCs.

                                    All that was needed was an extra byte or two of address space, but no, some high and mighty evangelicals in their ivory towers built something that few people understand 30 years later. Their die hard fans are sure that this will be the year of ipv6. The Year of Linux on the Desktop will come 10 years before the year of ipv6.

                                    F This user is from outside of this forum
                                    F This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #184

                                    What did Google do? Just curious as I'm not into home networking

                                    blackstrat@lemmy.fwgx.ukB 1 Reply Last reply
                                    1
                                    • blackstrat@lemmy.fwgx.ukB [email protected]

                                      Ipv6 is broken for those that want control over their home networks thanks to Google and terribly written RFCs.

                                      All that was needed was an extra byte or two of address space, but no, some high and mighty evangelicals in their ivory towers built something that few people understand 30 years later. Their die hard fans are sure that this will be the year of ipv6. The Year of Linux on the Desktop will come 10 years before the year of ipv6.

                                      M This user is from outside of this forum
                                      M This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #185

                                      Broken how? What parts are not commonly understood?

                                      blackstrat@lemmy.fwgx.ukB 1 Reply Last reply
                                      1
                                      • pupbiru@aussie.zoneP [email protected]

                                        many “unused” IP addresses are unused because they’re kinda like having spare parts: if you’re planning on extending your network in the futures, your IP block kinda should reflect your end state (ie the parts you need over time to replace or “build” new hosts)

                                        or for blue/green deployments where it’s likely that at least half the IP range will be used in terms of process, but unused most of the time in terms of reachability

                                        and then there’s weird things with splitting up IP blocks into subnets with a division of 3 (the minimum needed for dealing with net splits etc) - eg across availability zones… there are always “waste” IPs because you can’t divide multiples of 8 cleanly into 3

                                        G This user is from outside of this forum
                                        G This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #186

                                        https://map.bgp.tools/

                                        https://xkcd.com/195/

                                        1 Reply Last reply
                                        0
                                        • F [email protected]

                                          What did Google do? Just curious as I'm not into home networking

                                          blackstrat@lemmy.fwgx.ukB This user is from outside of this forum
                                          blackstrat@lemmy.fwgx.ukB This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #187

                                          They refuse to support DHCP6 and will only use SLAAC on Android devices.

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups