source: genesis/nodes/CNodeGeluidsnet2/wleiden.yaml@ 10936

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

Doe een import van de bridge unit dmv een scan.

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