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

Last change on this file since 11302 was 11302, checked in by huub, 13 years ago

extra ap bij cam

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