I wanted to know if anyone else has tried to resolve this issue.
I want to implement IPv6 using DHCPv6-PD at home but I also have services at home I would like to access over IPv6. This of course would require allowing access in. I know most ISPs now 'sticky' an IP or block to customers but mine still change now and then due to them performing maintenance/upgrades and understably so. Some of my concerns are listed:
- I don't want to have to manually change rules for when the block or IPs change.
- I know NAT for IPv6 isn't a main feature on my ERLITE-3 and that it really shouldn't be needed for IPv6 in general but a NAT6to4 would help this
- I don't want to have to allow all inbound IPv6 and manage local OS firewalls
I can only really think of using a Bash or Python script to check and update the rules when needed to handle this but wanted to see if anyone else had ideas. Thanks!