source: genesis/nodes/HybridROC1/wleiden.yaml@ 11521

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

Finale configuratie ZTWDorpskerk.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.14498"
7location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
8longitude : "4.49342"
9masterip : "172.21.0.1"
10monitoring_group: "wleiden"
11nodename : "ROC1"
12nodetype : "Hybrid"
13rdnap_x : 93822
14rdnap_y : 462243
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap west - 270"
25 ip : "172.21.0.1/24"
26 sdesc : "ap-w"
27 mode : "ap"
28 type : "11b"
29 channel : "8"
30 ssid : "ap-WirelessLeiden-Roc1"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar Unused - 180"
37 ip : "172.16.5.185/29"
38 sdesc : "2Unused"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "124"
43 ssid : "il-zw.roc2.wleiden.net"
44 dhcp : False
45 compass : "zw"
46 ns_ip : "172.16.5.186/29"
47 ns_mac : "00:27:22:8a:3b:2e"
48 status : "up"
49
50
51iface_ue1:
52 comment : "Link naar Zijloever - 015"
53 ip : "172.16.5.57/29"
54 sdesc : "2zijloever"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "108"
59 ssid : "il-no.roc1.wleiden.net"
60 dhcp : False
61 compass : "no"
62 ns_ip : "172.16.5.58/29"
63 ns_mac : "00:27:22:10:fe:52"
64 bridge_type: "NanoStation M5"
65 status : "down"
66
67
68iface_vr0:
69 comment : "Ethernet naar ROC2"
70 ip : "172.16.3.89/30"
71 sdesc : "2roc2"
72 type : "eth"
73 dhcp : False
74 status : "up"
75
76
77iface_vr1:
78 comment : "Link naar Plantsoen2 - 000"
79 ip : "172.16.5.9/29"
80 sdesc : "2plantsoen"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "132"
85 ssid : "il-n.roc1.wleiden.net"
86 dhcp : False
87 compass : "n"
88 ns_ip : "172.16.5.10/29"
89 ns_mac : "00:15:6d:70:54:4f"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Link naar Haagwijk - 225"
95 ip : "172.16.17.132/29"
96 sdesc : "2Haagwijk"
97 mode : "station-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "140"
101 ssid : "il-o.haagwijk.wleiden.net"
102 dhcp : False
103 compass : "w"
104 ns_ip : "172.16.17.131/29"
105 ns_mac : "00:15:6d:70:54:52"
106 bridge_type: "NanoStation5"
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.