source: genesis/nodes/CNodeGraficall/wleiden.yaml@ 10686

Last change on this file since 10686 was 10454, checked in by rick, 13 years ago

Boolean values should be real boolean values.

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15630"
8location : "Zusterflat Ziekenhuis Rijnland, Simon Smitweg 1, 2353 GA, Leiderdorp"
9longitude : "4.53926"
10masterip : "172.24.16.1"
11nodename : "Graficall"
12nodetype : "CNode"
13rdnap_x : "96974"
14rdnap_y : "463464"
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "omni"
21 interface : "ath0"
22 ip : "172.24.16.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "1"
28 ssid : "ap-WirelessLeiden-Graficall"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "link naar WBRotary"
36 interface : "ue0"
37 ip : "172.16.18.44/29"
38 desc : "Link naar WBRotary"
39 sdesc : "2wbrotary"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-w.wbrotary.wleiden.net"
45 dhcp : False
46 compass : "w"
47 height : "17"
48 ns_ip : "172.16.18.43/29"
49 ns_mac : "00:27:22:10:f6:0b"
50 status : "up"
51
52
53iface_ue1:
54 comment : "b-link to Hoogmade via Bullet2"
55 interface : "ue1"
56 ip : "172.16.0.85/30"
57 desc : "Link naar HMKerk2"
58 sdesc : "2hmkerk2"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "5"
63 ssid : "il-n.graficall.wleiden.net"
64 dhcp : False
65 compass : "n"
66 height : "17"
67 status : "up"
68
69
70iface_ue1_alias0:
71 interface : "ue1:0"
72 ip : "172.16.3.141/30"
73 desc : "ethernet"
74 sdesc : "manageBullet"
75 type : "eth"
76 dhcp : False
77 compass : "None"
78 status : "down"
79
80
81iface_vr0:
82 comment : "a-link to Leythenrode via Nanostation5"
83 interface : "vr0"
84 ip : "172.16.5.148/29"
85 desc : "Ethernet to interlink northeast of Leythenrode"
86 sdesc : "2Leythenrode"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "52"
91 ssid : "il-no.leythenrode.wleiden.net"
92 dhcp : False
93 compass : "ne"
94 ns_ip : "172.16.5.147/29"
95 ns_mac : "00:15:6d:ea:f0:4c"
96 status : "up"
97
98
99iface_vr1:
100 interface : "vr1"
101 ip : "172.16.3.12/29"
102 desc : "Link JVC"
103 sdesc : "2jvc"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "100"
108 ssid : "il-no.jvc.wleiden.net"
109 dhcp : False
110 compass : "ne"
111 ns_ip : "172.16.3.11"
112 ns_mac : "00:15:6d:ea:f0:68"
113 status : "up"
114
115
116iface_vr2:
117 interface : "vr2"
118 ip : "172.16.5.98/29"
119 desc : "Link naar Boterhuis"
120 sdesc : "2boterhuis"
121 mode : "station-wds"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 channel : "44"
125 ssid : "il-nw.graficall.wleiden.net"
126 dhcp : False
127 compass : "nw"
128 ns_ip : "172.16.5.99"
129 ns_mac : "00:15:6d:eb:f0:f8"
130 status : "up"
131
132
Note: See TracBrowser for help on using the repository browser.