source: genesis/nodes/HybridWulp/wleiden.yaml@ 12515

Last change on this file since 12515 was 12474, checked in by rick, 11 years ago

Automatic cleanups

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.27365"
7location : "Camping de Wulp, Kraaierslaan 25, 2204AN, Noordwijk"
8longitude : "4.47762"
9masterip : "172.17.109.1"
10monitoring_group: "noordwijkerhout"
11nodename : "Wulp"
12nodetype : "Hybrid"
13portal_sponsor: "Camping de Wulp"
14portal_url: "http://www.dewulp.nl/"
15rdnap_x : 92920
16rdnap_y : 476571
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 binnen"
28 ip : "172.17.109.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-WirelessLeiden-Wulp1"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar NoordWest"
40 ip : "172.16.7.177/29"
41 sdesc : "2zo"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "44"
46 ssid : "il-nw.wulp.wleiden.net"
47 dhcp : False
48 compass : "nw"
49 ns_ip : "172.16.7.178/29"
50 ns_mac : ""
51 bridge_type: "NanostationM5"
52 status : "down"
53
54
55iface_vr0:
56 comment : "Link naar Zuid - Leeuwenhorst"
57 ip : "172.16.7.52/29"
58 sdesc : "2zzw"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "108"
63 ssid : "il-nw.leeuwenhorst.wleiden.net"
64 dhcp : False
65 compass : "z"
66 ns_ip : "172.16.7.51/29"
67 ns_mac : "dc:9f:db:2e:0b:10"
68 bridge_type: "NanoBridge M5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "Accesspoint 2 westzijde"
74 ip : "172.17.110.1/24"
75 sdesc : "2aps"
76 mode : "ap"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "6"
80 ssid : "ap-WirelessLeiden-WulpWest"
81 dhcp : "10-250"
82 compass : "n"
83 ns_ip : "172.17.110.2/24"
84 ns_mac : ""
85 bridge_type: ""
86 status : "up"
87
88
89iface_vr2:
90 comment : "Accesspoint 3 oostzijde"
91 ip : "172.17.111.1/24"
92 sdesc : "ap-Oost"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "108"
97 ssid : "ap-WirelessLeiden-WulpOost"
98 dhcp : "10-250"
99 compass : "o"
100 ns_ip : "172.17.111.2/24"
101 ns_mac : ""
102 bridge_type: ""
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.