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

Last change on this file since 12480 was 12480, checked in by rick, 11 years ago

Vieze 'truc' op static IP voor een MAC uit te delen.

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