source: genesis/nodes/HybridROC2/wleiden.yaml@ 11528

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

Cosmetische cleanups

File size: 2.8 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
51
52iface_ue0_alias0:
53 comment : "Link naar ZTWDorpskerk"
54 ip : "172.16.5.41/29"
55 sdesc : "2ztwdorpskerk"
56 type : "eth"
57 status : "up"
58
59
60iface_ue1:
61 comment : "Link naar LCPL"
62 ip : "172.16.5.17/29"
63 sdesc : "2lcpl"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "116"
68 ssid : "il-w.roc2.wleiden.net"
69 dhcp : False
70 compass : "w"
71 ns_ip : "172.16.5.18/29"
72 ns_mac : "00:15:6d:70:54:a3"
73 bridge_type: "NanoStation5"
74 status : "down"
75
76
77iface_ue1_alias0:
78 comment : "Link naar LivingLab"
79 ip : "172.16.5.2/29"
80 sdesc : "2livlab"
81 type : "eth"
82 status : "up"
83
84
85iface_vr0:
86 comment : "Ethernet naar ROC1"
87 ip : "172.16.3.90/30"
88 sdesc : "2roc1"
89 type : "eth"
90 dhcp : False
91 status : "up"
92
93
94iface_vr1:
95 comment : "Link naar JVC - 080"
96 ip : "172.16.5.36/29"
97 sdesc : "2jvc"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "108"
102 ssid : "il-w.jvc.wleiden.net"
103 dhcp : False
104 compass : "o"
105 ns_ip : "172.16.5.35/29"
106 ns_mac : "00:27:22:8a:3b:d5"
107 bridge_type: "NanoStation M5"
108 status : "up"
109
110
111iface_vr2:
112 comment : "Link naar Grip - 260"
113 ip : "172.16.5.25/29"
114 sdesc : "2grip"
115 mode : "station-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "52"
119 ssid : "il-nw.roc2.wleiden.net"
120 dhcp : False
121 compass : "nw"
122 ns_ip : "172.16.5.26/29"
123 ns_mac : "00:15:6d:70:50:42"
124 bridge_type: "NanoStation5"
125 status : "down"
126
127
Note: See TracBrowser for help on using the repository browser.