While trying to set up AnyIP on Debian, I came across way too little information on how to set it up. I came across a few blog posts and two ServerFault posts, both which just say similar things but the answers not explaining a lot.
So far I know the following:
- Enabling AnyIP for an IPv6 subnet is done via
ip -6 route add local 2a01:beef:f0am:::/64 dev lo
- The IPv6 prefix must be routed to the Server.
- There must be a local route to the Server.
Step 1 is easy enough, step 2 usually requires the Hoster to play nice and step 3 is just step 1 it seems. Are there any other steps necessary to make it work and if so: What are they and how do you do them? How would the network configuration look like?