source: genesis/nodes/ZTWvdSterre/wleiden.yaml@ 13793

Last change on this file since 13793 was 13587, checked in by rick, 9 years ago

USB dongles are broken, temponary moved AP to unused link

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.09163"
7location : "C. van der Sterre, Gelderswoudseweg 11A, 2735 PB Gelderswoude (gem. Zoeterwoude)"
8longitude : "4.53064"
9masterip : "172.17.49.1"
10monitoring_group: "wleiden"
11nodename : "ZTWvdSterre"
12nodetype : "Hybrid"
13portal_sponsor: "V.d.Sterre Revalidatie & Autoservice"
14portal_url: "http://www.vandersterre.net//"
15rdnap_x : 96299
16rdnap_y : 456277
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "AP Begane Grond"
28 ip : "172.17.49.1/24"
29 sdesc : "apbg"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-ZTW-VdSterre"
34 dhcp : "10-250"
35 status : "up"
36
37
38
39iface_vr0:
40 comment : "Accesspoint Zuid kabel 1"
41 ip : "172.17.106.1/24"
42 sdesc : "2apz"
43 mode : "ap"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "11"
47 ssid : "apz-ZTW-VdSterre"
48 dhcp : "10-250"
49 compass : "z"
50 ns_ip : "172.17.106.2/24"
51 ns_mac : "dc:9f:db:36:1d:e3"
52 bridge_type: "NanoStation M2"
53 status : "up"
54
55
56iface_vr1:
57 comment : "Accesspoint Noord kabel 4"
58 ip : "172.17.105.1/24"
59 sdesc : "2apn"
60 mode : "ap"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "1"
64 ssid : "apn-ZTW-VdSterre"
65 dhcp : "10-250"
66 compass : "n"
67 ns_ip : "172.17.105.2/24"
68 ns_mac : "dc:9f:db:36:1d:b6"
69 bridge_type: "NanoStation M2"
70 status : "up"
71
72
73
74
75iface_vr2:
76 comment : "Link naar StJan kabel 3"
77 ip : "172.16.3.228/29"
78 sdesc : "2StJan"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "52"
83 ssid : "il-zo.stjan.wleiden.net"
84 dhcp : False
85 compass : "nw"
86 ns_ip : "172.16.3.227/29"
87 ns_mac : "dc:9f:db:2a:2b:4d"
88 bridge_type: "NanoStation M5"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.