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

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

hybrids voor declercq lumc lebkov

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