source: genesis/nodes/HybridStenhuis2/wleiden.yaml@ 12399

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

detail in config stenhuis2

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.255626"
7location : "Jachthaven Stenhuis haven, Uiterweg 417a, 1431AM, Aalsmeer"
8longitude : "4.715227"
9masterip : "172.17.96.1"
10monitoring_group: "westeinder"
11nodename : "Stenhuis2"
12nodetype : "Hybrid"
13portal_sponsor: "Jachthaven Stenhuis"
14portal_url: "http://www.jachtwerfstenhuis.nl/"
15rdnap_x : 109117
16rdnap_y : 474389
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
25iface_vr0:
26 comment : "Accesspoint jachthaven west omni met bullet2"
27 ip : "172.17.96.1/24"
28 sdesc : "2ap-w"
29 mode : "ap"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 channel : "6"
33 ssid : "ap-jachthavenStenhuis-west"
34 dhcp : "10-250"
35 ns_ip : "172.17.96.2/24"
36 ns_mac : "00:27:22:66:6C:88"
37 bridge_type: "BulletM2"
38 status : "up"
39
40iface_vr1:
41 comment : "Link naar Stenhuis1"
42 ip : "172.16.7.145/29"
43 sdesc : "2stenhuis1"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "52"
48 ssid : "il-o.stenhuis2.wleiden.net"
49 dhcp : False
50 compass : "o"
51 ns_ip : "172.16.7.146/29"
52 ns_mac : "DC:9F:DB:E4:98:8F"
53 bridge_type: "Nanostation M5"
54 status : "up"
55
56iface_vr2:
57 comment : "Link naar Blauwe Beugel"
58 ip : "172.16.7.105/29"
59 sdesc : "2blbglw"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "60"
64 ssid : "il-zzo.stenhuis2.wleiden.net"
65 dhcp : False
66 compass : "zzo"
67 ns_ip : "172.16.7.106/29"
68 ns_mac : "DC:9F:DB:2A:1D:8F"
69 bridge_type: "NanostationM5"
70 status : "down"
71
Note: See TracBrowser for help on using the repository browser.