source: genesis/nodes/HybridZTWvdSterre/wleiden.yaml@ 12311

Last change on this file since 12311 was 12311, checked in by huub, 12 years ago

config vdsterre nu met MAC adressen

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.0916410"
7location : "C. van der Sterre, Gelderswoudseweg 11A, 2735 PB Gelderswoude (gem. Zoeterwoude)"
8longitude : "4.530638"
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 : "planned"
24
25iface_ath0:
26 comment : "AP Begane Grond"
27 ip : "172.17.49.1/24"
28 sdesc : "apbg"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-ZTW-VdSterre"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ue0:
37 comment : "Accesspoint Noord"
38 ip : "172.17.105.1/24"
39 sdesc : "2apn"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "1"
44 ssid : "apn-ZTW-VdSterre"
45 dhcp : "10-250"
46 compass : "n"
47 ns_ip : "172.17.105.2/24"
48 ns_mac : "DC:9F:DB:36:1D:B6"
49 bridge_type: "NanoStation M2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Accesspoint Zuid"
55 ip : "172.17.106.1/24"
56 sdesc : "2apz"
57 mode : "ap"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "11"
61 ssid : "apz-ZTW-VdSterre"
62 dhcp : "10-250"
63 compass : "z"
64 ns_ip : "172.17.106.2/24"
65 ns_mac : "DC:9F:DB:36:1D:E3"
66 bridge_type: "NanoStation M2"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link naar Heineken"
72 ip : "172.16.7.4/29"
73 sdesc : "2heineken"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "132"
78 ssid : "il-z.heineken.wleiden.net"
79 dhcp : False
80 compass : "n"
81 ns_ip : "172.16.7.3/29"
82 ns_mac : "DC:9F:DB:E4:98:B8"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "Link naar StJan"
89 ip : "172.16.3.228/29"
90 sdesc : "2StJan"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "100"
95 ssid : "il-zo.stjan.wleiden.net"
96 dhcp : False
97 compass : "nw"
98 ns_ip : "172.16.3.227/29"
99 ns_mac : "DC:9F:DB:2A:2B:4D"
100 bridge_type: "NanoStation M5"
101 status : "up"
102
103
104
Note: See TracBrowser for help on using the repository browser.