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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

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