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

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

hybridconfigs voor Haagwijk en ROCs

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.1.1"
10nodename : "ROC2"
11nodetype : "Hybrid"
12rdnap_x : 93822
13rdnap_y : 462243
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP Noord"
24 ip : "172.21.1.1/24"
25 sdesc : "ap-n"
26 mode : "ap"
27 type : "11b"
28 channel : "3"
29 ssid : "ap-WirelessLeiden-Roc2"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Zwet"
36 ip : "172.16.5.49/29"
37 sdesc : "2zwet"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "100"
42 ssid : "il-z.roc2.wleiden.net"
43 dhcp : False
44 compass : "z"
45 ns_ip : "172.16.5.50/29"
46 ns_mac : "00:27:22:8a:38:38"
47 bridge_type: "NanoStation M5"
48 status : "down"
49
50
51iface_ue1:
52 comment : "Link naar LCPL"
53 ip : "172.16.5.17/29"
54 sdesc : "2lcpl"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "116"
59 ssid : "il-w.roc2.wleiden.net"
60 dhcp : False
61 compass : "w"
62 ns_ip : "172.16.5.18/29"
63 ns_mac : "00:15:6d:70:54:a3"
64 bridge_type: "NanoStation5"
65 status : "down"
66
67
68iface_vr0:
69 comment : "Ethernet naar ROC1"
70 ip : "172.16.3.90/30"
71 sdesc : "2roc1"
72 type : "eth"
73 dhcp : False
74 status : "up"
75
76
77iface_vr1:
78 comment : "Link naar JVC - 080"
79 ip : "172.16.5.36/29"
80 sdesc : "2jvc"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "108"
85 ssid : "il-w.jvc.wleiden.net"
86 dhcp : False
87 compass : "o"
88 ns_ip : "172.16.5.35/29"
89 ns_mac : "00:27:22:8a:3b:d5"
90 bridge_type: "NanoStation M5"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Link naar Grip - 260"
96 ip : "172.16.5.25/29"
97 sdesc : "2grip"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "52"
102 ssid : "il-nw.roc2.wleiden.net"
103 dhcp : False
104 compass : "nw"
105 ns_ip : "172.16.5.26/29"
106 ns_mac : "00:15:6d:70:50:42"
107 bridge_type: "NanoStation5"
108 status : "down"
109
110
Note: See TracBrowser for help on using the repository browser.