source: genesis/nodes/Houtmarkt/wleiden.yaml@ 13634

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

link van DeKijker naar Akzo2 rechtstreeks niet naar JorisdeWitte ivm nano ap bij akzo2

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16353"
7location : "Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden"
8longitude : "4.49858"
9masterip : "172.19.8.1"
10monitoring_group: "wleiden"
11nodename : "Houtmarkt"
12nodetype : "Hybrid"
13rdnap_x : 94200
14rdnap_y : 464302
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 : "Omni voor de buurt"
26 ip : "172.19.8.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Link naar Som1"
38 ip : "172.16.17.220/29"
39 sdesc : "2som1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "52"
44 ssid : "il-z.som1.wleiden.net"
45 dhcp : False
46 compass : "nw"
47 ns_ip : "172.16.17.219/29"
48 ns_mac : "04:18:d6:56:ad:51"
49 bridge_type: "NanoStationM5"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Naar Cetim1 richting ZW"
55 ip : "172.16.17.148/29"
56 sdesc : "2cetim1"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "120"
61 ssid : "il-no.cetim1.wleiden.net"
62 dhcp : False
63 compass : "zw"
64 ns_ip : "172.16.17.147"
65 ns_mac : "04:18:d6:cc:02:0c"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Extra AP"
72 ip : "172.17.43.1/24"
73 sdesc : "ap2"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "8"
78 ssid : "ap-WirelessLeiden-Houtmarkt2"
79 dhcp : "10-250"
80 ns_ip : "172.17.43.2"
81 ns_mac : "00:15:6d:30:28:4e"
82 bridge_type: "Bullet2"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.