source: genesis/nodes/CNodeRegenboog/wleiden.yaml@ 12283

Last change on this file since 12283 was 11738, checked in by rick, 12 years ago

Allign at channels to match the 801.11g recommendations.

File size: 1.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17869"
8location : "Basisschool De Tweemaster, Regenboogpad 5, 2317 XK, Leiden"
9longitude : "4.51535"
10masterip : "172.21.152.1"
11monitoring_group: "wleiden"
12nodename : "Regenboog"
13nodetype : "CNode"
14rdnap_x : 95368
15rdnap_y : 465975
16release : "8.0-RELEASE"
17status : "dw"
18
19
20iface_ath0:
21 comment : "Ap voor de buurt"
22 ip : "172.21.152.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11g"
26 channel : 11
27 ssid : "ap-wirelessleiden.regenboog"
28 dhcp : "10-60"
29 compass : "wirelessleiden"
30 status : "up"
31
32
33iface_sis0:
34 comment : "Ethernet naar Regenboog"
35 ip : "172.21.152.65/28"
36 sdesc : "eth"
37 type : "eth"
38 dhcp : "70-78"
39 status : "up"
40
41
42iface_sis1:
43 comment : "Link naar Rosmolen"
44 ip : "172.16.2.66/30"
45 sdesc : "2rosmolen"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "11"
50 ssid : "il-o.rosmolen.wleiden.net"
51 dhcp : False
52 compass : "e"
53 ns_mac : ""
54 status : "up"
55
56
57iface_wi0:
58 comment : "Link naar oost -> Polder"
59 ip : "172.16.3.17/30"
60 sdesc : "2oost"
61 mode : "ap"
62 type : "11g"
63 channel : 6
64 ssid : "il-o.regenboog.wleiden.net"
65 dhcp : False
66 compass : "e"
67 status : "up"
68
69
Note: See TracBrowser for help on using the repository browser.