Last change
on this file since 10674 was 10463, checked in by rick, 13 years ago |
Literal False should actually be a boolean false, to make parsing more easy.
|
File size:
2.6 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : True
|
---|
7 | latitude : "52.15797"
|
---|
8 | location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
|
---|
9 | longitude : "4.49423"
|
---|
10 | masterip : "172.17.136.1"
|
---|
11 | nodename : "CeTIM1"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 93895
|
---|
14 | rdnap_y : 463687
|
---|
15 | release : "8.2-RELEASE"
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_ath0:
|
---|
20 | comment : "ap 2x N+O"
|
---|
21 | interface : "ath0"
|
---|
22 | ip : "172.17.136.1/26"
|
---|
23 | desc : "AP CeTIM richting N en O"
|
---|
24 | sdesc : "ap-no"
|
---|
25 | mode : "ap-wds"
|
---|
26 | type : "11b"
|
---|
27 | channel : "3"
|
---|
28 | ssid : "ap-WirelessLeiden-Cetim1"
|
---|
29 | dhcp : "10-60"
|
---|
30 | compass : "None"
|
---|
31 | status : "up"
|
---|
32 |
|
---|
33 |
|
---|
34 | iface_ue0:
|
---|
35 | comment : "a-link Nanostation5 Zuid-Oost"
|
---|
36 | interface : "ue0"
|
---|
37 | ip : "172.16.16.81/29"
|
---|
38 | desc : "interlink 2roomburgh1"
|
---|
39 | sdesc : "2roomburgh1"
|
---|
40 | mode : "station-wds"
|
---|
41 | type : "eth"
|
---|
42 | extra_type : "eth2wifibridge"
|
---|
43 | channel : "132"
|
---|
44 | ssid : "il-zo.cetim1.wleiden.net"
|
---|
45 | dhcp : False
|
---|
46 | compass : "se"
|
---|
47 | ns_ip : "172.16.16.82/29"
|
---|
48 | ns_mac : "00:15:6d:f6:be:66"
|
---|
49 | status : "up"
|
---|
50 |
|
---|
51 |
|
---|
52 | iface_vr0:
|
---|
53 | comment : "Ethernet naar proxy2"
|
---|
54 | interface : "vr0"
|
---|
55 | ip : "172.17.143.2/28"
|
---|
56 | desc : "Ethernet naar proxy2"
|
---|
57 | sdesc : "2proxy2"
|
---|
58 | type : "eth"
|
---|
59 | dhcp : False
|
---|
60 | compass : "None"
|
---|
61 | status : "up"
|
---|
62 |
|
---|
63 |
|
---|
64 | iface_vr1:
|
---|
65 | comment : "Ethernet naar CeTIM2"
|
---|
66 | interface : "vr1"
|
---|
67 | ip : "172.16.0.33/30"
|
---|
68 | desc : "Ethernet naar cetim2"
|
---|
69 | sdesc : "2cetim2"
|
---|
70 | type : "eth"
|
---|
71 | dhcp : False
|
---|
72 | compass : "None"
|
---|
73 | status : "up"
|
---|
74 |
|
---|
75 |
|
---|
76 | iface_vr2:
|
---|
77 | comment : "a-link Nanostation5 Noord-Oost"
|
---|
78 | interface : "vr2"
|
---|
79 | ip : "172.16.17.145/29"
|
---|
80 | desc : "Link naar Houtmarkt"
|
---|
81 | sdesc : "houtmarkt"
|
---|
82 | mode : "ap-wds"
|
---|
83 | type : "eth"
|
---|
84 | extra_type : "eth2wifibridge"
|
---|
85 | channel : "120"
|
---|
86 | ssid : "il-no.cetim1.wleiden.net"
|
---|
87 | dhcp : False
|
---|
88 | compass : "ne"
|
---|
89 | ns_ip : "172.16.17.146"
|
---|
90 | ns_mac : "00:15:6d:f6:be:e4"
|
---|
91 | status : "up"
|
---|
92 |
|
---|
93 |
|
---|
94 | iface_vr2_alias0:
|
---|
95 | interface : "vr2:0"
|
---|
96 | ip : "172.16.16.97/29"
|
---|
97 | desc : "Tijdelijke Link naar Watertoren"
|
---|
98 | sdesc : "2watertoren"
|
---|
99 | type : "eth"
|
---|
100 | extra_type : "eth2wifibridge"
|
---|
101 | dhcp : False
|
---|
102 | compass : "None"
|
---|
103 | status : "up"
|
---|
104 |
|
---|
105 |
|
---|
106 | iface_vr2_alias1:
|
---|
107 | interface : "vr2:1"
|
---|
108 | ip : "172.16.4.17/29"
|
---|
109 | desc : "(w)interlink naar Spoortje"
|
---|
110 | sdesc : "2spoortje"
|
---|
111 | type : "eth"
|
---|
112 | extra_type : "eth2wifibridge"
|
---|
113 | dhcp : False
|
---|
114 | compass : "None"
|
---|
115 | status : "up"
|
---|
116 |
|
---|
117 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.