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

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

All cosmetic fixes.

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"
10nodename : "ROC1"
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 west - 270"
24 ip : "172.21.0.1/24"
25 sdesc : "ap-w"
26 mode : "ap"
27 type : "11b"
28 channel : "8"
29 ssid : "ap-WirelessLeiden-Roc1"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Ronald - 180"
36 ip : "172.16.5.41/29"
37 sdesc : "2ronald"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "124"
42 ssid : "il-zw.roc2.wleiden.net"
43 dhcp : False
44 compass : "sw"
45 ns_ip : "172.16.5.42/29"
46 ns_mac : "00:27:22:8a:3b:2e"
47 status : "down"
48
49
50iface_ue1:
51 comment : "Link naar Zijloever - 015"
52 ip : "172.16.5.57/29"
53 sdesc : "2zijloever"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "108"
58 ssid : "il-no.roc1.wleiden.net"
59 dhcp : False
60 compass : "no"
61 ns_ip : "172.16.5.58/29"
62 ns_mac : "00:27:22:10:fe:52"
63 bridge_type: "NanoStation M5"
64 status : "down"
65
66
67iface_vr0:
68 comment : "Ethernet naar ROC2"
69 ip : "172.16.3.89/30"
70 sdesc : "2roc2"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr1:
77 comment : "Link naar Plantsoen2 - 000"
78 ip : "172.16.5.9/29"
79 sdesc : "2plantsoen"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "132"
84 ssid : "il-n.roc1.wleiden.net"
85 dhcp : False
86 compass : "n"
87 ns_ip : "172.16.5.10/29"
88 ns_mac : "00:15:6d:70:54:4f"
89 status : "up"
90
91
92iface_vr2:
93 comment : "Link naar Haagwijk - 225"
94 ip : "172.16.17.132/29"
95 sdesc : "2Haagwijk"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "140"
100 ssid : "il-o.haagwijk.wleiden.net"
101 dhcp : False
102 compass : "w"
103 ns_ip : "172.16.17.131/29"
104 ns_mac : "00:15:6d:70:54:52"
105 bridge_type: "NanoStation5"
106 status : "up"
107
108
Note: See TracBrowser for help on using the repository browser.