Last change
on this file since 10067 was 10067, checked in by rick, 13 years ago |
Do not edit headers on the config files in indead a whee bit confusing.
Reported-By: huub
|
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 | interfaces: "sis0,wi0,sis1,wi1"
|
---|
7 | latitude : "4.49274"
|
---|
8 | location : "Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden"
|
---|
9 | longitude : "52.15857"
|
---|
10 | masterip : "172.17.184.1"
|
---|
11 | nodename : "Burcht"
|
---|
12 | nodetype : "CNode"
|
---|
13 | rdnap_x : 93794
|
---|
14 | rdnap_y : 463755
|
---|
15 | release : 7.2
|
---|
16 | status : "up"
|
---|
17 |
|
---|
18 |
|
---|
19 | iface_sis0:
|
---|
20 | interface : "sis0"
|
---|
21 | ip : "172.17.184.65/26"
|
---|
22 | desc : "Access Point 1 (tuinzaal)"
|
---|
23 | sdesc : "aptuinzaal"
|
---|
24 | type : "eth"
|
---|
25 | dhcp : "67-126"
|
---|
26 | compass : "None"
|
---|
27 | status : "up"
|
---|
28 |
|
---|
29 |
|
---|
30 | iface_sis1:
|
---|
31 | interface : "sis1"
|
---|
32 | ip : "172.17.184.129/26"
|
---|
33 | desc : "Access Point 2 (kroeg)"
|
---|
34 | sdesc : "apkroeg"
|
---|
35 | type : "eth"
|
---|
36 | dhcp : "131-190"
|
---|
37 | compass : "None"
|
---|
38 | status : "up"
|
---|
39 |
|
---|
40 |
|
---|
41 | iface_wi0:
|
---|
42 | interface : "wi0"
|
---|
43 | ip : "172.16.0.146/30"
|
---|
44 | desc : "Interlink naar Vosko"
|
---|
45 | sdesc : "2vosko"
|
---|
46 | mode : "station-wds"
|
---|
47 | type : "11b"
|
---|
48 | ssid : "il-no.vosko.wleiden.net"
|
---|
49 | dhcp : "no"
|
---|
50 | compass : "ne"
|
---|
51 | status : "up"
|
---|
52 |
|
---|
53 |
|
---|
54 | iface_wi1:
|
---|
55 | interface : "wi1"
|
---|
56 | ip : "172.16.0.106/30"
|
---|
57 | desc : "Interlink naar Cetim3"
|
---|
58 | sdesc : "2cetim3"
|
---|
59 | mode : "station-wds"
|
---|
60 | type : "11b"
|
---|
61 | ssid : "il-nw.cetim3.wleiden.net"
|
---|
62 | dhcp : "no"
|
---|
63 | compass : "nw"
|
---|
64 | status : "up"
|
---|
65 |
|
---|
66 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.