Delegating the received /64 subnet further down to your network. To be able to use IoT in the conventional environment without additional requests from the provider to allocate /48 subnet
- Make sure your provider supports IPv6
- IPv6 enabed on your machine.
- Make sure you have IPv6 address with /64 subnet issued to your machine
- Configure forwarding on both the interface you are re willing to "share from" AND the interfaces you are willing to "share to".
- Configure advertisement on the interfaces you are willing to "share to" (including default route)
- Configure, install and run the service
Tested on Windows 10 x64. You are welcome to build and test on your machine. Please report any bugs found.
- Ping ::1
- Ping any link local address (by name, by address)
- Ping any global address
If you can ping any IPv6 global address - you are set.
Please refer to another project llmnr-multihost if you need IPv6 for your virtual machine setup and development purposes. Handy to have multiple names bound to a single machine without any additional configuration, right?