source: genesis/nodes/HybridMeerburg/wleiden.yaml@ 13266

Last change on this file since 13266 was 12637, checked in by huub, 11 years ago

enkele config foutjes gecorrigeerd

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.14282"
8location : "RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk"
9longitude : "4.51566"
10masterip : "172.17.22.1"
11monitoring_group: "wleiden"
12no_portal : ['58:12:43:AA:6E:D6']
13nodename : "Meerburg"
14nodetype : "Hybrid"
15rdnap_x : "095341"
16rdnap_y : 461984
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "up"
24whitelist : ['58:12:43:AA:6E:D6']
25
26
27iface_ath0:
28 comment : "Ap binnen RKVV Meerburg"
29 ip : "172.17.22.1/26"
30 sdesc : "apbinnen"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "ap-WirelessLeiden-Binnen"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar JVC"
41 ip : "172.16.4.244/29"
42 sdesc : "2jvc"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "60"
47 ssid : "il-o.jvc.wleiden.net"
48 dhcp : False
49 compass : "w"
50 ns_ip : "172.16.4.243/29"
51 ns_mac : "00:27:22:8a:3d:57"
52 bridge_type: "NanoStation M5"
53 status : "up"
54
55
56iface_ue1:
57 comment : "Link naar Meerburgkerk"
58 ip : "172.16.5.81/29"
59 sdesc : "2meerburgkerk"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "116"
64 ssid : "il-no.meerburg.wleiden.net"
65 dhcp : False
66 compass : "no"
67 ns_ip : "172.16.5.82/29"
68 ns_mac : "00:27:22:8a:3b:2c"
69 bridge_type: "NanoStation M5"
70 status : "up"
71
72
73iface_vr0:
74 comment : "Ethernet naar lokaal internet"
75 ip : "0.0.0.0/30"
76 sdesc : "2internet"
77 type : "eth"
78 dhcp : "client"
79 status : "up"
80
81
82iface_vr1:
83 comment : "Ethernet naar aps-switch"
84 ip : "172.17.27.1/24"
85 sdesc : "2aps"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 ssid : "ap-WirelessLeiden-Meerburg"
89 dhcp : "10-254"
90 bridge_type: "NanoStation M2"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Link naar Roomburgh1"
96 ip : "172.16.5.73/29"
97 sdesc : "2roomburgh1"
98 mode : "ap-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "128"
102 ssid : "il-nw.meerburg.wleiden.net"
103 dhcp : False
104 compass : "n"
105 ns_ip : "172.16.5.74/29"
106 ns_mac : "00:27:22:10:fd:ea"
107 bridge_type: "NanoStation M5"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.