source: genesis/nodes/HybridTulpEnZee/wleiden.yaml@ 13011

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

kanaal link tulpenzee wulp aangepast

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.27355"
7location : "Bungalowpark Tulp en Zee, Randweg, 2204CW, Noordwijk"
8longitude : "4.47299"
9masterip : "172.17.83.1"
10monitoring_group: "noordwijkerhout"
11nodename : "TulpEnZee"
12nodetype : "Hybrid"
13portal_sponsor: "Tulp en Zee"
14portal_url: "http://www.tulpenzee.nl/"
15rdnap_x : 92604
16rdnap_y : 476564
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 buurt MAC 30:14:4a:86:bb:c8"
28 ip : "172.17.83.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-TulpEnZee"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar De Wulp"
40 ip : "172.16.7.25/29"
41 sdesc : "2ono"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "100"
46 ssid : "il-ono.tulpenzee.wleiden.net"
47 dhcp : False
48 compass : "no"
49 ns_ip : "172.16.7.26/29"
50 ns_mac : "dc:9f:db:64:23:e7"
51 bridge_type: "NanostationM5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Lokaal netwerk"
57 ip : "172.16.9.49/29"
58 sdesc : "2external"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr1:
65 comment : "Link naar Zuid - Leeuwenhorst"
66 ip : "172.16.7.36/29"
67 sdesc : "2z"
68 mode : "ap-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "108"
72 ssid : "il-nw.leeuwenhorst.wleiden.net"
73 dhcp : False
74 compass : "z"
75 ns_ip : "172.16.7.35/29"
76 ns_mac : "dc:9f:db:f2:12:80"
77 bridge_type: "NanoBridge M5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Accesspoint 5 GHz 2zuidoost"
83 ip : "172.17.84.1/24"
84 sdesc : "2zo"
85 mode : "ap"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "52"
89 ssid : "ap-TulpenZee-zo"
90 dhcp : "10-250"
91 compass : "zo"
92 ns_ip : "172.17.84.2/24"
93 ns_mac : "dc:9f:db:64:23:8b"
94 bridge_type: "NanostationM5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.