source: genesis/nodes/Meerburg/wleiden.yaml@ 13597

Last change on this file since 13597 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
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 : "WiFi-Leiden"
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 : "192.168.178.20/24"
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 mode : "ap"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "1"
90 ssid : "WiFi-Leiden"
91 dhcp : "10-254"
92 compass : "n"
93 ns_ip : "172.17.27.2/24"
94 ns_mac : "00:27:22:16:77:77"
95 bridge_type: "NanoStation2"
96 status : "up"
97
98
99iface_vr1_extra0:
100 comment : "AP zuid via switch"
101 ip : "172.17.27.3/24"
102 type : "eth"
103 channel : "1"
104 ssid : "WiFi-Leiden"
105 compass : "z"
106 ns_mac : "00:15:6d:30:d2:b6"
107 bridge_type: "NanoStation2"
108 status : "up"
109
110
111iface_vr2:
112 comment : "Link naar Roomburgh1"
113 ip : "172.16.5.73/29"
114 sdesc : "2roomburgh1"
115 mode : "ap-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "128"
119 ssid : "il-nw.meerburg.wleiden.net"
120 dhcp : False
121 compass : "n"
122 ns_ip : "172.16.5.74/29"
123 ns_mac : "00:27:22:10:fd:ea"
124 bridge_type: "NanoStation M5"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.