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

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

Cosmetics.

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 interface : "ath0"
22 ip : "172.19.8.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "3"
27 ssid : "ap-WirelessLeiden-Houtmarkt"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Link naar Som1"
35 interface : "vr0"
36 ip : "172.16.17.220/29"
37 sdesc : "2som1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "52"
42 ssid : "il-z.som1.wleiden.net"
43 dhcp : False
44 compass : "nw"
45 ns_ip : "172.16.17.219/29"
46 ns_mac : "00:15:6d:70:54:9d"
47 status : "up"
48
49
50iface_vr1:
51 comment : "Naar Cetim1 richting ZW"
52 interface : "vr1"
53 ip : "172.16.17.148/29"
54 sdesc : "2cetim1"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "120"
59 ssid : "il-no.cetim1.wleiden.net"
60 dhcp : False
61 compass : "zw"
62 ns_ip : "172.16.17.147"
63 ns_mac : "00:15:6d:70:52:65"
64 status : "up"
65
66
67iface_vr2:
68 comment : "Extra AP"
69 interface : "vr2"
70 ip : "172.19.8.129/26"
71 sdesc : "ap2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "8"
76 ssid : "ap-WirelessLeiden-Houtmarkt2"
77 dhcp : "140-190"
78 compass : "None"
79 ns_ip : "172.19.8.130/26"
80 ns_mac : "00:15:6d:30:28:4e"
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.