source: genesis/nodes/CNodeLHS/wleiden.yaml@ 10273

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

foute ip ranges aps gecorrigeerd met dank aan Richard

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.47694"
8location : "De Leidse Houtschool,Adriaan Pauwstraat 1,2334 CG,Leiden"
9longitude : "52.17305"
10masterip : "172.17.21.1"
11nodename : "LHS"
12nodetype : "CNode"
13rdnap_x : 92733
14rdnap_y : 465380
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.17.21.1/24"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-WirelessLeiden-Lhs0"
29 dhcp : "10-110"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "extra ap schoolplein"
36 interface : "ue0"
37 ip : "172.17.18.1/24"
38 desc : "ap1"
39 sdesc : "ap1"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "9"
44 ssid : "ap-WirelessLeiden-Lhs1"
45 dhcp : "10-100"
46 compass : "None"
47 ns_ip : "172.17.18.2/24"
48 ns_mac : ""
49 status : "down"
50
51
52iface_vr0:
53 comment : "Link naar proxy20"
54 interface : "vr0"
55 ip : "172.16.4.137/29"
56 desc : "Link naar proxy20"
57 sdesc : "2proxy20"
58 type : "eth"
59 dhcp : "no"
60 compass : "None"
61 status : "down"
62
63
64iface_vr1:
65 comment : "Link naar Psycho"
66 interface : "vr1"
67 ip : "172.16.3.52/29"
68 desc : "Link naar Psycho"
69 sdesc : "2psycho"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "116"
74 ssid : "il-n.psycho.wleiden.net"
75 dhcp : "no"
76 compass : "s"
77 ns_ip : "172.16.3.51/29"
78 ns_mac : "00:27:22:10:FD:8A"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Link naar Lijtweg2"
84 interface : "vr2"
85 ip : "172.16.3.116/29"
86 desc : "link naar Lijtweg2"
87 sdesc : "2lijtweg2"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "132"
92 ssid : "il-z.lijtweg2.wleiden.net"
93 dhcp : "no"
94 compass : "n"
95 ns_ip : "172.16.3.115/29"
96 ns_mac : "00:27:22:8A:3A:03"
97 status : "down"
98
99
Note: See TracBrowser for help on using the repository browser.