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

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

foutje in ROC2 config - type

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