I am quite happy that all those shady IoT devices cannot be reached from the internet directly when I am using IPv4 and NAT - what would be the best way forward to keep it that way in a IPv6-only future? The best idea I can come up with (at least right now) is: put all less trustworthy (read: Closed source) devices into a special legacy IPv4 network and only use IPv6 on my workstation and little Raspis?
Network segmentation, i.e use of vlans is the traditional way to solve this.
I spent a week without IPv4 to understand IPv6 transition mechanisms
31–40 of 511 posts
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#32Why should I spend the time and energy to deal with IPv6 when disabling it fix many issues ? The listed advantages are not worth the troubles in my experience.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#33Everyone always goes with the "You don't need NAT, everything is globally routable!" argument, as if that's something that anybody wants. Everything on my network is going to go through my firewall anyway. I don't want anything on my network to be globally routable. Of course, this is not a good reason to not use IPv6, don't get me wrong. It's a problem that's easy to overcome, I just think it's not a good way to get…
That's what a firewall is for, NAT does nothing here.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#34Why should I spend the time and energy to deal with IPv6 when disabling it fix many issues ? The listed advantages are not worth the troubles in my experience.
I've run dual stack at home and at work for years and have had no issues. You might have issues if you have really old junk that's just broken.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#35Great idea. Now a question for the group. What are the non-network team business benefits to IPv6 over v4? That is what drives adoption.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#36Is there any risks of nodes assigning same IP if there's no central DHCP?
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#37Why should I spend the time and energy to deal with IPv6 when disabling it fix many issues ? The listed advantages are not worth the troubles in my experience.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#38I still think IPv6 can be safely ignored. This articles section "here are some reasons you should start using IPv6 within your own network" seems to comfirm this. None of the 6 "reasons" speak to me.
My ISP router could do max 800 mbps, which isn't so bad, but it degraded when we were multiple people using the link. With IPv6 it's much less of a problem, we can easily saturate the 1gbps without the router having a meltdown.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#39Everyone always goes with the "You don't need NAT, everything is globally routable!" argument, as if that's something that anybody wants. Everything on my network is going to go through my firewall anyway. I don't want anything on my network to be globally routable. Of course, this is not a good reason to not use IPv6, don't get me wrong. It's a problem that's easy to overcome, I just think it's not a good way to get…
Then... don't route anything on your network.
NAT is address translation, not routing.
NAT makes it difficult for you to host services on your network, forcing dependency on cloud services, and when ISPs do it (CGNAT), it makes it just about impossible unless you want to thread your traffic back through a third-party service. If you want a good chance of keeping some semblance of an Internet around that isn't dominated by huge centralized services, the cargo cult of "NAT is security" needs to die hard.
Re: I spent a week without IPv4 to understand IPv6 transition mechanisms
#40Everyone always goes with the "You don't need NAT, everything is globally routable!" argument, as if that's something that anybody wants. Everything on my network is going to go through my firewall anyway. I don't want anything on my network to be globally routable. Of course, this is not a good reason to not use IPv6, don't get me wrong. It's a problem that's easy to overcome, I just think it's not a good way to get…
What's wrong with a firewall that blocks everything by default, yet all your devices have a public IP?