source: genesis/nodes/ZTWDorpskerk/wleiden.yaml@ 13581

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

./tools/gformat.py cleanup

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.12129"
6location : "Dorpskerk, Dorpsstraat 17, 2381 EK Zoeterwoude"
7longitude : "4.49724"
8masterip : "172.17.61.1"
9monitoring_group: "wleiden"
10nodename : "ZTWDorpskerk"
11nodetype : "Hybrid"
12rdnap_x : 94051
13rdnap_y : 459604
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor Binnen"
25 ip : "172.17.61.1/24"
26 sdesc : "2buurt"
27 mode : "ap"
28 type : "11g"
29 channel : 6
30 ssid : "ap-ZTW-Dorpskerk-Binnen"
31 dhcp : "10-240"
32 status : "up"
33
34
35iface_ue1:
36 comment : "Link naar StJan"
37 ip : "172.16.5.108/29"
38 sdesc : "2StJan"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "108"
43 ssid : "il-nw.stjan.wleiden.net"
44 dhcp : False
45 compass : "z"
46 ns_ip : "172.16.5.107/29"
47 ns_mac : "00:27:22:8a:3b:e6"
48 bridge_type: "NanoStation M5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Link naar HybridROC2"
54 ip : "172.16.5.44/29"
55 sdesc : "2HybridROC1"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "124"
60 ssid : "il-z.roc2.wleiden.net"
61 dhcp : False
62 compass : "n"
63 ns_ip : "172.16.5.43/29"
64 ns_mac : "00:27:22:8a:3b:bb"
65 bridge_type: "NanoStation M5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Link naar ZTWGemeentehuis"
71 ip : "172.16.4.217/29"
72 sdesc : "2ZTWGemeentehuis"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "124"
77 ssid : "il-nno.ztwdorpskerk.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.4.218/29"
81 ns_mac : "00:27:22:8a:3d:0d"
82 bridge_type: "NanoStation M5"
83 status : "up"
84
85
86iface_vr1_alias0:
87 comment : "Link naar Suetanborgh"
88 ip : "172.16.9.97/29"
89 type : "eth"
90 status : "planned"
91
92
93iface_vr2:
94 comment : "Omni voor de Buurt"
95 ip : "172.17.62.1/24"
96 sdesc : "2buurt"
97 mode : "ap"
98 type : "eth"
99 channel : "10"
100 ssid : "ap-ZTW-Dorpskerk-Plein"
101 dhcp : "10-240"
102 compass : "o"
103 ns_ip : "172.17.62.2/24"
104 ns_mac : "00:15:6d:30:d2:b8"
105 bridge_type: "NanoStation2"
106 status : "up"
107
108
Note: See TracBrowser for help on using the repository browser.