source: genesis/nodes/ZwaluwAK/wleiden.yaml@ 14285

Last change on this file since 14285 was 14242, checked in by huub, 6 years ago

aantal nodes naar 11.2

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7latitude : "52.15366"
8location : "PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden"
9longitude : "4.44826"
10masterip : "172.22.0.1"
11monitoring_group: "wleiden"
12nodename : "ZwaluwAK"
13nodetype : "Hybrid"
14rdnap_x : 90743
15rdnap_y : 463247
16release : "11.2-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.22.0.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:1b:b1:00:eb:e4"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "External Link"
40 ip : "192.168.0.149/22"
41 sdesc : "2external"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_vr1:
48 comment : "AP-NOORD via Bullet2 en SD15"
49 ip : "172.17.117.1/24"
50 mode : "ap"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : 6
54 ssid : "WiFi-Leiden-N"
55 dhcp : "10-250"
56 ns_ip : "172.17.117.2/24"
57 ns_mac : "00:15:6d:e8:e7:4a"
58 bridge_type: "Bullet2"
59 status : "up"
60
61
62iface_vr2:
63 comment : "A-link naar Vosko2"
64 ip : "172.16.4.36/29"
65 sdesc : "2vosko2"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 ssid : "il-w.vosko2.wleiden.net"
70 dhcp : False
71 compass : "o"
72 ns_ip : "172.16.4.35/29"
73 ns_mac : "00:15:6d:f2:39:44"
74 bridge_type: "Nanostation5"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.