source: genesis/nodes/HybridRobijn2/wleiden.yaml@ 12277

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

config robijn2 (recreatiezaal) gemaakt

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "192.168.178.1"
6comment : "None"
7latitude : "52.15457"
8location : "Zorgcentrum Robijnhof Recreatiezaal, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "4.46265"
10masterip : "172.17.97.1"
11monitoring_group: "wleiden"
12nodename : "Robijn2"
13nodetype : "Hybrid"
14rdnap_x : 91729
15rdnap_y : 463336
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "down"
23
24
25iface_ath0:
26 comment : "Omni voor de zaal"
27 ip : "172.17.97.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-WirelessLeiden-Robijn"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ethernet naar Robijn1 en Internetcafe"
39 ip : "172.16.3.1/29"
40 sdesc : "local"
41 type : "eth"
42 dhcp : "4-5"
43 status : "up"
44
45
46iface_vr0:
47 comment : "Uplink"
48 ip : "192.168.178.25/24"
49 sdesc : "uplink"
50 type : "eth"
51 dhcp : False
52 status : "up"
53
54
55iface_vr1:
56 comment : "AP-noord"
57 ip : "172.17.98.1/24"
58 sdesc : "2ap1"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 ssid : ".wleiden.net"
62 dhcp : 10-240
63 compass : "nw"
64 ns_ip : "172.17.98.2/24"
65 ns_mac : ""
66 bridge_type: "NanoStationM2"
67 status : "up"
68
69
70iface_vr2:
71 comment : "AP-oost"
72 ip : "172.17.99.1/24"
73 sdesc : "2ap"
74 mode : "ap"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 ssid : ".wleiden.net"
78 dhcp : 10-240
79 compass : "zo"
80 ns_ip : "172.17.99.2/24"
81 ns_mac : ""
82 bridge_type: "NanoStationM2"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.