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

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

MAC in lowercase please, standard system format.

File size: 2.4 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"
12nodename : "Meerburg"
13nodetype : "Hybrid"
14rdnap_x : "095341"
15rdnap_y : 461984
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Ap binnen RKVV Meerburg"
27 ip : "172.17.22.1/26"
28 sdesc : "apbinnen"
29 mode : "ap"
30 type : "11b"
31 channel : "6"
32 ssid : "ap-WirelessLeiden-Binnen"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar JVC"
39 ip : "172.16.4.244/29"
40 sdesc : "2jvc"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "60"
45 ssid : "il-o.jvc.wleiden.net"
46 dhcp : False
47 compass : "w"
48 ns_ip : "172.16.4.243/29"
49 ns_mac : "00:27:22:8a:3d:57"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_ue1:
55 comment : "Link naar Meerburg"
56 ip : "172.16.5.81/29"
57 sdesc : "2meerburg"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "116"
62 ssid : "il-no.meerburg.wleiden.net"
63 dhcp : False
64 compass : "ne"
65 ns_ip : "172.16.5.82/29"
66 ns_mac : "00:27:22:ba:3b:2c"
67 bridge_type: "NanoStation M5"
68 status : "down"
69
70
71iface_vr0:
72 comment : "Ethernet naar lokaal internet"
73 ip : "0.0.0.0/30"
74 sdesc : "2internet"
75 type : "eth"
76 dhcp : "client"
77 status : "up"
78
79
80iface_vr1:
81 comment : "Ethernet naar aps-switch"
82 ip : "172.17.27.1/24"
83 sdesc : "2aps"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 ssid : "ap-WirelessLeiden-Meerburg"
87 dhcp : "10-254"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Link naar Roomburgh1"
93 ip : "172.16.5.73/29"
94 sdesc : "2roomburgh1"
95 mode : "ap-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "128"
99 ssid : "il-nw.meerburg.wleiden.net"
100 dhcp : False
101 compass : "n"
102 ns_ip : "172.16.5.74/29"
103 ns_mac : "00:27:22:10:fd:ea"
104 bridge_type: "NanoStation M5"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.