source: genesis/nodes/HybridROC2/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.7 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.1.1"
10monitoring_group: "wleiden"
11nodename : "ROC2"
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 Noord"
25 ip : "172.21.1.1/24"
26 sdesc : "ap-n"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Roc2"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar Zwet"
37 ip : "172.16.5.49/29"
38 sdesc : "2zwet"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "100"
43 ssid : "il-z.roc2.wleiden.net"
44 dhcp : False
45 compass : "z"
46 ns_ip : "172.16.5.50/29"
47 ns_mac : "00:27:22:8a:38:38"
48 bridge_type: "NanoStation M5"
49 status : "down"
50
51iface_ue0_alias0:
52 comment : "Link naar ZTWDorpskerk"
53 ip : "172.16.5.41/29"
54 sdesc : "2ztwdorpskerk"
55 type : "eth"
56 status : "up"
57
58iface_ue1:
59 comment : "Link naar LCPL"
60 ip : "172.16.5.17/29"
61 sdesc : "2lcpl"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "116"
66 ssid : "il-w.roc2.wleiden.net"
67 dhcp : False
68 compass : "w"
69 ns_ip : "172.16.5.18/29"
70 ns_mac : "00:15:6d:70:54:a3"
71 bridge_type: "NanoStation5"
72 status : "down"
73
74
75iface_ue1_alias0:
76 comment : "Link naar LivingLab"
77 ip : "172.16.5.2/29"
78 sdesc : "2livlab"
79 type : "eth"
80 status : "up"
81
82
83iface_vr0:
84 comment : "Ethernet naar ROC1"
85 ip : "172.16.3.90/30"
86 sdesc : "2roc1"
87 type : "eth"
88 dhcp : False
89 status : "up"
90
91
92iface_vr1:
93 comment : "Link naar JVC - 080"
94 ip : "172.16.5.36/29"
95 sdesc : "2jvc"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "108"
100 ssid : "il-w.jvc.wleiden.net"
101 dhcp : False
102 compass : "o"
103 ns_ip : "172.16.5.35/29"
104 ns_mac : "00:27:22:8a:3b:d5"
105 bridge_type: "NanoStation M5"
106 status : "up"
107
108
109iface_vr2:
110 comment : "Link naar Grip - 260"
111 ip : "172.16.5.25/29"
112 sdesc : "2grip"
113 mode : "station-wds"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 channel : "52"
117 ssid : "il-nw.roc2.wleiden.net"
118 dhcp : False
119 compass : "nw"
120 ns_ip : "172.16.5.26/29"
121 ns_mac : "00:15:6d:70:50:42"
122 bridge_type: "NanoStation5"
123 status : "down"
124
125
Note: See TracBrowser for help on using the repository browser.