source: genesis/nodes/HybridZwaluwAK/wleiden.yaml@ 12682

Last change on this file since 12682 was 12474, checked in by rick, 11 years ago

Automatic cleanups

File size: 2.0 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 : "ap-WirelessLeiden-Zwaluwak"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "A-link naar Vosko2"
39 ip : "172.16.4.36/29"
40 sdesc : "2vosko2"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 ssid : "il-w.vosko2.wleiden.net"
45 dhcp : False
46 compass : "o"
47 ns_ip : "172.16.4.35"
48 ns_mac : "00:15:6d:f2:39:44"
49 bridge_type: "Nanostation5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "External Link"
55 ip : "0.0.0.0/30"
56 sdesc : "2external"
57 type : "eth"
58 dhcp : "client"
59 status : "up"
60
61
62iface_vr1:
63 comment : "AP-NOORD via Bullet2 en SD15"
64 ip : "172.17.117.1/24"
65 mode : "ap"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 ssid : "ap-WirelessLeiden-ZwaluwakN"
69 dhcp : "10-250"
70 ns_ip : "172.17.117.2"
71 ns_mac : "00:15:6d:e8:e7:4a"
72 bridge_type: "Bullet2"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link naar BCStevenshof via Bullet2"
78 ip : "172.16.3.251/29"
79 sdesc : "2bcste"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 ssid : "il-nw.bcste.wleiden.net"
84 dhcp : False
85 compass : "zo"
86 ns_ip : "172.16.3.252/29"
87 ns_mac : "00:15:6d:e8:e6:a3"
88 bridge_type: "Bullet2"
89 status : "down"
90
91
Note: See TracBrowser for help on using the repository browser.