Some people have reported problems accessing information about their per-host quota from an IPv6-enabled workstation. The most likely reason for this is that the computer has IPv6 privacy extensions enabled. Some versions of Windows enable these by default, but their use is not supported at Rhodes.

To disable the IPv6 privacy extensions on your computer:
  • Find the Windows Command Processor or Command Prompt in your menu.
  • Right click on it and choose "Run as Administrator"
  • Execute the following commands:
    CODE
    netsh interface ipv6 set privacy state=disabled store=active
    netsh interface ipv6 set privacy state=disabled store=persistent
    netsh interface ipv6 set global randomizeidentifiers=disabled store=active
    netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
  • Reboot your computer