I have a Server 2012 (Remote Desktop Server) running on Hyper-V. I have installed Virtual IP with gpedit.msc and told the computer to use the Hyper-V networkadapter for Virtual IP's per session so that every user will get a seperate (virtual) ip adress per session. However..... this does not seem to work. With ipconfig /all it show only the normal ip-adress of the rds-server (although now it says preferred behind the adress). I have set these options http://blogs.msdn.com/b/rds/archive/2009/07/15/configuring-remote-desktop-ip-virtualization-ii.aspx but this does not seem to be enough. I also edited the registry like stated below. But still no virtual IP when a users logs in and types ipconfig /all. Does anyone have an idea what is wrong? (and please no Server 2008 posts, they don't apply).
Overview of loopback virtualization
When the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAPPSrv\VirtualIP\VirtualizeLoopbackAdresses registry key is set to 1, each RDS session, when attempting to bind to 127.0.0.1 will instead be redirected to 127.(0.0.1+Session
Id). For example:
Session 1: 127.0.0.2
Session 250: 127.0.0.251
Session 255: 127.0.1.1
Etc…