source: genesis/nodes/HybridRabo1/wleiden.yaml@ 11738

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

Allign at channels to match the 801.11g recommendations.

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
8longitude : "4.48901"
9masterip : "172.19.136.1"
10monitoring_group: "wleiden"
11nodename : "Rabo1"
12nodetype : "Hybrid"
13rdnap_x : 93554
14rdnap_y : 464974
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 : "Ap oost"
26 ip : "172.19.136.1/24"
27 sdesc : "ap-o"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-Rabo1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar AZC"
38 ip : "172.16.3.129/29"
39 sdesc : "2azc"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "5"
44 ssid : "il-w.rabo1.wleiden.net"
45 dhcp : False
46 compass : "w"
47 ns_ip : "172.16.3.130/29"
48 ns_mac : "00:15:6d:e8:f9:5e"
49 bridge_type: "Bullet2"
50 status : "down"
51
52
53iface_ue1:
54 comment : "Ap-noord"
55 ip : "172.17.44.1/24"
56 sdesc : "2apnoord"
57 mode : "ap"
58 type : "eth"
59 channel : "1"
60 ssid : "ap-WirelessLeiden-Rabo2"
61 dhcp : "10-250"
62 compass : "n"
63 ns_ip : "172.17.44.2/24"
64 ns_mac : "00:15:6d:d4:f8:3e"
65 bridge_type: "Bullet2"
66 status : "up"
67
68
69iface_vr0:
70 comment : "Ethernet naar Rabo2"
71 ip : "172.19.137.65/30"
72 sdesc : "2rabo2"
73 type : "eth"
74 dhcp : False
75 status : "up"
76
77
78iface_vr1:
79 comment : "A-link naar NodeHuub"
80 ip : "172.16.4.9/29"
81 sdesc : "2huub"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "44"
86 ssid : "il-z.rabo1.wleiden.net"
87 dhcp : False
88 compass : "z"
89 ns_ip : "172.16.4.10/29"
90 ns_mac : "00:15:6d:70:53:6a"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
95iface_vr1_alias0:
96 comment : "A-link naar CeTIM2"
97 ip : "172.16.4.97/29"
98 sdesc : "2cetim2"
99 type : "eth"
100 status : "up"
101
102
103iface_vr2:
104 comment : "InterLink naar SOM"
105 ip : "172.16.16.20/29"
106 sdesc : "2som"
107 mode : "station-wds"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 channel : "140"
111 ssid : "il-w.som2.wleiden.net"
112 dhcp : False
113 compass : "o"
114 ns_ip : "172.16.16.19/29"
115 ns_mac : "00:15:6d:70:54:62"
116 bridge_type: "NanoStation5"
117 status : "up"
118
119
Note: See TracBrowser for help on using the repository browser.