Index: /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
===================================================================
--- /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp	(revision 48287)
+++ /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp	(revision 48288)
@@ -464,5 +464,5 @@
       | NETIF_FLAG_ETHERNET;             /* Lwip works with ethernet too */
 
-    netif_create_ip6_linklocal_address(pNetif, 0);
+    netif_create_ip6_linklocal_address(pNetif, /* :from_mac_48bit */ 1);
     netif_ip6_addr_set_state(pNetif, 0, IP6_ADDR_VALID);
     pNetif->output_ip6 = ethip6_output;
