After the installation process has finished Configure and Enable Routing and Remote Access by choosing Custom Configuration and LAN routing option. Right Click Routing and Remote Access and check the Ipv6 Router box on General tab(screenshot.1) and check the Enable IPv6 forwarding and Enable Default Route Advertisement boxes on IPv6 tab(screenshot.2).
Lastly we should exceute command below on our server to let itself to advertise as default gateway to clients.
netsh interface ipv6 set interface "Internal" forwarding=en advertise=en advertisedefaultroute=en
Screenshot.1
Screenshot.2
Read more...