source: genesis/nodes/HybridRabo1/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
8longitude : "4.48901"
9masterip : "172.19.136.1"
10nodename : "Rabo1"
11nodetype : "Hybrid"
12rdnap_x : 93554
13rdnap_y : 464974
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 oost"
24 ip : "172.19.136.1/24"
25 sdesc : "ap-o"
26 mode : "ap"
27 type : "11b"
28 channel : "10"
29 ssid : "ap-WirelessLeiden-Rabo1"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar AZC"
36 ip : "172.16.3.129/29"
37 sdesc : "2azc"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "5"
42 ssid : "il-w.rabo1.wleiden.net"
43 dhcp : False
44 compass : "w"
45 ns_ip : "172.16.3.130/29"
46 ns_mac : "00:15:6d:e8:f9:5e"
47 status : "down"
48
49
50iface_ue1:
51 comment : "Ap-noord"
52 ip : "172.17.44.1/24"
53 sdesc : "2apnoord"
54 mode : "ap"
55 type : "eth"
56 channel : "3"
57 ssid : "ap2-WirelessLeiden-Rabo1"
58 dhcp : "10-250"
59 compass : "n"
60 ns_ip : "172.17.44.2/24"
61 ns_mac : "00:15:6d:d4:f8:3e"
62 status : "up"
63
64
65iface_vr0:
66 comment : "Ethernet naar Rabo2"
67 ip : "172.19.137.65/30"
68 sdesc : "2rabo2"
69 type : "eth"
70 dhcp : False
71 status : "up"
72
73
74iface_vr1:
75 comment : "A-link naar NodeHuub"
76 ip : "172.16.4.9/29"
77 sdesc : "2huub"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-z.rabo1.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.4.10/29"
86 ns_mac : "00:15:6d:70:53:6a"
87 bridge_type: "NanoStation5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "InterLink naar SOM"
93 ip : "172.16.16.20/29"
94 sdesc : "2som"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "140"
99 ssid : "il-w.som2.wleiden.net"
100 dhcp : False
101 compass : "o"
102 ns_ip : "172.16.16.19/29"
103 ns_mac : "00:15:6d:70:54:62"
104 bridge_type: "NanoStation5"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.