Ubuntu Pastebin

Paste from Michael Foord at Mon, 5 Jan 2015 15:09:55 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
$ sudo maas local node-group-interfaces list 307a398b-c8da-47fb-b95b-690df960a296
Success.
Machine-readable output follows:
[
    {
        "ip_range_high": "172.16.0.128", 
        "ip_range_low": "172.16.0.2", 
        "broadcast_ip": "172.16.0.255", 
        "static_ip_range_low": "172.16.0.129", 
        "name": "eth0", 
        "ip": "172.16.0.2", 
        "subnet_mask": "255.255.255.0", 
        "management": 2, 
        "static_ip_range_high": "172.16.0.255", 
        "interface": "eth0"
    }
]
Download as text