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

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

status in verplicht voor een interface, controleer hier dus op.

Fixes: beheer#268

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 status : "planned"
60
61
62iface_ue1:
63 comment : "B-link to Hoogmade via Bullet2"
64 ip : "172.16.0.85/30"
65 sdesc : "2hmkerk2"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "5"
70 ssid : "il-n.graficall.wleiden.net"
71 dhcp : False
72 compass : "n"
73 status : "up"
74
75
76iface_ue1_alias0:
77 comment : "Ethernet"
78 ip : "172.16.3.141/30"
79 sdesc : "manageBullet"
80 type : "eth"
81 dhcp : False
82 status : "down"
83
84
85iface_vr0:
86 comment : "Ethernet to interlink northeast of Leythenrode"
87 ip : "172.16.5.148/29"
88 sdesc : "2Leythenrode"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "52"
93 ssid : "il-no.leythenrode.wleiden.net"
94 dhcp : False
95 compass : "w"
96 ns_ip : "172.16.5.147/29"
97 ns_mac : "00:15:6d:ea:f0:4c"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
102iface_vr1:
103 comment : "Link JVC"
104 ip : "172.16.3.12/29"
105 sdesc : "2jvc"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "100"
110 ssid : "il-no.jvc.wleiden.net"
111 dhcp : False
112 compass : "zw"
113 ns_ip : "172.16.3.11"
114 ns_mac : "00:15:6d:ea:f0:68"
115 bridge_type: "NanoStation5"
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar Boterhuis"
121 ip : "172.16.5.98/29"
122 sdesc : "2boterhuis"
123 mode : "station-wds"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 channel : "44"
127 ssid : "il-nw.graficall.wleiden.net"
128 dhcp : False
129 compass : "n"
130 ns_ip : "172.16.5.99"
131 ns_mac : "00:15:6d:eb:f0:f8"
132 bridge_type: "NanoStation5"
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.