source: genesis/nodes/HybridGraficall/wleiden.yaml@ 11528

Last change on this file since 11528 was 11528, checked in by rick, 12 years ago

Cosmetische cleanups

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "17"
7latitude : "52.15630"
8location : "Zusterflat Ziekenhuis Rijnland, Simon Smitweg 1, 2353 GA, Leiderdorp"
9longitude : "4.53926"
10masterip : "172.24.16.1"
11monitoring_group: "wleiden"
12nodename : "Graficall"
13nodetype : "Hybrid"
14rdnap_x : "96974"
15rdnap_y : "463464"
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP voor de buurt"
26 ip : "172.24.16.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "1"
31 ssid : "ap-WirelessLeiden-Graficall"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar WBRotary"
38 ip : "172.16.18.41/29"
39 sdesc : "2wbrotary"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-o.graficall.wleiden.net"
45 dhcp : False
46 compass : "o"
47 ns_ip : "172.16.18.42/29"
48 ns_mac : "00:27:22:10:f6:0b"
49 bridge_type: "NanoStation M5"
50 status : "up"
51
52
53iface_ue0_alias0:
54 comment : "Link naar HMKerk"
55 ip : "172.16.5.209/29"
56 sdesc : "2hmkerk"
57 type : "eth"
58
59
60iface_ue1:
61 comment : "B-link to Hoogmade via Bullet2"
62 ip : "172.16.0.85/30"
63 sdesc : "2hmkerk2"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "5"
68 ssid : "il-n.graficall.wleiden.net"
69 dhcp : False
70 compass : "n"
71 status : "up"
72
73
74iface_ue1_alias0:
75 comment : "Ethernet"
76 ip : "172.16.3.141/30"
77 sdesc : "manageBullet"
78 type : "eth"
79 dhcp : False
80 status : "down"
81
82
83iface_vr0:
84 comment : "Ethernet to interlink northeast of Leythenrode"
85 ip : "172.16.5.148/29"
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 : "w"
94 ns_ip : "172.16.5.147/29"
95 ns_mac : "00:15:6d:ea:f0:4c"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
100iface_vr1:
101 comment : "Link JVC"
102 ip : "172.16.3.12/29"
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 : "zw"
111 ns_ip : "172.16.3.11"
112 ns_mac : "00:15:6d:ea:f0:68"
113 bridge_type: "NanoStation5"
114 status : "up"
115
116
117iface_vr2:
118 comment : "Link naar Boterhuis"
119 ip : "172.16.5.98/29"
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 : "n"
128 ns_ip : "172.16.5.99"
129 ns_mac : "00:15:6d:eb:f0:f8"
130 bridge_type: "NanoStation5"
131 status : "up"
132
133
Note: See TracBrowser for help on using the repository browser.