source: genesis/nodes/HybridRobijn3/wleiden.yaml@ 12300

Last change on this file since 12300 was 12300, checked in by huub, 12 years ago

robijn3 is up en geen proxy

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15457"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.46265"
9masterip : "172.17.100.1"
10monitoring_group: "wleiden"
11nodename : "Robijn3"
12nodetype : "Hybrid"
13portal_sponsor: "Woonzorgcentrum Robijnhof"
14portal_url: "http://www.libertasleiden.nl/wonen/wonen-met-zorg-dichtbij/woonzorgcentrum-robijnhof/"
15rdnap_x : 91729
16rdnap_y : 463336
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.17.100.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-WirelessLeiden-Robijn3"
33 dhcp : "10-250"
34 status : "up"
35
36iface_vr0:
37 comment : "A link naar Robijn via nanostation"
38 ip : "172.16.3.201/29"
39 sdesc : "2robijn"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-no.robijn3.wleiden.net"
45 dhcp : False
46 compass : "no"
47 ns_ip : "172.16.3.202/29"
48 ns_mac : "DC:9F:DB:E4:98:E1"
49 bridge_type: "NanoStation5"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Link naar Unigor1 via nanostation"
55 ip : "172.16.7.116/29"
56 sdesc : "2unigor1"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "104"
61 ssid : "il-z.unigor1.wleiden.net"
62 dhcp : False
63 compass : "n"
64 ns_ip : "172.16.7.115/29"
65 ns_mac : "DC:9F:DB:E4:98:39"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr2:
71 comment : "AP-zuid, kabel 1"
72 ip : "172.17.103.1/24"
73 sdesc : "2apzuid"
74 mode : "ap"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "11"
78 ssid : "ap-WirelessLeiden-RobijnZ"
79 dhcp : 10-240
80 compass : "nw"
81 ns_ip : "172.17.103.2"
82 ns_mac : "DC:9F:DB:36:1D:1D"
83 bridge_type: "NanoStationM2"
84 status : "up"
85
86
Note: See TracBrowser for help on using the repository browser.