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

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

Cleanup actie.

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_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.24.16.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11b"
31 channel : "1"
32 ssid : "ap-WirelessLeiden-Graficall"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar WBRotary"
39 ip : "172.16.18.41/29"
40 sdesc : "2wbrotary"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "36"
45 ssid : "il-o.graficall.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.18.42/29"
49 ns_mac : "00:27:22:10:f6:0b"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "Link naar HMKerk"
56 ip : "172.16.5.209/29"
57 sdesc : "2hmkerk"
58 type : "eth"
59
60
61iface_ue1:
62 comment : "B-link to Hoogmade via Bullet2"
63 ip : "172.16.0.85/30"
64 sdesc : "2hmkerk2"
65 mode : "ap-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "5"
69 ssid : "il-n.graficall.wleiden.net"
70 dhcp : False
71 compass : "n"
72 status : "up"
73
74
75iface_ue1_alias0:
76 comment : "Ethernet"
77 ip : "172.16.3.141/30"
78 sdesc : "manageBullet"
79 type : "eth"
80 dhcp : False
81 status : "down"
82
83
84iface_vr0:
85 comment : "Ethernet to interlink northeast of Leythenrode"
86 ip : "172.16.5.148/29"
87 sdesc : "2Leythenrode"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "52"
92 ssid : "il-no.leythenrode.wleiden.net"
93 dhcp : False
94 compass : "w"
95 ns_ip : "172.16.5.147/29"
96 ns_mac : "00:15:6d:ea:f0:4c"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
101iface_vr1:
102 comment : "Link JVC"
103 ip : "172.16.3.12/29"
104 sdesc : "2jvc"
105 mode : "station-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "100"
109 ssid : "il-no.jvc.wleiden.net"
110 dhcp : False
111 compass : "zw"
112 ns_ip : "172.16.3.11"
113 ns_mac : "00:15:6d:ea:f0:68"
114 bridge_type: "NanoStation5"
115 status : "up"
116
117
118iface_vr2:
119 comment : "Link naar Boterhuis"
120 ip : "172.16.5.98/29"
121 sdesc : "2boterhuis"
122 mode : "station-wds"
123 type : "eth"
124 extra_type : "eth2wifibridge"
125 channel : "44"
126 ssid : "il-nw.graficall.wleiden.net"
127 dhcp : False
128 compass : "n"
129 ns_ip : "172.16.5.99"
130 ns_mac : "00:15:6d:eb:f0:f8"
131 bridge_type: "NanoStation5"
132 status : "up"
133
134
Note: See TracBrowser for help on using the repository browser.