source: genesis/nodes/HybridLHS/wleiden.yaml@ 10701

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

Cleanup and sync of the config files. Please do mind the
service_accesspoint=True always applies for now.

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