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

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

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 : 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_incoming_rdr: False
18service_proxy_ileiden: True
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap"
25 interface : "ath0"
26 ip : "172.17.21.1/24"
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 sdesc : "ap1"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "9"
46 ssid : "ap-WirelessLeiden-Lhs1"
47 dhcp : "10-100"
48 compass : "None"
49 ns_ip : "172.17.18.2/24"
50 ns_mac : " 00:15:6D:30:28:3C"
51 status : "down"
52
53
54iface_vr0:
55 comment : "External Link"
56 interface : "vr0"
57 ip : "0.0.0.0/30"
58 sdesc : "2external"
59 type : "eth"
60 dhcp : False
61 dhcpclient : True
62 compass : "None"
63 status : "up"
64
65
66iface_vr1:
67 comment : "Link naar Psycho"
68 interface : "vr1"
69 ip : "172.16.3.52/29"
70 sdesc : "2psycho"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "116"
75 ssid : "il-n.psycho.wleiden.net"
76 dhcp : False
77 compass : "z"
78 ns_ip : "172.16.3.51/29"
79 ns_mac : "00:27:22:10:FD:8A"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Link naar Lijtweg2"
85 interface : "vr2"
86 ip : "172.16.3.116/29"
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 : False
94 compass : "n"
95 ns_ip : "172.16.3.115/29"
96 ns_mac : "00:27:22:8A:3A:03"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.