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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

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 : 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 status : "up"
45
46
47iface_vr1:
48 comment : "Naar Cetim1 richting ZW"
49 ip : "172.16.17.148/29"
50 sdesc : "2cetim1"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "120"
55 ssid : "il-no.cetim1.wleiden.net"
56 dhcp : False
57 compass : "zw"
58 ns_ip : "172.16.17.147"
59 ns_mac : "00:15:6d:70:52:65"
60 status : "up"
61
62
63iface_vr2:
64 comment : "Extra AP"
65 ip : "172.19.8.129/26"
66 sdesc : "ap2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "8"
71 ssid : "ap-WirelessLeiden-Houtmarkt2"
72 dhcp : "140-190"
73 ns_ip : "172.19.8.130/26"
74 ns_mac : "00:15:6d:30:28:4e"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.