source: genesis/nodes/CNodeLCPL/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.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6ileiden : False
7latitude : "52.14705"
8location : "LCPL, Rooseveltstraat 4C, 2321 BM, Leiden"
9longitude : "4.48209"
10masterip : "172.21.16.1"
11nodename : "LCPL"
12nodetype : "CNode"
13rdnap_x : 93049
14rdnap_y : 462483
15release : "5.0-RELEASE"
16status : "down"
17
18
19iface_sis0:
20 comment : "Ethernet naar LCPL"
21 ip : "172.21.16.65/28"
22 sdesc : "2lab"
23 type : "eth"
24 dhcp : False
25 compass : "None"
26 status : "up"
27
28
29iface_sis0_alias0:
30 comment : "Ethernet naar LCPL-Servers"
31 ip : "172.21.16.97/27"
32 sdesc : "2servers"
33 type : "eth"
34 dhcp : False
35 compass : "None"
36 status : "up"
37
38
39iface_sis0_alias1:
40 comment : "Ethernet to LCPL-jails"
41 ip : "172.21.16.129/28"
42 sdesc : "2jails"
43 type : "eth"
44 dhcp : False
45 compass : "None"
46 status : "up"
47
48
49iface_wi0:
50 comment : "Omni 8Dbi"
51 ip : "172.21.16.1/26"
52 sdesc : False
53 mode : "ap"
54 type : "11b"
55 channel : "1"
56 ssid : "ap-omni.lcpl.wleiden.net"
57 dhcp : "10-60"
58 compass : "omni"
59 status : "up"
60
61
62iface_wi1:
63 comment : "Link naar Haagwijk"
64 ip : "172.16.1.174/30"
65 sdesc : "2haagwijk"
66 mode : "ap"
67 type : "11b"
68 channel : "9"
69 ssid : "il-o.haagwijk.wleiden.net"
70 dhcp : False
71 compass : "e"
72 status : "up"
73
74
75iface_wi2:
76 comment : "Link naar Grip"
77 ip : "172.16.1.2/30"
78 sdesc : "2grip"
79 mode : "ap"
80 type : "11b"
81 channel : "9"
82 ssid : "il-zw.grip.wleiden.net"
83 dhcp : False
84 compass : "sw"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.