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

Last change on this file since 12850 was 12850, checked in by wouter, 10 years ago

DHCP naar 20-250

File size: 2.0 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 TulpenZee"
40 ip : "172.16.7.28/29"
41 sdesc : "2tulpenzee"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "100"
46 ssid : "il-ono.tulpenzee.wleiden.net"
47 dhcp : False
48 compass : "nw"
49 ns_ip : "172.16.7.27/29"
50 ns_mac : "00:27:22:10:F5:9F"
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 dhcp : "20-250"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Accesspoint 3 oostzijde"
84 ip : "172.17.111.1/24"
85 sdesc : "ap-Oost"
86 mode : "ap-wds"
87 type : "eth"
88 dhcp : "20-250"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.