source: genesis/nodes/PVKerkDuif/wleiden.yaml@ 14408

Last change on this file since 14408 was 14408, checked in by rick, 5 years ago

Add extra devices in motd listing for quick access

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.11823"
8location : "PV De Kerkduif, Nieuweweg 9, 2381 NW,Zoeterwoude "
9longitude : "4.50433"
10masterip : "172.17.13.1"
11monitoring_group: "wzoeterwoude"
12nodename : "PVKerkDuif"
13nodetype : "Hybrid"
14portal_sponsor: "Free-WiFi Zoeterwoude"
15portal_url: "http://www.ijsclubzoeterwoude.nl/"
16rdnap_x : 94532
17rdnap_y : 459257
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "up"
25
26
27iface_vr0:
28 comment : "Link naar switch PVKerkDuif Network"
29 ip : "172.17.13.65/28"
30 sdesc : "2building"
31 type : "eth"
32 dhcp : "66-78"
33 status : "up"
34
35iface_vr0_extra0:
36 comment : "Parkeerplaats - Webcam"
37 sdesc : "webcam-buiten"
38 type : "eth"
39 dhcp : False
40 status : "up"
41 bridge_type: "Foscam"
42 ip : "172.17.13.66/24"
43 mac : "c4:d6:55:3e:19:3f"
44
45iface_vr1:
46 comment : "Link to Zwet"
47 ip : "172.16.16.172/29"
48 sdesc : "2zwet"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 ssid : "il-o.zwet.wleiden.net"
53 dhcp : False
54 compass : "w"
55 ns_ip : "172.16.16.171/29"
56 ns_mac : "00:15:6d:ec:82:69"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr2:
62 comment : "AccessPoint Sportvelden"
63 ip : "172.17.20.1/24"
64 sdesc : "2sportvelden"
65 mode : "ap-wds"
66 type : "eth"
67 channel : "1"
68 ssid : "ap-ZTW-PVKerkDuif-Buiten"
69 dhcp : "11-250"
70 ns_ip : "172.17.20.2/24"
71 ns_mac : "00:27:22:80:5a:b6"
72 bridge_type: "NanoStation M2"
73 status : "up"
74
75iface_vr2_extra0:
76 comment : "AccessPoint Veld11 Buiten"
77 sdesc : "veld11"
78 type : "eth"
79 dhcp : False
80 status : "up"
81 bridge_type: "NanoStation M5"
82 ip : "172.17.20.3/24"
83 mac : "00:27:22:80:5a:b6"
84
85iface_vr2_extra1:
86 comment : "AccessPoint Veld11 Binnen"
87 sdesc : "veld11"
88 type : "eth"
89 dhcp : False
90 status : "up"
91 bridge_type: "Bullet2"
92 ip : "172.17.20.4/24"
93 mac : "00:27:22:f2:f1:f0"
94
95iface_vr2_extra2:
96 comment : "Veld11 - Webcam"
97 sdesc : "webcam-veld11"
98 type : "eth"
99 dhcp : False
100 status : "up"
101 bridge_type: "airCam"
102 ip : "172.17.20.5/24"
103 mac : "00:27:22:60:43:da"
Note: See TracBrowser for help on using the repository browser.