source: genesis/nodes/HybridSOM2/wleiden.yaml@ 13326

Last change on this file since 13326 was 13253, checked in by huub, 10 years ago

ssid som ap3 aangepast

File size: 2.6 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
24
25iface_ath0:
26 comment : "Ap zuidoost"
27 ip : "172.17.2.1/26"
28 sdesc : "ap-zo"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Leiden-2"
33 wlan_mac : "00:1b:b1:02:be:1c"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Ap via Bullet2; wirelessantwerpen speeltje WB-Leiden op 172.17.2.67"
40 ip : "172.17.2.65/26"
41 sdesc : "ap3"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
46 ssid : "WIFI-Leiden-3"
47 dhcp : "70-120"
48 ns_ip : "172.17.2.66/26"
49 ns_mac : "00:15:6d:e8:f9:b6"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar SOM1"
56 ip : "172.16.3.138/30"
57 sdesc : "2som1"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar Rabo"
65 ip : "172.16.16.17/29"
66 sdesc : "2Rabo"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "140"
71 ssid : "il-w.som2.wleiden.net"
72 dhcp : False
73 compass : "w"
74 ns_ip : "172.16.16.18/29"
75 ns_mac : "00:15:6d:ec:82:a8"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr1_alias0:
81 comment : "Link naar Psycho"
82 ip : "172.16.16.113/29"
83 sdesc : "2Psycho"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 dhcp : False
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Link naar Leythenrode"
93 ip : "172.16.17.185/29"
94 sdesc : "2leythenrode"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "36"
99 ssid : "il-zo.som2.wleiden.net"
100 dhcp : False
101 compass : "zo"
102 ns_ip : "172.16.17.186/29"
103 ns_mac : "00:15:6d:f2:38:cd"
104 bridge_type: "NanoStation5"
105 status : "up"
106
107iface_vr2_alias0:
108 comment : "Link naar Zijloever"
109 ip : "172.16.4.225/29"
110 sdesc : "2Zijloever"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 dhcp : False
114 bridge_type: "NanoStation M5"
115 status : "up"
Note: See TracBrowser for help on using the repository browser.