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

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

Automatic cleanups

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.25562"
7location : "Jachthaven Stenhuis haven, Uiterweg 417a, 1431AM, Aalsmeer"
8longitude : "4.71522"
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
25
26iface_vr0:
27 comment : "Accesspoint jachthaven west omni met bullet2"
28 ip : "172.17.96.1/24"
29 sdesc : "2ap-w"
30 mode : "ap"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "6"
34 ssid : "ap-jachthavenStenhuis-west"
35 dhcp : "10-250"
36 ns_ip : "172.17.96.2/24"
37 ns_mac : "00:27:22:66:6c:88"
38 bridge_type: "BulletM2"
39 status : "up"
40
41
42iface_vr1:
43 comment : "Link naar Stenhuis1"
44 ip : "172.16.7.145/29"
45 sdesc : "2stenhuis1"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "52"
50 ssid : "il-o.stenhuis2.wleiden.net"
51 dhcp : False
52 compass : "o"
53 ns_ip : "172.16.7.146/29"
54 ns_mac : "dc:9f:db:e4:98:8f"
55 bridge_type: "Nanostation M5"
56 status : "up"
57
58
59iface_vr2:
60 comment : "Link naar Blauwe Beugel"
61 ip : "172.16.7.105/29"
62 sdesc : "2blbglw"
63 mode : "ap-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "60"
67 ssid : "il-zzo.stenhuis2.wleiden.net"
68 dhcp : False
69 compass : "zzo"
70 ns_ip : "172.16.7.106/29"
71 ns_mac : "dc:9f:db:2a:1d:8f"
72 bridge_type: "NanostationM5"
73 status : "down"
74
75
Note: See TracBrowser for help on using the repository browser.