Index: /trunk/src/VBox/Main/xml/Settings.cpp
===================================================================
--- /trunk/src/VBox/Main/xml/Settings.cpp	(revision 31130)
+++ /trunk/src/VBox/Main/xml/Settings.cpp	(revision 31131)
@@ -3611,4 +3611,6 @@
             pelmNAT = elmParent.createChild("NAT");
 
+            if (nic.nat.strNetwork.length())
+                pelmNAT->setAttribute("network", nic.nat.strNetwork);
             if (nic.nat.strBindIP.length())
                 pelmNAT->setAttribute("hostip", nic.nat.strBindIP);
