source: genesis/nodes/CNodeZwaluwak/wleiden.yaml@ 11261

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

nodes unigor naar hybrid

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