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

Last change on this file since 14285 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

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]38iface_vr0:
[12320]39 comment : "Accesspoint Zuid kabel 1"
[12306]40 ip : "172.17.106.1/24"
41 sdesc : "2apz"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "apz-ZTW-VdSterre"
47 dhcp : "10-250"
48 compass : "z"
49 ns_ip : "172.17.106.2/24"
[12474]50 ns_mac : "dc:9f:db:36:1d:e3"
[12306]51 bridge_type: "NanoStation M2"
52 status : "up"
53
54
55iface_vr1:
[13587]56 comment : "Accesspoint Noord kabel 4"
57 ip : "172.17.105.1/24"
58 sdesc : "2apn"
59 mode : "ap"
[12306]60 type : "eth"
61 extra_type : "eth2wifibridge"
[13587]62 channel : "1"
63 ssid : "apn-ZTW-VdSterre"
64 dhcp : "10-250"
[12306]65 compass : "n"
[13587]66 ns_ip : "172.17.105.2/24"
67 ns_mac : "dc:9f:db:36:1d:b6"
68 bridge_type: "NanoStation M2"
69 status : "up"
[12306]70
71
72iface_vr2:
[12320]73 comment : "Link naar StJan kabel 3"
[12306]74 ip : "172.16.3.228/29"
75 sdesc : "2StJan"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
[12325]79 channel : "52"
[12306]80 ssid : "il-zo.stjan.wleiden.net"
81 dhcp : False
82 compass : "nw"
83 ns_ip : "172.16.3.227/29"
[12474]84 ns_mac : "dc:9f:db:2a:2b:4d"
[12306]85 bridge_type: "NanoStation M5"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.