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

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

tulpenzee is up config aangepast conform

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.273552"
7location : "Bungalowpark Tulp en Zee, Randweg, 2204CW, Noordwijk"
8longitude : "4.473007"
9masterip : "172.17.83.1"
10monitoring_group: "noordwijkerhout"
11nodename : "TulpEnZee"
12nodetype : "Hybrid"
13portal_sponsor: "Tulp en Zee"
14portal_url: "http://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"
28 ip : "172.17.83.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-TulpEnZee"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar OostNoordOost"
40 ip : "172.16.7.25/29"
41 sdesc : "2ono"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "52"
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 : "down"
53
54iface_vr0:
55 comment : "Lokaal netwerk"
56 ip : "172.16.9.49/29"
57 sdesc : "2external"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62iface_vr1:
63 comment : "Link naar Zuid - Leeuwenhorst"
64 ip : "172.16.7.36/29"
65 sdesc : "2z"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "108"
70 ssid : "il-nw.leeuwenhorst.wleiden.net"
71 dhcp : False
72 compass : "z"
73 ns_ip : "172.16.7.35/29"
74 ns_mac : "dc:9f:db:f2:12:80"
75 bridge_type: "NanoBridge M5"
76 status : "up"
77
78
79iface_vr2:
80 comment : "Accesspoint 5 GHz 2zuidoost"
81 ip : "172.17.84.1/24"
82 sdesc : "2zo"
83 mode : "ap"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "36"
87 ssid : "ap-TulpenZee-zo"
88 dhcp : "10-250"
89 compass : "zo"
90 ns_ip : "172.17.84.2/24"
91 ns_mac : "dc:9f:db:64:23:8b"
92 bridge_type: "NanostationM5"
93 status : "up"
94
95
96
Note: See TracBrowser for help on using the repository browser.