source: genesis/nodes/SOM1/wleiden.yaml@ 13860

Last change on this file since 13860 was 13860, checked in by rick, 8 years ago

Testing link, new esschertoren

File size: 3.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
8longitude : "4.49378"
9masterip : "172.21.160.1"
10monitoring_group: "wleiden"
11nodename : "SOM1"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
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 noord"
26 ip : "172.21.160.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden-1"
32 wlan_mac : "00:1b:b1:02:bf:88"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Interlink naar JorisdeWitte, wartel 1"
39 ip : "172.16.7.9/29"
40 sdesc : "2jorisdw"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "140"
45 ssid : "il-nnw.som1.wleiden.net"
46 dhcp : False
47 compass : "o"
48 ns_ip : "172.16.7.10"
49 ns_mac : "24:a4:3c:0a:54:99"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53iface_ue0_alias0:
54 comment : "Link naar Testsite"
55 ip : "172.16.7.121/29"
56 sdesc : "2testsite"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0:
63 comment : "Ethernet naar SOM2 kabel rood"
64 ip : "172.16.3.137/30"
65 sdesc : "2som2"
66 type : "eth"
67 dhcp : False
68 status : "up"
69
70
71iface_vr1:
72 comment : "Oude Link naar Broekplein M5 "
73 ip : "172.16.5.121/29"
74 sdesc : "2ouderaadhuis"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "108"
79 ssid : "il-n.som1.wleiden.net"
80 dhcp : False
81 compass : "n"
82 ns_ip : "172.16.5.122/29"
83 ns_mac : "04:18:d6:cc:01:e8"
84 bridge_type: "NanoStationM5"
85 status : "up"
86
87
88iface_vr1_alias0:
89 comment : "Link naar Juffermans"
90 ip : "172.16.3.161/29"
91 sdesc : "2Juffermans"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 dhcp : False
95 bridge_type: "NanoStation M5"
96 status : "up"
97
98
99iface_vr1_alias1:
100 comment : "Link naar OudeRaadhuis"
101 ip : "172.16.9.57/29"
102 sdesc : "2raadhuis"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 dhcp : False
106 bridge_type: "NanoStation M5"
107 status : "up"
108
109
110iface_vr1_alias2:
111 comment : "Nieuwe Link naar Broekplein via switch"
112 ip : "172.16.6.201/29"
113 sdesc : "2broekplein"
114 mode : "ap-wds"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 channel : "108"
118 ssid : "il-nno.som1.wleiden.net"
119 dhcp : False
120 compass : "no"
121 ns_ip : "172.16.6.202/29"
122 ns_mac : "04:18:d6:ca:fd:db"
123 bridge_type: "NanoStationM5"
124 status : "up"
125
126iface_vr1_alias3:
127 comment : "Lora Gateway"
128 ip : "172.31.250.1/29"
129 dhcp : False
130 type : "eth"
131
132
133
134
135iface_vr2:
136 comment : "Link naar Stadhuis M5 wartel 7"
137 ip : "172.16.3.169/29"
138 sdesc : "2Stadhuis"
139 mode : "ap-wds"
140 type : "eth"
141 extra_type : "eth2wifibridge"
142 channel : "52"
143 ssid : "il-z.som1.wleiden.net"
144 dhcp : False
145 compass : "z"
146 ns_ip : "172.16.3.170/29"
147 ns_mac : "04:18:d6:cc:00:d1"
148 bridge_type: "NanoStationM5"
149 status : "up"
150
151
152iface_vr2_alias0:
153 comment : "Link naar Houtmarkt"
154 ip : "172.16.17.217/29"
155 sdesc : "2Houtmarkt"
156 type : "eth"
157 extra_type : "eth2wifibridge"
158 dhcp : False
159 bridge_type: "NanoStationM5"
160 status : "up"
161
162
Note: See TracBrowser for help on using the repository browser.