Ubuntu Pastebin

Paste from rharper at Tue, 24 May 2016 20:02:05 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{

    "networks": [
        {
            "neutron_network_id": "DA5BB487-5193-4A65-A3DF-4A0055A8C0D7",
            "routes": [
                {
                    "network": "10.0.0.0",
                    "netmask": "255.0.0.0",
                    "gateway": "11.0.0.1"
                },
                {
                    "network": "0.0.0.0",
                    "netmask": "0.0.0.0",
                    "gateway": "23.253.157.1"
                }
            ],
            "type": "ipv4",
            "netmask": "255.255.240.0",
            "link": "nic0",
            "id": "private-ipv4",
            "ip_address": "10.184.0.244"
        },
        {
            "neutron_network_id": "62611D6F-66CB-4270-8B1F-503EF0DD4736",
            "routes": [
                {
                    "network": "0.0.0.0",
                    "netmask": "0.0.0.0",
                    "gateway": "23.253.157.1"
                }
            ],
            "type": "ipv4",
            "dns_nameservers": [
                "69.20.0.164",
                "69.20.0.196"
            ],
            "netmask": "255.255.255.0",
            "link": "bond0.101",
            "id": "publicnet-ipv4",
            "ip_address": "23.253.157.244"
        }
    ],
    "links": [
        {
            "ethernet_mac_address": "a0:36:9f:2c:e8:70",
            "type": "vif",
            "vif_id": "E1C90E9F-EAFC-4E2D-8EC9-58B91CEBB53D",
            "id": "nic0"
        },
        {
            "ethernet_mac_address": "a0:36:9f:2c:e8:80",
            "type": "ethernet",
            "id": "eth0"
        },
        {
            "ethernet_mac_address": "a0:36:9f:2c:e8:81",
            "type": "ethernet",
            "id": "eth1"
        },
        {
            "bond_links": [
                "eth0",
                "eth1"
            ],
            "type": "bond",
            "bond_mode": "802.3ad",
            "id": "bond0"
        },
        {
            "vlan_mac_address": "a0:36:9f:2c:e8:80",
            "type": "vlan",
            "neutron_port_id": "E1C90E9F-EAFC-4E2D-8EC9-58B91CEBB53F",
            "vlan_id": 101,
            "vlan_link": "bond0",
            "id": "bond0.101"
        }
    ]
}
Download as text