source: genesis/nodes/JAR/wleiden.yaml@ 14380

Last change on this file since 14380 was 14299, checked in by huub, 6 years ago

update 11.2

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.11745"
7location : "Zwembad Haasbroek, Nieuweweg 4, 2381 NW,Zoeterwoude "
8longitude : "4.50214"
9masterip : "172.17.56.1"
10monitoring_group: "wzoeterwoude"
11nodename : "JAR"
12nodetype : "Hybrid"
13rdnap_x : 94381
14rdnap_y : 459173
15release : "11.2-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor rustplaats"
26 parent : "bridge0"
27 mode : "ap"
28 type : "11a"
29 channel : 40
30 ssid : "WiFi Zoeterwoude Plein"
31 status : "up"
32
33iface_bridge0:
34 comment : "Access Points"
35 ip : "172.17.57.1/24"
36 type : "eth"
37 dhcp : "10-240"
38 status : "up"
39
40
41iface_vr0:
42 comment : "Nanostation gericht op het veld"
43 parent : "bridge0"
44 mode : "ap-wds"
45 type : "eth"
46 ssid : "WiFi Zoeterwoude"
47 ns_ip : "172.17.57.2/24"
48 ns_mac : "00:27:22:e2:52:50"
49 bridge_type: "NanoStation M2"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Link naar Zwet"
55 ip : "172.16.4.52/29"
56 sdesc : "2zwet"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 ssid : "il-z.zwet.wleiden.net"
61 dhcp : False
62 compass : "nw"
63 ns_ip : "172.16.4.51/29"
64 ns_mac : "00:27:22:10:f5:b9"
65 bridge_type: "NanoStation M5"
66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar ROC2"
71 ip : "172.16.5.52/29"
72 sdesc : "2roc2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 ssid : "il-z.roc2.wleiden.net"
77 dhcp : False
78 compass : "n"
79 ns_ip : "172.16.5.51/29"
80 ns_mac : "00:27:22:8a:3b:c6"
81 bridge_type: "NanoStation M5"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.