How do I add IPv6 address into System32\drivers\etc\hosts?

Finally, I’ve found the way. I speicied zone ID (11 in my case) in hosts:

fe80::215:afff:fec6:ea64%11 realhost

Which I’ve got using

netsh interface ipv6 show addresses

With help of http://technet.microsoft.com/en-us/library/bb726995.aspx

Leave a Comment