move the address properties into the vcpe object
diff --git a/xos/cord/models.py b/xos/cord/models.py
index 6c0a812..b3f7aa3 100644
--- a/xos/cord/models.py
+++ b/xos/cord/models.py
@@ -197,7 +197,11 @@
                        "firewall_rules",
                        "url_filter_enable",
                        "url_filter_rules",
-                       "cdn_enable")
+                       "cdn_enable",
+                       "nat_ip",
+                       "lan_ip",
+                       "wan_ip",
+                       "private_ip")
 
     default_attributes = {"firewall_enable": False,
                           "firewall_rules": "accept all anywhere anywhere",