source: genesis/nodes/HybridZTWCasba/wleiden.yaml@ 11548

Last change on this file since 11548 was 11548, checked in by huub, 12 years ago

config voor ZTWCasba

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX"
5comment : "None"
6latitude : "52.13785"
7location : "Casba, Hoge Rijndijk 315, 2382 AP, Zoeterwoude Rijndijk"
8longitude : "4.54944"
9masterip : "172.17.58.1"
10monitoring_group: "wleiden"
11nodename : "ZTWCasba"
12nodetype : "Hybrid"
13rdnap_x : 97646
14rdnap_y : 461403
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ue0:
24 comment : "link naar OLVOO"
25 ip : "172.16.6.161/29"
26 sdesc : "2OLVOO"
27 mode : "ap-wds"
28 type : "eth"
29 extra_type : "eth2wifibridge"
30 channel : ""
31 ssid : "il-w.casba.wleiden.net"
32 dhcp : False
33 ns_ip : "172.16.6.162"
34 ns_mac : "00:15:6D:XX:XX:XX"
35 bridge_type: "NanoStation5M"
36 status : "up"
37
38
39iface_ue1:
40 comment : "link naar HMKerk"
41 ip : "172.16.5.252/29"
42 sdesc : "2hmkerk"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : ""
47 ssid : "il-zw.hmkerk.wleiden.net"
48 dhcp : False
49 ns_ip : "172.16.5.251"
50 ns_mac : "00:15:6D:XX:XX:XX"
51 bridge_type: "NanoStation5M"
52 status : "up"
53
54
55iface_vr0:
56 comment : "accesspoints via switch"
57 ip : $masterip/24
58 sdesc : "2aps"
59 mode : "ap"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "3"
63 ssid : "apw-ZTW-RijnekeBlvd"
64 dhcp : "10-250"
65 compass : "w"
66 ns_ip : "172.17.58.2/24"
67 ns_mac : "00:15:6D:X:X:X"
68 bridge_type: "NanoStation2M"
69 status : "up"
70
71
72iface_vr1:
73 comment : "link naar wbrotary"
74 ip : "172.16.18.28/29"
75 sdesc : "2wbrotary"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 ssid : "il-wzw.wbrotary.wleiden.net"
80 channel : "44"
81 dhcp : False
82 compass : "no"
83 ns_ip : "172.16.18.27/29"
84 ns_mac : "00:15:6d:XX:XX:XX"
85 bridge_type: "NanoStation5M"
86 status : "up"
87
88
89iface_vr2:
90 comment : "link naar SJO"
91 ip : "172.16.6.169/29"
92 sdesc : "2SJO"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "116"
97 ssid : "il-w.casba.wleiden.net"
98 dhcp : False
99 compass : "w"
100 ns_ip : "172.16.6.170/29"
101 ns_mac : "00:15:6d:XX:XX:XX"
102 bridge_type: "NanoStation5M"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.