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

Last change on this file since 13401 was 13354, checked in by huub, 9 years ago

gateway statement toegevoegd aan yaml

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.1.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 : "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 : "WiFi-Leiden"
89 channel : "1"
90 mode : "ap"
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
98iface_vr1_extra0:
99 comment : "AP zuid via switch"
100 channel : "1"
101 ssid : "WiFi-Leiden"
102 type : "eth"
103 compass : "z"
104 ip : "172.17.27.3/24"
105 ns_mac : "00:15:6d:30:d2:b6"
106 bridge_type: "NanoStation2"
107 status : "up"
108
109iface_vr2:
110 comment : "Link naar Roomburgh1"
111 ip : "172.16.5.73/29"
112 sdesc : "2roomburgh1"
113 mode : "ap-wds"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 channel : "128"
117 ssid : "il-nw.meerburg.wleiden.net"
118 dhcp : False
119 compass : "n"
120 ns_ip : "172.16.5.74/29"
121 ns_mac : "00:27:22:10:fd:ea"
122 bridge_type: "NanoStation M5"
123 status : "up"
124
Note: See TracBrowser for help on using the repository browser.