source: genesis/nodes/CNodeGeluidsnet1/wleiden.yaml@ 10983

Last change on this file since 10983 was 10892, checked in by rick, 13 years ago

Doe een import van de bridge unit dmv een scan.

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