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. Selfhosted
  3. IPv6 for self hosters

IPv6 for self hosters

Scheduled Pinned Locked Moved Selfhosted
selfhosted
32 Posts 23 Posters 0 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.
  • possiblylinux127@lemmy.zipP [email protected]

    So what is IPv6 and why should you care? IPv6 is intended to be the successor of IPv4 and most people know it for the very large address space. However, it has many other benefits as well and is worth learning for self hosting purposes.

    IPv6 features

    Huge address space

    With IPv6, you no long need to be concerned with the limited address space of IPv4. In IPv6 land devices can have many different IPv6 addresses. You can have a different IPv6 address for each service and with the privacy extensions you can have a different IPv6 addresses for each outgoing connection on your computer.

    Simplified subnetting

    In IPv6 land everything is done via prefixes. An IPv6 prefix is simply the first half of the address which is used in routing to send traffic where it needs to go. A prefix is typically assigned to a vlan and the prefix is then delegated to all devices in that vlan. Because each device can have multiple addresses you can have each device get a public address and also a private address. A prefix is a /64 and if you want multiple prefixes you can get something like a /56, /48 or /32. (CIDR notation) To get a prefix from an ISP you use something called DHCPv6-PD. This is a lot like normal DHCP but it requests one or more prefixes from your ISP.

    SLAAC (Stateless address autoconfig)

    With SLAAC, devices pick an address and then verify it isn't duplicated. From there a router will send out a RA (router advertisement) which tells the device what prefix to use. The device then drops the link local prefix and replaces it will a public prefix. The major benefit of this is that you no longer need to keep track of DHCP leases. SLAAC allows networks to self assemble without much setup.

    IPv6 security and privacy

    IPv6 still needs a firewall to be secure. You should not expose things to the internet without properly securing them and anything that is publicly accessible can be compromised. IPv6 also can create major privacy issues since each device has a public IP. SLAAC and the privacy extensions help a lot as they randomize IPs which makes tracking harder. However, devices still share a public prefix so there still could be privacy issues.

    NAT64 to eliminate IPv4

    One of the technologies to help eliminate the need for IPv4 is NAT64. NAT64 works by mapping IPv4 address to IPv6 ones by setting a prefix that fills in the upper space of the address. To delicate this prefix to devices you can either use Pref64 or DHCPv6 opt 108. On the device applications see a working IPv4 address since the operating system translates IPv4 to IPv6 before it goes onto the network. You can absolutely keep using IPv4 and NAT64 is only for those who want to be IPv6 exclusive networks.

    S This user is from outside of this forum
    S This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #9

    This looks like some kind of weird AI slop, sorry.

    possiblylinux127@lemmy.zipP 1 Reply Last reply
    2
    • ggrey@mastomondo.netG [email protected]

      @possiblylinux127
      : (

      56_@lemmy.ml5 This user is from outside of this forum
      56_@lemmy.ml5 This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #10

      https://lemmy.world/post/30459224

      1 Reply Last reply
      0
      • possiblylinux127@lemmy.zipP [email protected]

        So what is IPv6 and why should you care? IPv6 is intended to be the successor of IPv4 and most people know it for the very large address space. However, it has many other benefits as well and is worth learning for self hosting purposes.

        IPv6 features

        Huge address space

        With IPv6, you no long need to be concerned with the limited address space of IPv4. In IPv6 land devices can have many different IPv6 addresses. You can have a different IPv6 address for each service and with the privacy extensions you can have a different IPv6 addresses for each outgoing connection on your computer.

        Simplified subnetting

        In IPv6 land everything is done via prefixes. An IPv6 prefix is simply the first half of the address which is used in routing to send traffic where it needs to go. A prefix is typically assigned to a vlan and the prefix is then delegated to all devices in that vlan. Because each device can have multiple addresses you can have each device get a public address and also a private address. A prefix is a /64 and if you want multiple prefixes you can get something like a /56, /48 or /32. (CIDR notation) To get a prefix from an ISP you use something called DHCPv6-PD. This is a lot like normal DHCP but it requests one or more prefixes from your ISP.

        SLAAC (Stateless address autoconfig)

        With SLAAC, devices pick an address and then verify it isn't duplicated. From there a router will send out a RA (router advertisement) which tells the device what prefix to use. The device then drops the link local prefix and replaces it will a public prefix. The major benefit of this is that you no longer need to keep track of DHCP leases. SLAAC allows networks to self assemble without much setup.

        IPv6 security and privacy

        IPv6 still needs a firewall to be secure. You should not expose things to the internet without properly securing them and anything that is publicly accessible can be compromised. IPv6 also can create major privacy issues since each device has a public IP. SLAAC and the privacy extensions help a lot as they randomize IPs which makes tracking harder. However, devices still share a public prefix so there still could be privacy issues.

        NAT64 to eliminate IPv4

        One of the technologies to help eliminate the need for IPv4 is NAT64. NAT64 works by mapping IPv4 address to IPv6 ones by setting a prefix that fills in the upper space of the address. To delicate this prefix to devices you can either use Pref64 or DHCPv6 opt 108. On the device applications see a working IPv4 address since the operating system translates IPv4 to IPv6 before it goes onto the network. You can absolutely keep using IPv4 and NAT64 is only for those who want to be IPv6 exclusive networks.

        E This user is from outside of this forum
        E This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #11

        Isn’t sharing a prefix the same as sharing a v4 /32, privacy wise?

        1 Reply Last reply
        1
        • C [email protected]

          Its really not that hard. Sadly, my ISP doesn't offer IPv6 yet, but for my vServer, enabling IPv6 was just a checkbox during creation. Then, you need to make sure that the service (e.g. webserver) also listens on the IPv6 address and maybe tweak the configuration of the webserver to actually serve websites via IPv6. Also, check your firewall settings. Lastly, you need to set the DNS AAAA records and you're done.

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

          If you need IPv6, you can get a free tunnel from Hurricane Electric. They will give you a /48 if you request it. I used it for years since my old ISP didn't have IPv6. I am close to one of their servers, so the latency was very low.

          C 1 Reply Last reply
          0
          • possiblylinux127@lemmy.zipP [email protected]

            What network hardware do you have?

            E This user is from outside of this forum
            E This user is from outside of this forum
            [email protected]
            wrote on last edited by [email protected]
            #13

            I have no idea. Speedport from vodafone, ipv6 is enabled but I don't use it 😅 I'm not behind some NAT

            1 Reply Last reply
            0
            • R [email protected]

              Thanks for posting this. The idea of individual services having their own IP address had never occurred to me and would solve so many issues.

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

              I always thought it's kind of odd how frivolous we are with IPv6 addresses given the problems that gave us with IPv4. US DoD has like 200 million IPv4 addresses and they probably only use a tiny fraction of that. There's also a bunch of old companies like HP, IBM, and Apple, that have entire /8s, so that's 16 million IPs each. I know IPv6 is ridiculously bigger but we're talking about giving IP addresses to our lightbulbs now at a time we're also looking to inhabit other planets.

              H facedeer@fedia.ioF M 3 Replies Last reply
              3
              • T [email protected]

                I always thought it's kind of odd how frivolous we are with IPv6 addresses given the problems that gave us with IPv4. US DoD has like 200 million IPv4 addresses and they probably only use a tiny fraction of that. There's also a bunch of old companies like HP, IBM, and Apple, that have entire /8s, so that's 16 million IPs each. I know IPv6 is ridiculously bigger but we're talking about giving IP addresses to our lightbulbs now at a time we're also looking to inhabit other planets.

                H This user is from outside of this forum
                H This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #15

                But it's 2⁵² addresses for each star in the observable universe.
                Or in other words, if every star in the observable universe has a planet in the habitable zone, each of them got 2²⁰ more IPs than there are IPv4 addresses.

                1 Reply Last reply
                3
                • possiblylinux127@lemmy.zipP [email protected]

                  So what is IPv6 and why should you care? IPv6 is intended to be the successor of IPv4 and most people know it for the very large address space. However, it has many other benefits as well and is worth learning for self hosting purposes.

                  IPv6 features

                  Huge address space

                  With IPv6, you no long need to be concerned with the limited address space of IPv4. In IPv6 land devices can have many different IPv6 addresses. You can have a different IPv6 address for each service and with the privacy extensions you can have a different IPv6 addresses for each outgoing connection on your computer.

                  Simplified subnetting

                  In IPv6 land everything is done via prefixes. An IPv6 prefix is simply the first half of the address which is used in routing to send traffic where it needs to go. A prefix is typically assigned to a vlan and the prefix is then delegated to all devices in that vlan. Because each device can have multiple addresses you can have each device get a public address and also a private address. A prefix is a /64 and if you want multiple prefixes you can get something like a /56, /48 or /32. (CIDR notation) To get a prefix from an ISP you use something called DHCPv6-PD. This is a lot like normal DHCP but it requests one or more prefixes from your ISP.

                  SLAAC (Stateless address autoconfig)

                  With SLAAC, devices pick an address and then verify it isn't duplicated. From there a router will send out a RA (router advertisement) which tells the device what prefix to use. The device then drops the link local prefix and replaces it will a public prefix. The major benefit of this is that you no longer need to keep track of DHCP leases. SLAAC allows networks to self assemble without much setup.

                  IPv6 security and privacy

                  IPv6 still needs a firewall to be secure. You should not expose things to the internet without properly securing them and anything that is publicly accessible can be compromised. IPv6 also can create major privacy issues since each device has a public IP. SLAAC and the privacy extensions help a lot as they randomize IPs which makes tracking harder. However, devices still share a public prefix so there still could be privacy issues.

                  NAT64 to eliminate IPv4

                  One of the technologies to help eliminate the need for IPv4 is NAT64. NAT64 works by mapping IPv4 address to IPv6 ones by setting a prefix that fills in the upper space of the address. To delicate this prefix to devices you can either use Pref64 or DHCPv6 opt 108. On the device applications see a working IPv4 address since the operating system translates IPv4 to IPv6 before it goes onto the network. You can absolutely keep using IPv4 and NAT64 is only for those who want to be IPv6 exclusive networks.

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

                  I still haven’t figured out how to make a firewall rule with slaac on pfsense, with an ISP that hands out addresses at random. It’s my understanding’s slaac is the “right” way to do things, not dhcp and reservations.

                  Granted, it’s been a minute since I tried so I don’t remember the issues, but as I recall, when ipv6 prefix changes, device gets new IP (and it seems not just the prefix part. I can get the firewall to register IPs into DNS and use a dns based firewall rule, but unbound restarts and blows out its cache when a device joins the network. And there another part to it but it’s all gone fuzzy.

                  possiblylinux127@lemmy.zipP 1 Reply Last reply
                  1
                  • T [email protected]

                    I always thought it's kind of odd how frivolous we are with IPv6 addresses given the problems that gave us with IPv4. US DoD has like 200 million IPv4 addresses and they probably only use a tiny fraction of that. There's also a bunch of old companies like HP, IBM, and Apple, that have entire /8s, so that's 16 million IPs each. I know IPv6 is ridiculously bigger but we're talking about giving IP addresses to our lightbulbs now at a time we're also looking to inhabit other planets.

                    facedeer@fedia.ioF This user is from outside of this forum
                    facedeer@fedia.ioF This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #17

                    You may know IPv6 is ridiculously bigger, but you don't know it.

                    There are enough IPv6 addresses that you could give 10^17 addresses to every square millimeter of Earth's surface. Or 5×10^28 addresses for every living human being. On a more cosmic scale, you could issue 4×10^15 addresses to every star in the observable universe.

                    We're not going to run out by giving them to lightbulbs.

                    V 1 Reply Last reply
                    5
                    • T [email protected]

                      I always thought it's kind of odd how frivolous we are with IPv6 addresses given the problems that gave us with IPv4. US DoD has like 200 million IPv4 addresses and they probably only use a tiny fraction of that. There's also a bunch of old companies like HP, IBM, and Apple, that have entire /8s, so that's 16 million IPs each. I know IPv6 is ridiculously bigger but we're talking about giving IP addresses to our lightbulbs now at a time we're also looking to inhabit other planets.

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

                      Going to other planets would require a total re-architecting of our communications infrastructure anyway. There's such distance too it's not really viable to have a shared internet. Even Mars would have up to 22 minute latency at peak. So I don't think it makes sense to plan our current internet around potential future space colonization.

                      Even so, IPv6 is truly massive. We could give a /64 to every square centimeter of the Earth's surface and still have IPs to spare. Frankly, I think the protocol itself will be obsolete before we run out.

                      I 1 Reply Last reply
                      1
                      • C [email protected]

                        If you need IPv6, you can get a free tunnel from Hurricane Electric. They will give you a /48 if you request it. I used it for years since my old ISP didn't have IPv6. I am close to one of their servers, so the latency was very low.

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

                        You're right, that's an option. I could set this up at my router, this way it would be almost indistinguishable from IPv6 via my ISP.

                        1 Reply Last reply
                        1
                        • facedeer@fedia.ioF [email protected]

                          You may know IPv6 is ridiculously bigger, but you don't know it.

                          There are enough IPv6 addresses that you could give 10^17 addresses to every square millimeter of Earth's surface. Or 5×10^28 addresses for every living human being. On a more cosmic scale, you could issue 4×10^15 addresses to every star in the observable universe.

                          We're not going to run out by giving them to lightbulbs.

                          V This user is from outside of this forum
                          V This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #20

                          You may know IPv6 is ridiculously bigger, but you don’t know it.

                          “Space is big. You just won't believe how vastly, hugely, mind-bogglingly big it is. I mean, you may think it's a long way down the road to the chemist's, but that's just peanuts to space.”

                          No matter whether we are talking about real space or IPv6 address space, Douglas Adams' quotes always come handy.

                          1 Reply Last reply
                          4
                          • C [email protected]

                            I still haven’t figured out how to make a firewall rule with slaac on pfsense, with an ISP that hands out addresses at random. It’s my understanding’s slaac is the “right” way to do things, not dhcp and reservations.

                            Granted, it’s been a minute since I tried so I don’t remember the issues, but as I recall, when ipv6 prefix changes, device gets new IP (and it seems not just the prefix part. I can get the firewall to register IPs into DNS and use a dns based firewall rule, but unbound restarts and blows out its cache when a device joins the network. And there another part to it but it’s all gone fuzzy.

                            possiblylinux127@lemmy.zipP This user is from outside of this forum
                            possiblylinux127@lemmy.zipP This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #21

                            You probably need private addressing

                            SLAAC shouldn't be used with static IPs

                            M 1 Reply Last reply
                            0
                            • S [email protected]

                              This looks like some kind of weird AI slop, sorry.

                              possiblylinux127@lemmy.zipP This user is from outside of this forum
                              possiblylinux127@lemmy.zipP This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #22

                              I'm a chat bot and I'm here to serve

                              1 Reply Last reply
                              0
                              • B [email protected]

                                No need to put some AI slop in here.

                                possiblylinux127@lemmy.zipP This user is from outside of this forum
                                possiblylinux127@lemmy.zipP This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #23

                                None of this is AI generated

                                1 Reply Last reply
                                0
                                • possiblylinux127@lemmy.zipP [email protected]

                                  So what is IPv6 and why should you care? IPv6 is intended to be the successor of IPv4 and most people know it for the very large address space. However, it has many other benefits as well and is worth learning for self hosting purposes.

                                  IPv6 features

                                  Huge address space

                                  With IPv6, you no long need to be concerned with the limited address space of IPv4. In IPv6 land devices can have many different IPv6 addresses. You can have a different IPv6 address for each service and with the privacy extensions you can have a different IPv6 addresses for each outgoing connection on your computer.

                                  Simplified subnetting

                                  In IPv6 land everything is done via prefixes. An IPv6 prefix is simply the first half of the address which is used in routing to send traffic where it needs to go. A prefix is typically assigned to a vlan and the prefix is then delegated to all devices in that vlan. Because each device can have multiple addresses you can have each device get a public address and also a private address. A prefix is a /64 and if you want multiple prefixes you can get something like a /56, /48 or /32. (CIDR notation) To get a prefix from an ISP you use something called DHCPv6-PD. This is a lot like normal DHCP but it requests one or more prefixes from your ISP.

                                  SLAAC (Stateless address autoconfig)

                                  With SLAAC, devices pick an address and then verify it isn't duplicated. From there a router will send out a RA (router advertisement) which tells the device what prefix to use. The device then drops the link local prefix and replaces it will a public prefix. The major benefit of this is that you no longer need to keep track of DHCP leases. SLAAC allows networks to self assemble without much setup.

                                  IPv6 security and privacy

                                  IPv6 still needs a firewall to be secure. You should not expose things to the internet without properly securing them and anything that is publicly accessible can be compromised. IPv6 also can create major privacy issues since each device has a public IP. SLAAC and the privacy extensions help a lot as they randomize IPs which makes tracking harder. However, devices still share a public prefix so there still could be privacy issues.

                                  NAT64 to eliminate IPv4

                                  One of the technologies to help eliminate the need for IPv4 is NAT64. NAT64 works by mapping IPv4 address to IPv6 ones by setting a prefix that fills in the upper space of the address. To delicate this prefix to devices you can either use Pref64 or DHCPv6 opt 108. On the device applications see a working IPv4 address since the operating system translates IPv4 to IPv6 before it goes onto the network. You can absolutely keep using IPv4 and NAT64 is only for those who want to be IPv6 exclusive networks.

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

                                  I’ve considered using v6 as I host a lot of services from my homelab and it would be great if each had its own address. The question I have is, is v6 prevalent enough that all the clients out there are ready to go and I can just switch my lab servers to v6 and swap my A records with AAAA records, or will I still need to serve up v4 (and therefore, may as well just stick with the topology, reverse proxies, etc. I’ve already got.)

                                  possiblylinux127@lemmy.zipP 1 Reply Last reply
                                  0
                                  • C [email protected]

                                    I’ve considered using v6 as I host a lot of services from my homelab and it would be great if each had its own address. The question I have is, is v6 prevalent enough that all the clients out there are ready to go and I can just switch my lab servers to v6 and swap my A records with AAAA records, or will I still need to serve up v4 (and therefore, may as well just stick with the topology, reverse proxies, etc. I’ve already got.)

                                    possiblylinux127@lemmy.zipP This user is from outside of this forum
                                    possiblylinux127@lemmy.zipP This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #25

                                    You just need a network that is capable of IPv6

                                    1 Reply Last reply
                                    0
                                    • possiblylinux127@lemmy.zipP [email protected]

                                      So what is IPv6 and why should you care? IPv6 is intended to be the successor of IPv4 and most people know it for the very large address space. However, it has many other benefits as well and is worth learning for self hosting purposes.

                                      IPv6 features

                                      Huge address space

                                      With IPv6, you no long need to be concerned with the limited address space of IPv4. In IPv6 land devices can have many different IPv6 addresses. You can have a different IPv6 address for each service and with the privacy extensions you can have a different IPv6 addresses for each outgoing connection on your computer.

                                      Simplified subnetting

                                      In IPv6 land everything is done via prefixes. An IPv6 prefix is simply the first half of the address which is used in routing to send traffic where it needs to go. A prefix is typically assigned to a vlan and the prefix is then delegated to all devices in that vlan. Because each device can have multiple addresses you can have each device get a public address and also a private address. A prefix is a /64 and if you want multiple prefixes you can get something like a /56, /48 or /32. (CIDR notation) To get a prefix from an ISP you use something called DHCPv6-PD. This is a lot like normal DHCP but it requests one or more prefixes from your ISP.

                                      SLAAC (Stateless address autoconfig)

                                      With SLAAC, devices pick an address and then verify it isn't duplicated. From there a router will send out a RA (router advertisement) which tells the device what prefix to use. The device then drops the link local prefix and replaces it will a public prefix. The major benefit of this is that you no longer need to keep track of DHCP leases. SLAAC allows networks to self assemble without much setup.

                                      IPv6 security and privacy

                                      IPv6 still needs a firewall to be secure. You should not expose things to the internet without properly securing them and anything that is publicly accessible can be compromised. IPv6 also can create major privacy issues since each device has a public IP. SLAAC and the privacy extensions help a lot as they randomize IPs which makes tracking harder. However, devices still share a public prefix so there still could be privacy issues.

                                      NAT64 to eliminate IPv4

                                      One of the technologies to help eliminate the need for IPv4 is NAT64. NAT64 works by mapping IPv4 address to IPv6 ones by setting a prefix that fills in the upper space of the address. To delicate this prefix to devices you can either use Pref64 or DHCPv6 opt 108. On the device applications see a working IPv4 address since the operating system translates IPv4 to IPv6 before it goes onto the network. You can absolutely keep using IPv4 and NAT64 is only for those who want to be IPv6 exclusive networks.

                                      avidamoeba@lemmy.caA This user is from outside of this forum
                                      avidamoeba@lemmy.caA This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #26

                                      I think I'll die using IPv4 behind NAT along with VPN. 😂

                                      1 Reply Last reply
                                      11
                                      • possiblylinux127@lemmy.zipP [email protected]

                                        So what is IPv6 and why should you care? IPv6 is intended to be the successor of IPv4 and most people know it for the very large address space. However, it has many other benefits as well and is worth learning for self hosting purposes.

                                        IPv6 features

                                        Huge address space

                                        With IPv6, you no long need to be concerned with the limited address space of IPv4. In IPv6 land devices can have many different IPv6 addresses. You can have a different IPv6 address for each service and with the privacy extensions you can have a different IPv6 addresses for each outgoing connection on your computer.

                                        Simplified subnetting

                                        In IPv6 land everything is done via prefixes. An IPv6 prefix is simply the first half of the address which is used in routing to send traffic where it needs to go. A prefix is typically assigned to a vlan and the prefix is then delegated to all devices in that vlan. Because each device can have multiple addresses you can have each device get a public address and also a private address. A prefix is a /64 and if you want multiple prefixes you can get something like a /56, /48 or /32. (CIDR notation) To get a prefix from an ISP you use something called DHCPv6-PD. This is a lot like normal DHCP but it requests one or more prefixes from your ISP.

                                        SLAAC (Stateless address autoconfig)

                                        With SLAAC, devices pick an address and then verify it isn't duplicated. From there a router will send out a RA (router advertisement) which tells the device what prefix to use. The device then drops the link local prefix and replaces it will a public prefix. The major benefit of this is that you no longer need to keep track of DHCP leases. SLAAC allows networks to self assemble without much setup.

                                        IPv6 security and privacy

                                        IPv6 still needs a firewall to be secure. You should not expose things to the internet without properly securing them and anything that is publicly accessible can be compromised. IPv6 also can create major privacy issues since each device has a public IP. SLAAC and the privacy extensions help a lot as they randomize IPs which makes tracking harder. However, devices still share a public prefix so there still could be privacy issues.

                                        NAT64 to eliminate IPv4

                                        One of the technologies to help eliminate the need for IPv4 is NAT64. NAT64 works by mapping IPv4 address to IPv6 ones by setting a prefix that fills in the upper space of the address. To delicate this prefix to devices you can either use Pref64 or DHCPv6 opt 108. On the device applications see a working IPv4 address since the operating system translates IPv4 to IPv6 before it goes onto the network. You can absolutely keep using IPv4 and NAT64 is only for those who want to be IPv6 exclusive networks.

                                        bishma@discuss.tchncs.deB This user is from outside of this forum
                                        bishma@discuss.tchncs.deB This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #27

                                        I was excited for IPv6 in the 90s.

                                        possiblylinux127@lemmy.zipP C 2 Replies Last reply
                                        5
                                        • bishma@discuss.tchncs.deB [email protected]

                                          I was excited for IPv6 in the 90s.

                                          possiblylinux127@lemmy.zipP This user is from outside of this forum
                                          possiblylinux127@lemmy.zipP This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #28

                                          It took a lot of time to mature

                                          We made progress after the engineers excepted NAT and firewalls

                                          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