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

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

aangepaste configs stadhuis en imi ivm extra nanostations

File size: 2.4 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 : "10"
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-z.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 status : "down"
45
46
47iface_ue1:
48 comment : "Link naar LvLz"
49 ip : "172.16.5.1/29"
50 sdesc : "2lvlz"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 dhcp : False
55 ns_ip : "172.16.5.2/29"
56 ns_mac : "00:15:6d:e8:f9:b8"
57 status : "down"
58
59
60iface_vr0:
61 comment : "Link naar RijnVliet"
62 ip : "172.16.5.244/29"
63 sdesc : "2rijnvliet"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "60"
68 ssid : "il-no.rv.wleiden.net"
69 dhcp : False
70 compass : "zw"
71 ns_ip : "172.16.5.243/29"
72 ns_mac : "00:15:6d:ec:81:ee"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr1:
78 comment : "Link naar CeTIM2"
79 ip : "172.16.16.252/29"
80 sdesc : "2cetim2"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "116"
85 ssid : "il-zw.cetim2.wleiden.net"
86 dhcp : False
87 compass : "no"
88 ns_ip : "172.16.16.251/29"
89 ns_mac : "00:15:6d:f2:39:37"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
94iface_vr2:
95 comment : "B-link naar Grip"
96 ip : "172.16.5.249/29"
97 sdesc : "b2grip"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "4"
102 ssid : "il-zo.imi.wleiden.net"
103 dhcp : False
104 compass : "se"
105 ns_ip : "172.16.5.250/29"
106 ns_mac : "00:15:6d:e8:f9:de"
107 status : "down"
108
109
Note: See TracBrowser for help on using the repository browser.