| [root@68-05-ca-04-db-b6 ~]# ifconfig -a | |
| lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 | |
| inet 127.0.0.1 netmask ff000000 | |
| e1000g1: flags=1104843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,ROUTER,IPv4> mtu 1500 index 2 | |
| inet 10.1.10.89 netmask ffffff00 broadcast 10.1.10.255 | |
| ether 68:5:ca:4:db:b6 | |
| lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 | |
| inet6 ::1/128 |
| { | |
| "alias":"test-vm", | |
| "brand":"joyent", | |
| "dataset_uuid":"f9e4be48-9466-11e1-bc41-9f993f5dff36", | |
| "hostname":"pachyderm", | |
| "vcpus":2, | |
| "autoboot":false, | |
| "max_physical_memory":1024, | |
| "resolvers":["8.8.8.8", "8.8.4.4"], | |
| "nics":[ | |
| { | |
| "nic_tag":"admin", | |
| "ip":"dhcp", | |
| "model":"virtio", | |
| "netmask": "255.255.255.0", | |
| "gateway": "192.168.0.1", | |
| "primary":1 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment