source: genesis/nodes/CNodeHoutmarkt/wleiden.yaml@ 10927

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

Doe een import van de bridge unit dmv een scan.

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.16353"
8location : "Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden"
9longitude : "4.49858"
10masterip : "172.19.8.1"
11nodename : "Houtmarkt"
12nodetype : "CNode"
13rdnap_x : 94200
14rdnap_y : 464302
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Omni voor de buurt"
21 ip : "172.19.8.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "3"
26 ssid : "ap-WirelessLeiden-Houtmarkt"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Link naar Som1"
33 ip : "172.16.17.220/29"
34 sdesc : "2som1"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "52"
39 ssid : "il-z.som1.wleiden.net"
40 dhcp : False
41 compass : "nw"
42 ns_ip : "172.16.17.219/29"
43 ns_mac : "00:15:6d:70:54:9d"
44 bridge_type: "NanoStation5"
45 status : "up"
46
47
48iface_vr1:
49 comment : "Naar Cetim1 richting ZW"
50 ip : "172.16.17.148/29"
51 sdesc : "2cetim1"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "120"
56 ssid : "il-no.cetim1.wleiden.net"
57 dhcp : False
58 compass : "zw"
59 ns_ip : "172.16.17.147"
60 ns_mac : "00:15:6d:70:52:65"
61 status : "up"
62
63
64iface_vr2:
65 comment : "Extra AP"
66 ip : "172.19.8.129/26"
67 sdesc : "ap2"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "8"
72 ssid : "ap-WirelessLeiden-Houtmarkt2"
73 dhcp : "140-190"
74 ns_ip : "172.19.8.130/26"
75 ns_mac : "00:15:6d:30:28:4e"
76 bridge_type: "Bullet2"
77 status : "up"
78
79
Note: See TracBrowser for help on using the repository browser.