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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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 compass : "None"
26 status : "up"
27
28
29iface_sis1:
30 comment : "Access Point 2 (kroeg)"
31 ip : "172.17.184.129/26"
32 sdesc : "apkroeg"
33 type : "eth"
34 dhcp : "131-190"
35 compass : "None"
36 status : "up"
37
38
39iface_wi0:
40 comment : "Interlink naar Vosko"
41 ip : "172.16.0.146/30"
42 sdesc : "2vosko"
43 mode : "ap"
44 type : "11b"
45 ssid : "il-no.vosko.wleiden.net"
46 dhcp : False
47 compass : "ne"
48 status : "up"
49
50
51iface_wi1:
52 comment : "Interlink naar Cetim3"
53 ip : "172.16.0.106/30"
54 sdesc : "2cetim3"
55 mode : "ap"
56 type : "11b"
57 ssid : "il-nw.cetim3.wleiden.net"
58 dhcp : False
59 compass : "nw"
60 status : "up"
61
62
Note: See TracBrowser for help on using the repository browser.