Ubuntu Pastebin

Paste from smoser at Fri, 22 Jul 2016 01:19:32 +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
80
81
82
83
84
85
86
{
  "services": [
    {
      "type": "dns",
      "address": "1.1.1.191"
    },
    {
      "type": "dns",
      "address": "1.1.1.4"
    }
  ],
  "networks": [
    {
      "network_id": "4daf5ce8-38cf-4240-9f1a-04e86d7c6117",
      "type": "ipv4",
      "netmask": "255.255.255.248",
      "link": "vlan2",
      "routes": [
        {
          "netmask": "0.0.0.0",
          "network": "0.0.0.0",
          "gateway": "2.2.2.9"
        }
      ],
      "ip_address": "2.2.2.13",
      "id": "network2-ipv4"
    },
    {
      "network_id": "a9e2f47c-3c43-4782-94d0-e1eeef1c8c9d",
      "type": "ipv4",
      "netmask": "255.255.255.248",
      "link": "vlan3",
      "routes": [
        {
          "netmask": "255.255.255.255",
          "network": "192.168.1.0",
          "gateway": "10.0.1.1"
        }
      ],
      "ip_address": "10.0.1.5",
      "id": "network3-ipv4"
    }
  ],
  "links": [
    {
      "ethernet_mac_address": "0c:c4:7a:34:6e:3c",
      "type": "phy",
      "id": "eth0",
      "mtu": 1500
    },
    {
      "ethernet_mac_address": "0c:c4:7a:34:6e:3d",
      "type": "phy",
      "id": "eth1",
      "mtu": 1500
    },
    {
      "bond_mode": "4",
      "bond_miimon": 100,
      "type": "bond",
      "bond_links": [
        "eth0",
        "eth1"
      ],
      "ethernet_mac_address": "0c:c4:7a:34:6e:3c",
      "id": "bond0",
      "bond_xmit_hash_policy": "layer3+4"
    },
    {
      "ethernet_mac_address": "fa:16:3e:b3:72:30",
      "vlan_link": "bond0",
      "vlan_id": 602,
      "type": "vlan",
      "id": "vlan2",
      "vlan_mac_address": "fa:16:3e:b3:72:30"
    },
    {
      "ethernet_mac_address": "fa:16:3e:66:ab:a6",
      "vlan_link": "bond0",
      "vlan_id": 612,
      "type": "vlan",
      "id": "vlan3",
      "vlan_mac_address": "fa:16:3e:66:ab:a6"
    }
  ]
}
Download as text