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

Last change on this file since 11281 was 11275, checked in by huub, 13 years ago

hybrid config voor zwaluwak

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