source: genesis/nodes/CNodeBurcht/wleiden.yaml@ 11239

Last change on this file since 11239 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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "Range which spans the two ethernet nic's to the two AP's (sis0, sis1)"
6ileiden : False
7latitude : "52.15857"
8location : "Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden"
9longitude : "4.49274"
10masterip : "172.17.184.1"
11nodename : "Burcht"
12nodetype : "CNode"
13rdnap_x : 93794
14rdnap_y : 463755
15release : "7.2-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "Access Point 1 (tuinzaal)"
21 ip : "172.17.184.65/26"
22 sdesc : "aptuinzaal"
23 type : "eth"
24 dhcp : "67-126"
25 status : "up"
26
27
28iface_sis1:
29 comment : "Access Point 2 (kroeg)"
30 ip : "172.17.184.129/26"
31 sdesc : "apkroeg"
32 type : "eth"
33 dhcp : "131-190"
34 status : "up"
35
36
37iface_wi0:
38 comment : "Interlink naar Vosko"
39 ip : "172.16.0.146/30"
40 sdesc : "2vosko"
41 mode : "ap"
42 type : "11b"
43 ssid : "il-no.vosko.wleiden.net"
44 dhcp : False
45 compass : "ne"
46 status : "up"
47
48
49iface_wi1:
50 comment : "Interlink naar Cetim3"
51 ip : "172.16.0.106/30"
52 sdesc : "2cetim3"
53 mode : "ap"
54 type : "11b"
55 ssid : "il-nw.cetim3.wleiden.net"
56 dhcp : False
57 compass : "nw"
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.