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

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

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