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

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

Fix releases and tell that 9.0-RELEASE is also IRIS based nodes (technically not always true).

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