source: genesis/nodes/HybridCam/wleiden.yaml@ 11510

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

hybridcam is niet down maar up

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16622"
7location : "CamBioCeramics, Zernikedreef 6, 2333 CL, Leiden"
8longitude : "4.47068"
9masterip : "172.19.174.1"
10monitoring_group: "wleiden"
11nodename : "Cam"
12nodetype : "Hybrid"
13rdnap_x : 92295
14rdnap_y : 464625
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.19.174.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11b"
29 channel : "10"
30 ssid : "ap-WirelessLeiden-Cam"
31 dhcp : "10-250"
32 compass : "no"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Extra ap"
38 ip : "172.17.46.1/24"
39 sdesc : "ap2"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "3"
44 ssid : "ap2-WirelessLeiden-Cam"
45 dhcp : "10-250"
46 compass : "n"
47 ns_ip : "172.17.46.2/24"
48 ns_mac : "00:00:00:00:00:00"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Extra ap"
55 ip : "172.17.47.1/24"
56 sdesc : "ap2"
57 mode : "ap"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "3"
61 ssid : "ap2-WirelessLeiden-Cam"
62 dhcp : "10-250"
63 compass : "n"
64 ns_ip : "172.17.47.2/24"
65 ns_mac : "00:00:00:00:00:00"
66 bridge_type: "Bullet2"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Link naar DirkLos1"
72 ip : "172.16.4.92/29"
73 sdesc : "2dirklos1"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "44"
78 ssid : "il-zw.dirklos1.wleiden.net"
79 dhcp : False
80 compass : "n"
81 ns_ip : "172.16.4.91/29"
82 ns_mac : "00:15:6d:bd:69:30"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
Note: See TracBrowser for help on using the repository browser.