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

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

eerste aanzet config voor Robijn3

File size: 1.9 KB
RevLine 
[12298]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"
13rdnap_x : 91729
14rdnap_y : 463336
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: True
21status : "planned"
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.17.100.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11g"
29 channel : 1
30 ssid : "ap-WirelessLeiden-Robijn3"
31 dhcp : "10-250"
32 status : "up"
33
34iface_vr0:
35 comment : "A link naar Robijn via nanostation"
36 ip : "172.16.3.201/29"
37 sdesc : "2robijn"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 ssid : "il-no.robijn3.wleiden.net"
42 dhcp : False
43 compass : "no"
44 ns_ip : "172.16.3.202/29"
45 ns_mac : ""
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_vr1:
51 comment : "A Link naar Unigor via nanostation"
52 ip : "172.16.7.116/29"
53 sdesc : "2unigorA"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 ssid : "il-z.unigor1.wleiden.net"
58 dhcp : False
59 compass : "n"
60 ns_ip : "172.16.7.115/29"
61 ns_mac : ""
62 bridge_type: "NanoStationM5"
63 status : "up"
64
65
66iface_vr2:
67 comment : "AP-zuid, kabel 1"
68 ip : "172.17.103.1/24"
69 sdesc : "2apzuid"
70 mode : "ap"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "11"
74 ssid : "ap-WirelessLeiden-RobijnZ"
75 dhcp : 10-240
76 compass : "nw"
77 ns_ip : "172.17.103.2"
78 ns_mac : ""
79 bridge_type: "NanoStationM2"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.