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

Last change on this file since 11586 was 11554, checked in by rick, 12 years ago

Cleanup actie.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15366"
7location : "PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden"
8longitude : "4.44826"
9masterip : "172.22.0.1"
10monitoring_group: "wleiden"
11nodename : "Zwaluwak"
12nodetype : "Hybrid"
13rdnap_x : 90743
14rdnap_y : 463247
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor de buurt"
26 ip : "172.22.0.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11b"
30 channel : "3"
31 ssid : "ap-WirelessLeiden-Zwaluwak"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "A-link naar NodeUnigor via Airlive"
38 ip : "172.16.4.36/29"
39 sdesc : "2unigor1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-z.unigor1.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.4.35"
47 ns_mac : "00:4f:79:90:31:bf"
48 status : "up"
49
50
51iface_vr0:
52 comment : "External Link"
53 ip : "0.0.0.0/30"
54 sdesc : "2external"
55 type : "eth"
56 dhcp : "client"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar Unused via Bullet2"
62 ip : "172.16.6.73/29"
63 sdesc : "2unused"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "effeniks"
68 dhcp : False
69 ns_ip : "172.16.6.74/29"
70 ns_mac : "00:15:6d:e8:e7:4a"
71 bridge_type: "Bullet2"
72 status : "down"
73
74
75iface_vr2:
76 comment : "Link naar BCStevenshof via Bullet2"
77 ip : "172.16.3.251/29"
78 sdesc : "2bcste"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 ssid : "il-nw.bcste.wleiden.net"
83 dhcp : False
84 compass : "zo"
85 ns_ip : "172.16.3.252/29"
86 ns_mac : "00:15:6d:e8:e6:a3"
87 bridge_type: "Bullet2"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.