source: genesis/nodes/CNodeLCPL/wleiden.yaml@ 10891

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.6 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 status : "up"
26
27
28iface_sis0_alias0:
29 comment : "Ethernet naar LCPL-Servers"
30 ip : "172.21.16.97/27"
31 sdesc : "2servers"
32 type : "eth"
33 dhcp : False
34 status : "up"
35
36
37iface_sis0_alias1:
38 comment : "Ethernet to LCPL-jails"
39 ip : "172.21.16.129/28"
40 sdesc : "2jails"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_wi0:
47 comment : "Omni 8Dbi"
48 ip : "172.21.16.1/26"
49 sdesc : False
50 mode : "ap"
51 type : "11b"
52 channel : "1"
53 ssid : "ap-omni.lcpl.wleiden.net"
54 dhcp : "10-60"
55 compass : "omni"
56 status : "up"
57
58
59iface_wi1:
60 comment : "Link naar Haagwijk"
61 ip : "172.16.1.174/30"
62 sdesc : "2haagwijk"
63 mode : "ap"
64 type : "11b"
65 channel : "9"
66 ssid : "il-o.haagwijk.wleiden.net"
67 dhcp : False
68 compass : "e"
69 status : "up"
70
71
72iface_wi2:
73 comment : "Link naar Grip"
74 ip : "172.16.1.2/30"
75 sdesc : "2grip"
76 mode : "ap"
77 type : "11b"
78 channel : "9"
79 ssid : "il-zw.grip.wleiden.net"
80 dhcp : False
81 compass : "sw"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.