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

Last change on this file since 13802 was 13802, checked in by huub, 8 years ago

oeps tikfoutje in netmask

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 : "9.0-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
37iface_vr0:
38 comment : "External Link"
39 ip : "192.168.0.149/22"
40 sdesc : "2external"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr1:
47 comment : "AP-NOORD via Bullet2 en SD15"
48 ip : "172.17.117.1/24"
49 mode : "ap"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : 6
53 ssid : "WiFi-Leiden-N"
54 dhcp : "10-250"
55 ns_ip : "172.17.117.2"
56 ns_mac : "00:15:6d:e8:e7:4a"
57 bridge_type: "Bullet2"
58 status : "up"
59
60iface_vr2:
61 comment : "A-link naar Vosko2"
62 ip : "172.16.4.36/29"
63 sdesc : "2vosko2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-w.vosko2.wleiden.net"
68 dhcp : False
69 compass : "o"
70 ns_ip : "172.16.4.35"
71 ns_mac : "00:15:6d:f2:39:44"
72 bridge_type: "Nanostation5"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.