source: genesis/nodes/SOM2/wleiden.yaml@ 13525

Last change on this file since 13525 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: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.17.2.1"
11monitoring_group: "wleiden"
12nodename : "SOM2"
13nodetype : "Hybrid"
14rdnap_x : 93880
15rdnap_y : 464970
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
24iface_ath0:
25 comment : "Ap zuidoost"
26 ip : "172.17.2.1/26"
27 sdesc : "ap-zo"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:be:1c"
33 dhcp : "10-60"
34 status : "up"
35
36iface_ath0_extra0:
37 comment : "wirelessantwerpen speeltje WB-Leiden"
38 type : "eth"
39 ip : "172.17.2.67/26"
40 ns_mac : " "
41 bridge_type: ""
42 status : "up"
43
44iface_ue0:
45 comment : "link Tuinvereniging Ons Buiten kabel IIIII wartel 2"
46 ip : "172.16.3.249/29"
47 sdesc : "2onsbuiten"
48 mode : "ap-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "64"
52 ssid : "il-o.som2.wleiden.net"
53 dhcp : False
54 ns_ip : "172.16.3.250"
55 ns_mac : "04:18:d6:ca:fc:be"
56 bridge_type: "NanoStationM5"
57 status : "up"
58
59iface_vr0:
60 comment : "Ethernet naar SOM1 kabel rood"
61 ip : "172.16.3.138/30"
62 sdesc : "2som1"
63 type : "eth"
64 dhcp : False
65 status : "up"
66
67iface_vr1:
68 comment : "Link naar Rabo kabel IIIIII wartel 3"
69 ip : "172.16.16.17/29"
70 sdesc : "2Rabo"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "140"
75 ssid : "il-w.som2.wleiden.net"
76 dhcp : False
77 compass : "w"
78 ns_ip : "172.16.16.18/29"
79 ns_mac : "04:18:d6:cc:0d:7e"
80 bridge_type: "NanoStationM5"
81 status : "up"
82
83iface_vr1_alias0:
84 comment : "Link naar Psycho"
85 ip : "172.16.16.113/29"
86 sdesc : "2Psycho"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 dhcp : False
90 bridge_type: "NanoStationM5"
91 status : "up"
92
93iface_vr2:
94 comment : "Link naar Leythenrode kabel IIIIIII wartel 1"
95 ip : "172.16.17.185/29"
96 sdesc : "2leythenrode"
97 mode : "station-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "36"
101 ssid : "il-zo.som2.wleiden.net"
102 dhcp : False
103 compass : "zo"
104 ns_ip : "172.16.17.186/29"
105 ns_mac : "04:18:d6:ca:fd:3e"
106 bridge_type: "NanoStationM5"
107 status : "up"
108
109iface_vr2_alias0:
110 comment : "Link naar Zijloever"
111 ip : "172.16.4.225/29"
112 sdesc : "2Zijloever"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 dhcp : False
116 bridge_type: "NanoStatioM5"
117 status : "up"
Note: See TracBrowser for help on using the repository browser.