source: genesis/nodes/HybridGeluidsnet2/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16200"
7location : "Oude Belastingkantoor, Stationsplein 107, XXXX XX, Leiden"
8longitude : "4.48003"
9masterip : "172.17.5.1"
10nodename : "Geluidsnet2"
11nodetype : "Hybrid"
12rdnap_x : 92929
13rdnap_y : 464148
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"
24 ip : "172.17.5.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "10"
29 ssid : "ap-WirelessLeiden-Geluidsnet2"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Rund"
36 ip : "172.16.4.209/29"
37 sdesc : "2rund"
38 mode : "station-wds"
39 type : "eth"
40 channel : "64"
41 ssid : "il-o.geluidsnet2.wleiden.net"
42 dhcp : False
43 compass : "o"
44 ns_ip : "172.16.4.210/29"
45 ns_mac : "00:15:6d:70:4d:a3"
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Link naar Geluidsnet1"
52 ip : "172.16.4.186/30"
53 sdesc : "2geluidsnet1"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 dhcp : False
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar Webster"
62 ip : "172.16.4.193/29"
63 sdesc : "2webster"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "132"
68 ssid : "il-z.geluidsnet2.wleiden.net"
69 dhcp : False
70 compass : "zo"
71 ns_ip : "172.16.4.194/29"
72 ns_mac : "00:15:6d:70:4d:6a"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Link naar vosko3"
79 ip : "172.16.4.204/29"
80 sdesc : "2vosko3"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "100"
85 ssid : "il-wnw.vosko3.wleiden.net"
86 dhcp : False
87 compass : "zo"
88 ns_ip : "172.16.4.203/29"
89 ns_mac : "00:15:6d:ec:82:96"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.