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 | #
|
---|
4 | comment : "Range which spans the two ethernet nic's to the two AP's (sis0, sis1)"
|
---|
5 | ileiden : False
|
---|
6 | latitude : "52.15857"
|
---|
7 | location : "Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden"
|
---|
8 | longitude : "4.49274"
|
---|
9 | masterip : "172.17.184.1"
|
---|
10 | nodename : "Burcht"
|
---|
11 | nodetype : "CNode"
|
---|
12 | rdnap_x : 93794
|
---|
13 | rdnap_y : 463755
|
---|
14 | release : "7.2-RELEASE"
|
---|
15 | status : "up"
|
---|
16 |
|
---|
17 |
|
---|
18 | iface_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 |
|
---|
29 | iface_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 |
|
---|
40 | iface_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 |
|
---|
53 | iface_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.