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

Last change on this file since 11322 was 11322, checked in by rick, 13 years ago

All cosmetic fixes.

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"
10nodename : "Cam"
11nodetype : "Hybrid"
12rdnap_x : 92295
13rdnap_y : 464625
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "down"
20
21
22iface_ath0:
23 comment : "Omni voor de buurt"
24 ip : "172.19.174.1/24"
25 sdesc : "omni"
26 mode : "ap"
27 type : "11b"
28 channel : "10"
29 ssid : "ap-WirelessLeiden-Cam"
30 dhcp : "10-250"
31 compass : "no"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Extra ap"
37 ip : "172.17.46.1/24"
38 sdesc : "ap2"
39 mode : "ap"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "3"
43 ssid : "ap2-WirelessLeiden-Cam"
44 dhcp : "10-250"
45 compass : "n"
46 ns_ip : "172.17.46.2/24"
47 ns_mac : "00:00:00:00:00:00"
48 bridge_type: "Bullet2"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Extra ap"
54 ip : "172.17.47.1/24"
55 sdesc : "ap2"
56 mode : "ap"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "3"
60 ssid : "ap2-WirelessLeiden-Cam"
61 dhcp : "10-250"
62 compass : "n"
63 ns_ip : "172.17.47.2/24"
64 ns_mac : "00:00:00:00:00:00"
65 bridge_type: "Bullet2"
66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar DirkLos1"
71 ip : "172.16.4.92/29"
72 sdesc : "2dirklos1"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "44"
77 ssid : "il-zw.dirklos1.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.4.91/29"
81 ns_mac : "00:15:6d:bd:69:30"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.