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

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

USB dongles are broken, temponary moved AP to unused link

File size: 2.1 KB
RevLine 
[12306]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[12474]6latitude : "52.09163"
[12306]7location : "C. van der Sterre, Gelderswoudseweg 11A, 2735 PB Gelderswoude (gem. Zoeterwoude)"
[12474]8longitude : "4.53064"
[12306]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
[12320]23status : "up"
[12306]24
[12474]25
[12306]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
[12474]37
[12306]38
39iface_vr0:
[12320]40 comment : "Accesspoint Zuid kabel 1"
[12306]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"
[12474]51 ns_mac : "dc:9f:db:36:1d:e3"
[12306]52 bridge_type: "NanoStation M2"
53 status : "up"
54
55
56iface_vr1:
[13587]57 comment : "Accesspoint Noord kabel 4"
58 ip : "172.17.105.1/24"
59 sdesc : "2apn"
60 mode : "ap"
[12306]61 type : "eth"
62 extra_type : "eth2wifibridge"
[13587]63 channel : "1"
64 ssid : "apn-ZTW-VdSterre"
65 dhcp : "10-250"
[12306]66 compass : "n"
[13587]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"
[12306]71
72
[13587]73
74
[12306]75iface_vr2:
[12320]76 comment : "Link naar StJan kabel 3"
[12306]77 ip : "172.16.3.228/29"
78 sdesc : "2StJan"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
[12325]82 channel : "52"
[12306]83 ssid : "il-zo.stjan.wleiden.net"
84 dhcp : False
85 compass : "nw"
86 ns_ip : "172.16.3.227/29"
[12474]87 ns_mac : "dc:9f:db:2a:2b:4d"
[12306]88 bridge_type: "NanoStation M5"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.