source: genesis/nodes/HybridHoutmarkt/wleiden.yaml@ 11615

Last change on this file since 11615 was 11554, checked in by rick, 12 years ago

Cleanup actie.

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
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.19.8.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Houtmarkt"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Link naar Som1"
37 ip : "172.16.17.220/29"
38 sdesc : "2som1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "52"
43 ssid : "il-z.som1.wleiden.net"
44 dhcp : False
45 compass : "nw"
46 ns_ip : "172.16.17.219/29"
47 ns_mac : "00:15:6d:70:54:9d"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Naar Cetim1 richting ZW"
54 ip : "172.16.17.148/29"
55 sdesc : "2cetim1"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "120"
60 ssid : "il-no.cetim1.wleiden.net"
61 dhcp : False
62 compass : "zw"
63 ns_ip : "172.16.17.147"
64 ns_mac : "00:15:6d:70:52:65"
65 status : "up"
66
67
68iface_vr2:
69 comment : "Extra AP"
70 ip : "172.17.43.1/24"
71 sdesc : "ap2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "8"
76 ssid : "ap-WirelessLeiden-Houtmarkt2"
77 dhcp : "10-250"
78 ns_ip : "172.17.43.2"
79 ns_mac : "00:15:6d:30:28:4e"
80 bridge_type: "Bullet2"
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.