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

Last change on this file since 11554 was 11554, checked in by rick, 12 years ago

Cleanup actie.

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