First IPv6 Home Project failed
For the past few days, I've been trying to implement a dual-stack network for my home VLAN (non-IoT), but today it fails due to no supported feature set on some devices in my network. I want to describe the details so that you too can learn from my mistakes or guide me to do better. My home network is designed like this: If you remember, I have written an article " Does NAT66 or NPTv6 need it? " These are similar requirements. My ISP modem and Dream Machines, both are designed to obtain IPv6 using the Prefix Delegation or static assignments. The ISP modem is getting PD subnet, but it is failing to supply to the Dream machine. Now, I have a single option for assigning IPv6 as Static on the Dream Machine. And I have assigned the Site Local Subnet in the LAN and configured NAT with ipv6table. Used nonstandard option as ip6tables -t nat -A POSTROUTING -o eth4 -j MASQUERADE. There is no direct option to configure NATv6.NAT66, NAT64 etc. What was the failure with this scenario:...