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
RevLine 
[10675]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10881]6latitude : "52.17305"
[10675]7location : "De Leidse Houtschool, Adriaan Pauwstraat 1, 2334 CG, Leiden"
[10881]8longitude : "4.47694"
[10675]9masterip : "172.17.21.1"
10nodename : "LHS"
11nodetype : "Hybrid"
12rdnap_x : 92733
13rdnap_y : 465380
14release : "9.0-RELEASE"
[10701]15service_accesspoint: True
[10881]16service_incoming_rdr: False
[10675]17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
[10701]21
[10675]22iface_ath0:
[10884]23 comment : "Ap"
[10675]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
[10701]33
[10675]34iface_ue0:
[10884]35 comment : "Extra ap schoolplein"
[10675]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
[10701]48
[10675]49iface_vr0:
[10885]50 comment : "External Link"
[10675]51 ip : "0.0.0.0/30"
52 sdesc : "2external"
53 type : "eth"
[10887]54 dhcp : "client"
[10675]55 status : "up"
56
[10701]57
[10675]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
[10729]68 compass : "z"
[10675]69 ns_ip : "172.16.3.51/29"
70 ns_mac : "00:27:22:10:FD:8A"
[10892]71 bridge_type: "NanoStation M5"
[10675]72 status : "up"
73
[10701]74
[10675]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"
[11051]88 bridge_type: "NanoStation M5"
[10675]89 status : "up"
90
[10701]91
Note: See TracBrowser for help on using the repository browser.