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

Last change on this file since 10891 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.8 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 : "2unigor"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 ssid : "ila-z.unigor.wleiden.net"
39 dhcp : False
40 compass : "no"
41 ns_ip : "192.168.1.21"
42 status : "up"
43
44
45iface_vr0:
46 comment : "Ethernet naar proxy"
47 ip : "172.22.0.65/30"
48 sdesc : "eth"
49 type : "eth"
50 dhcp : False
51 status : "up"
52
53
54iface_vr1:
55 comment : "Link naar Unused via Bullet 1"
56 ip : "172.16.6.73/29"
57 sdesc : "2unused"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 ssid : "effeniks"
62 dhcp : False
63 ns_ip : "172.16.6.74/29"
64 ns_mac : "00:15:6d:e8:e7:4a"
65 status : "down"
66
67
68iface_vr2:
69 comment : "Link naar BCStevenshof via Bullet 2"
70 ip : "172.16.3.251/29"
71 sdesc : "2bcste"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 ssid : "il-nw.bcste.wleiden.net"
76 dhcp : False
77 compass : "zo"
78 ns_ip : "172.16.3.252/29"
79 ns_mac : "00:15:6d:e8:e6:a3"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.