source: genesis/nodes/HybridStenhuis1/wleiden.yaml@ 12539

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

Automatic cleanups

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.25557"
7location : "Jachthaven Stenhuis botenlift, Uiterweg 417a, 1431AM, Aalsmeer"
8longitude : "4.71750"
9masterip : "172.17.94.1"
10monitoring_group: "westeinder"
11nodename : "Stenhuis1"
12nodetype : "Hybrid"
13portal_sponsor: "Jachthaven Stenhuis"
14portal_url: "http://www.jachtwerfstenhuis.nl/"
15rdnap_x : 109273
16rdnap_y : 474381
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_ue0:
27 comment : "Link naar Blauwe Beugel kabel 1"
28 ip : "172.16.7.89/29"
29 sdesc : "2blbglo"
30 mode : "ap-wds"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "44"
34 ssid : "il-zo.stenhuis1.wleiden.net"
35 dhcp : False
36 compass : "zo"
37 ns_ip : "172.16.7.90/29"
38 ns_mac : "dc:9f:db:e4:98:ad"
39 bridge_type: "NanostationM5"
40 status : "down"
41
42
43iface_vr0:
44 comment : "Link naar Watertoren3 kabel 6"
45 ip : "172.16.6.156/29"
46 sdesc : "2watertn"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "36"
51 ssid : "il-w.watertoren3.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.6.155/29"
55 ns_mac : "dc:9f:db:e4:98:93"
56 bridge_type: "Nanostation M5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Accesspoint oost omni met bulletM2"
62 ip : "172.17.94.1/24"
63 sdesc : "ap-oost"
64 mode : "ap"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "11"
68 ssid : "ap-jachthavenStenhuis-oost"
69 dhcp : "10-250"
70 ns_ip : "172.17.94.2/24"
71 ns_mac : "dc:9f:db:0c:14:da"
72 bridge_type: "BulletM2"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link naar Stenhuis2 kabel 5"
78 ip : "172.16.7.148/29"
79 sdesc : "2stenhuis2"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "52"
84 ssid : "il-o.stenhuis2.wleiden.net"
85 dhcp : False
86 compass : "w"
87 ns_ip : "172.16.7.147/29"
88 ns_mac : "dc:9f:db:e2:ba:b7"
89 bridge_type: "NanoStationM5"
90 status : "up"
91
92
Note: See TracBrowser for help on using the repository browser.