root@soldier6:/zones/stuff# cat zones/manifests/salt1/salt1-provision.json { "brand": "joyent", "image_uuid": "62aaa296-f143-11e7-bd81-9be1bda071f7", "alias": "salt1", "hostname": "salt1", "max_physical_memory": 512, "quota": 20, "resolvers": ["198.60.22.2", "2607:fa18::1"], "nics": [ { "nic_tag": "admin", "ips": ["166.70.129.198/27", "addrconf"], "gateway": "166.70.129.193" } ] } root@soldier6:/zones/stuff# vmadm create -m zones/manifests/salt1/salt1-provision.json Successfully created VM c00b165c-92b4-62c3-fced-9923edc264e5 root@soldier6:/zones/stuff# zlogin c00b165c-92b4-62c3-fced-9923edc264e5 [Connected to zone 'c00b165c-92b4-62c3-fced-9923edc264e5' pts/14] __ . . _| |_ | .-. . . .-. :--. |- |_ _| ;| || |(.-' | | | |__| `--' `-' `;-| `-' ' ' `-' / ; Instance (minimal-64-lts 17.4.0) `-' https://docs.joyent.com/images/smartos/minimal [root@salt1 ~]# ipadm show-addr ADDROBJ TYPE STATE ADDR lo0/v4 static ok 127.0.0.1/8 net0/_a from-gz ok 166.70.129.198/27 lo0/v6 static ok ::1/128 net0/? from-gz ok fe80::c0db:5dff:fe6f:78b1/10 [root@salt1 ~]# netstat -rn Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ---------- --------- default 166.70.129.193 UG 1 0 net0 127.0.0.1 127.0.0.1 UH 2 0 lo0 166.70.129.192 166.70.129.198 U 2 0 net0 Routing Table: IPv6 Destination/Mask Gateway Flags Ref Use If --------------------------- --------------------------- ----- --- ------- ----- ::1 ::1 UH 2 0 lo0 fe80::/10 fe80::c0db:5dff:fe6f:78b1 U 2 0 net0 default fe80::b2c6:9aff:fe62:c1c UG 1 0 net0 [root@salt1 ~]#