source: genesis/nodes/HybridTEYOudeRaadhuis/wleiden.yaml@ 12568

Last change on this file since 12568 was 12568, checked in by huub, 11 years ago

config gemaakt voor OudeRaadhuis Warmond

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.196864"
7location : "Oude Raadhuis,Dorpsstraat 36, 2361BE, Warmond"
8longitude : "4.503688"
9masterip : "172.17.85.1"
10monitoring_group: "teylingen"
11nodename : "TEYOudeRaadhuis"
12nodetype : "Hybrid"
13rdnap_x : 94594
14rdnap_y : 468006
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "planned"
22
23
24iface_ath0:
25 comment : "AP voor OudeRaadhuis-binnen"
26 ip : "172.17.85.1/24"
27 sdesc : "ap1"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-OudeRaadhuis1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "link naar noordoost"
38 ip : "172.16.9.73/29"
39 sdesc : "2no"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "100"
44 ssid : "il-n0.ouderaadhuis.wleiden.net"
45 dhcp : False
46 compass : "no"
47 ns_ip : "172.16.9.74/29"
48 ns_mac : ""
49 bridge_type: "NanoStationM5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "A-link naar SOM1"
55 ip : "172.16.9.60/29"
56 sdesc : "2som1"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "132"
61 ssid : "il-n.som1.wleiden.net"
62 dhcp : False
63 compass : "z"
64 ns_ip : "172.16.9.59/29"
65 ns_mac : ""
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link naar zuidoost"
72 ip : "172.16.9.65/29"
73 sdesc : "2zo"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "36"
78 ssid : "il-zo.ouderaadhuis.wleiden.net"
79 dhcp : False
80 compass : "zo"
81 ns_ip : "172.16.9.66/29"
82 ns_mac : ""
83 bridge_type: "NanoStationM5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "ap-OudeRaadhuis2"
89 ip : "172.17.123.1/24"
90 sdesc : "ap2"
91 mode : "ap"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "1"
95 ssid : "ap-OudeRaadhuis2"
96 dhcp : "10-250"
97 compass : "n"
98 ns_ip : "172.17.123.2/29"
99 ns_mac : ""
100 bridge_type: "NanoStationM2-Loco"
101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.