source: genesis/nodes/HybridGeluidsnet1/wleiden.yaml@ 11265

Last change on this file since 11265 was 11255, checked in by huub, 13 years ago

geluidsnet nu hybride

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16254"
7location : "Oude Belastingkantoor, Stationsplein 107, XXXX XX, Leiden"
8longitude : "4.47908"
9masterip : "172.17.3.1"
10nodename : "Geluidsnet1"
11nodetype : "Hybrid"
12rdnap_x : 92865
13rdnap_y : 464209
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21iface_ath0:
22 comment : "Ap"
23 ip : "172.17.3.1/24"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-WirelessLeiden-Geluidsnet1"
29 dhcp : "10-250"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Geluidsnet2"
35 ip : "172.16.4.185/30"
36 sdesc : "2geluidsnet2"
37 type : "eth"
38 dhcp : False
39 status : "up"
40
41
42iface_vr0:
43 comment : "Link naar Webcam"
44 ip : "172.16.16.1/30"
45 sdesc : "2webcam"
46 type : "eth"
47 dhcp : False
48 status : "up"
49
50
51iface_vr1:
52 comment : "Link naar Lebkov"
53 ip : "172.16.17.225/29"
54 sdesc : "2lebkov"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "36"
59 ssid : "il-n.geluidsnet1.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.17.226/29"
63 ns_mac : "00:15:6d:ec:81:7b"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr2:
69 comment : "Link naar DirkLos1"
70 ip : "172.16.4.153/29"
71 sdesc : "2dirklos1"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-zw.geluidsnet1.wleiden.net"
77 dhcp : False
78 compass : "nw"
79 ns_ip : "172.16.4.154/29"
80 ns_mac : "00:15:6d:ec:82:8c"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.