source: genesis/nodes/HybridLijtweg2/wleiden.yaml@ 11558

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

Juffermans gebouwd

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11b"
30 channel : "10"
31 ssid : "ap-WirelessLeiden-Lijtweg2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ethernet naar Lijtweg1"
38 ip : "172.16.253.2/30"
39 sdesc : "2lijtweg1"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_ue1:
46 comment : "Interlink naar KWVdeKaag"
47 ip : "172.16.17.249/29"
48 sdesc : "2unigorn"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "140"
53 ssid : "il-ono.lijtweg2.wleiden.net"
54 dhcp : False
55 compass : "o"
56 ns_ip : "172.16.17.250/29"
57 ns_mac : "00:15:6d:f2:43:eb"
58 bridge_type: "NanoStation M5"
59 status : "up"
60
61
62iface_ue1_alias0:
63 comment : "Link naar Boterhuis"
64 ip : "172.16.6.81/29"
65 sdesc : "2boterhuis"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 dhcp : False
69 status : "down"
70
71iface_ue1_alias1:
72 comment : "Link naar Juffermans"
73 ip : "172.16.3.146/29"
74 sdesc : "2juffermans"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 dhcp : False
78 status : "up"
79
80
81iface_vr0:
82 comment : "InterLink naar Rustenborch"
83 ip : "172.16.6.33/29"
84 sdesc : "2rustenborch"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "116"
89 ssid : "il-w.lijtweg2.wleiden.net"
90 dhcp : False
91 compass : "zw"
92 ns_ip : "172.16.6.34"
93 ns_mac : "00:15:6d:70:51:c6"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
98iface_vr1:
99 comment : "Link naar de Leidse Houtschool"
100 ip : "172.16.3.113/29"
101 sdesc : "2lhs"
102 mode : "station-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "132"
106 ssid : "il-z.lijtweg2.wleiden.net"
107 dhcp : False
108 compass : "z"
109 ns_ip : "172.16.3.114/29"
110 ns_mac : "00:15:6d:71:54:c7"
111 bridge_type: "NanoStation5"
112 status : "up"
113
114
115iface_vr1_alias0:
116 comment : "Link naar Camimplants"
117 ip : "172.16.6.97/29"
118 sdesc : "2camimplants"
119 type : "eth"
120 extra_type : "eth2wifibridge"
121 dhcp : False
122 status : "up"
123
124
125iface_vr2:
126 comment : "InterLink naar Broekplein"
127 ip : "172.16.5.140/29"
128 sdesc : "2broekplein"
129 mode : "station-wds"
130 type : "eth"
131 extra_type : "eth2wifibridge"
132 channel : "44"
133 ssid : "il-w.broekplein.wleiden.net"
134 dhcp : False
135 compass : "o"
136 ns_ip : "172.16.5.139/29"
137 ns_mac : "00:15:6d:70:4d:d3"
138 bridge_type: "NanoStation5"
139 status : "up"
140
141
Note: See TracBrowser for help on using the repository browser.