source: genesis/nodes/CNodeIMI/wleiden.yaml@ 11070

Last change on this file since 11070 was 11070, checked in by huub, 13 years ago

config aanpassingen voor imi en stadhuis

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15454"
8location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
9longitude : "4.48724"
10masterip : "172.17.24.1"
11nodename : "IMI"
12nodetype : "CNode"
13rdnap_x : 93412
14rdnap_y : 463311
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.17.24.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "8"
26 ssid : "ap-WirelessLeiden-Imi"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Link naar Thomas"
33 ip : "172.16.16.52/29"
34 sdesc : "2thomas"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "7"
39 ssid : "il-zw.thomas.wleiden.net"
40 dhcp : False
41 compass : "no"
42 ns_ip : "172.16.16.51/29"
43 ns_mac : "00:15:6D:70:54:A5"
44 bridge_type: "NanoStation5"
45 status : "up"
46
47
48iface_vr0:
49 comment : "Link naar RijnVliet"
50 ip : "172.16.5.244/29"
51 sdesc : "2rijnvliet"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "60"
56 ssid : "il-no.rv.wleiden.net"
57 dhcp : False
58 compass : "zw"
59 ns_ip : "172.16.5.243/29"
60 ns_mac : "00:15:6d:ec:81:ee"
61 bridge_type: "NanoStation5"
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar CeTIM2"
67 ip : "172.16.16.252/29"
68 sdesc : "2cetim2"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "116"
73 ssid : "il-zw.cetim2.wleiden.net"
74 dhcp : False
75 compass : "no"
76 ns_ip : "172.16.16.251/29"
77 ns_mac : "00:15:6d:f2:39:37"
78 bridge_type: "NanoStation5"
79 status : "up"
80
81
82iface_vr2:
83 comment : "extra ap"
84 ip : "172.17.42.1/24"
85 sdesc : "ap2"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "4"
90 ssid : "ap2-WirelessLeiden-imi"
91 dhcp : "10-250"
92 compass : "w"
93 ns_ip : "172.17.42.2/24"
94 ns_mac : "00:15:6d:e8:f9:de"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.