ubuntu@bootstrap:~$ sudo dhclient eth2 RTNETLINK answers: File exists ubuntu@bootstrap:~$ ubuntu@node1:~$ ssh 10.4.1.70 Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-35-generic x86_64) * Documentation: https://help.ubuntu.com/ System information as of Thu Dec 10 17:51:20 UTC 2015 System load: 0.03 Users logged in: 0 Usage of /home: unknown IP address for eth0: 10.4.1.70 Memory usage: 2% IP address for eth1: 10.4.9.151 Swap usage: 0% IP address for eth2: 10.2.66.151 Processes: 111 Graph this data and manage this system at: https://landscape.canonical.com/ Get cloud support with Ubuntu Advantage Cloud Guest: http://www.ubuntu.com/business/services/cloud tmpfs-root /media/root-rw tmpfs rw,relatime 0 0 overlayroot / overlayfs rw,relatime,lowerdir=/media/root-ro,upperdir=/media/root-rw//overlay 0 0 /dev/disk/by-path/ip-10.4.1.2:3260-iscsi-iqn.2004-05.com.ubuntu:maas:ephemeral-ubuntu-amd64-generic-trusty-release-lun-1 /media/root-ro ext4 ro,relatime,data=ordered 0 0 Last login: Thu Dec 10 17:51:20 2015 from 10.4.1.1 ubuntu@bootstrap:~$ ubuntu@node1:~$ maas maas fabrics read Success. Machine-readable output follows: [ { "resource_uri": "/MAAS/api/1.0/fabrics/0/", "vlans": [ { "name": "untagged", "vid": 0, "mtu": 1500, "fabric": "fabric-0", "id": 0, "resource_uri": "/MAAS/api/1.0/vlans/0/" } ], "class_type": null, "name": "fabric-0", "id": 0 }, { "resource_uri": "/MAAS/api/1.0/fabrics/1/", "vlans": [ { "name": "untagged", "vid": 0, "mtu": 1500, "fabric": "fabric-1", "id": 5001, "resource_uri": "/MAAS/api/1.0/vlans/5001/" } ], "class_type": null, "name": "fabric-1", "id": 1 }, { "resource_uri": "/MAAS/api/1.0/fabrics/2/", "vlans": [ { "name": "untagged", "vid": 0, "mtu": 1500, "fabric": "fabric-2", "id": 5002, "resource_uri": "/MAAS/api/1.0/vlans/5002/" } ], "class_type": null, "name": "fabric-2", "id": 2 } ] ubuntu@node1:~$ ubuntu@node1:~$ maas maas subnets read Success. Machine-readable output follows: [ { "dns_servers": [], "name": "10.4.0.0/21", "space": "space-0", "vlan": { "name": "untagged", "vid": 0, "mtu": 1500, "fabric": "fabric-0", "id": 0, "resource_uri": "/MAAS/api/1.0/vlans/0/" }, "gateway_ip": "10.4.0.1", "cidr": "10.4.0.0/21", "id": 1, "resource_uri": "/MAAS/api/1.0/subnets/1/" }, { "dns_servers": [], "name": "10.4.9.0/24", "space": "space-0", "vlan": { "name": "untagged", "vid": 0, "mtu": 1500, "fabric": "fabric-1", "id": 5001, "resource_uri": "/MAAS/api/1.0/vlans/5001/" }, "gateway_ip": null, "cidr": "10.4.9.0/24", "id": 2, "resource_uri": "/MAAS/api/1.0/subnets/2/" }, { "dns_servers": [], "name": "10.2.66.0/24", "space": "space-0", "vlan": { "name": "untagged", "vid": 0, "mtu": 1500, "fabric": "fabric-2", "id": 5002, "resource_uri": "/MAAS/api/1.0/vlans/5002/" }, "gateway_ip": null, "cidr": "10.2.66.0/24", "id": 3, "resource_uri": "/MAAS/api/1.0/subnets/3/" } ] ubuntu@node1:~$