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

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

All cosmetic fixes.

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"
10nodename : "Zwaluwak"
11nodetype : "Hybrid"
12rdnap_x : 90743
13rdnap_y : 463247
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: True
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "Omni voor de buurt"
24 ip : "172.22.0.1/24"
25 sdesc : "omni"
26 mode : "ap"
27 type : "11b"
28 channel : "3"
29 ssid : "ap-WirelessLeiden-Zwaluwak"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "A-link naar NodeUnigor via Airlive"
36 ip : "172.16.3.70/30"
37 sdesc : "2unigor1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 ssid : "il-z.unigor1.wleiden.net"
42 dhcp : False
43 compass : "no"
44 ns_ip : "192.168.1.21"
45 ns_mac : "00:4f:79:90:31:bf"
46 status : "up"
47
48
49iface_vr0:
50 comment : "External Link"
51 ip : "0.0.0.0/30"
52 sdesc : "2external"
53 type : "eth"
54 dhcp : "client"
55 status : "up"
56
57
58iface_vr1:
59 comment : "Link naar Unused via Bullet2"
60 ip : "172.16.6.73/29"
61 sdesc : "2unused"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 ssid : "effeniks"
66 dhcp : False
67 ns_ip : "172.16.6.74/29"
68 ns_mac : "00:15:6d:e8:e7:4a"
69 bridge_type: "Bullet2"
70 status : "down"
71
72
73iface_vr2:
74 comment : "Link naar BCStevenshof via Bullet2"
75 ip : "172.16.3.251/29"
76 sdesc : "2bcste"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 ssid : "il-nw.bcste.wleiden.net"
81 dhcp : False
82 compass : "zo"
83 ns_ip : "172.16.3.252/29"
84 ns_mac : "00:15:6d:e8:e6:a3"
85 bridge_type: "Bullet2"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.