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

Last change on this file since 13534 was 13480, checked in by huub, 9 years ago

update configuratie som en broekplein na hardware modificaties: installatie M5s, extra M5 voor richting noordoost en RB switch op vr1

File size: 3.3 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
53
54iface_vr0:
55 comment : "Ethernet naar SOM2 kabel rood"
56 ip : "172.16.3.137/30"
57 sdesc : "2som2"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Oude Link naar Broekplein M5 "
65 ip : "172.16.5.121/29"
66 sdesc : "2ouderaadhuis"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "108"
71 ssid : "il-n.som1.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.16.5.122/29"
75 ns_mac : "04:18:d6:cc:01:e8"
76 bridge_type: "NanoStationM5"
77 status : "up"
78
79
80iface_vr1_alias0:
81 comment : "Link naar Juffermans"
82 ip : "172.16.3.161/29"
83 sdesc : "2Juffermans"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 dhcp : False
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90iface_vr1_alias1:
91 comment : "Link naar OudeRaadhuis"
92 ip : "172.16.9.57/29"
93 sdesc : "2raadhuis"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 dhcp : False
97 bridge_type: "NanoStation M5"
98 status : "up"
99
100iface_vr1_alias2:
101 comment : "Nieuwe Link naar Broekplein via switch"
102 ip : "172.16.6.201/29"
103 sdesc : "2broekplein"
104 mode : "ap-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "108"
108 ssid : "il-nno.som1.wleiden.net"
109 dhcp : False
110 compass : "nno"
111 ns_ip : "172.16.6.202/29"
112 ns_mac : "04:18:d6:ca:fd:db"
113 bridge_type: "NanoStationM5"
114 status : "up"
115
116iface_vr2:
117 comment : "Link naar Stadhuis M5 wartel 7"
118 ip : "172.16.3.169/29"
119 sdesc : "2Stadhuis"
120 mode : "ap-wds"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 channel : "52"
124 ssid : "il-z.som1.wleiden.net"
125 dhcp : False
126 compass : "z"
127 ns_ip : "172.16.3.170/29"
128 ns_mac : "04:18:d6:cc:00:d1"
129 bridge_type: "NanoStationM5"
130 status : "up"
131
132
133iface_vr2_alias0:
134 comment : "Link naar Houtmarkt"
135 ip : "172.16.17.217/29"
136 sdesc : "2Houtmarkt"
137 type : "eth"
138 extra_type : "eth2wifibridge"
139 dhcp : False
140 bridge_type: "NanoStationM5"
141 status : "up"
142
Note: See TracBrowser for help on using the repository browser.