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

Last change on this file since 11424 was 11424, checked in by huub, 12 years ago

interlink zwaluwak unigor1 omgezet naar 29 subnet

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