source: genesis/nodes/HybridRoomburgh2/wleiden.yaml@ 13125

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

ssids Roomburgh1 en 2

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.15108"
8location : "R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden"
9longitude : "4.51322"
10masterip : "172.18.49.1"
11monitoring_group: "wleiden"
12nodename : "Roomburgh2"
13nodetype : "Hybrid"
14rdnap_x : 95185
15rdnap_y : 462905
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 voor de Zuidzijde"
27 ip : "172.18.49.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "WiFi-Leiden-2"
33 wlan_mac : "00:1b:b1:02:bf:87"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link to Zijloever via Nanostation5"
40 ip : "172.16.4.233/29"
41 sdesc : "2zijloever"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "44"
46 ssid : "il-n.roomburgh2.wleiden.net"
47 dhcp : False
48 compass : "n"
49 ns_ip : "172.16.4.234/29"
50 ns_mac : "00:15:6d:ea:f0:28"
51 bridge_type: "NanoStation5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Lokaal subnet"
57 ip : "172.18.49.72/28"
58 sdesc : "localsubnet"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr1:
65 comment : "Link naar DeClercq"
66 ip : "172.16.5.180/29"
67 sdesc : "2noordoost"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "44"
72 ssid : "il-w.declercq.wleiden.net"
73 dhcp : False
74 compass : "o"
75 ns_ip : "172.16.5.179/29"
76 ns_mac : "00:15:6d:ea:f0:5f"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Link naar LivingLab"
83 ip : "172.16.4.57/29"
84 sdesc : "2LivingLab"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "116"
89 ssid : "il-zw.roomburgh2.wleiden.net"
90 dhcp : False
91 compass : "w"
92 ns_ip : "172.16.4.58/29"
93 ns_mac : "00:15:6d:ea:ef:a7"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.