source: genesis/nodes/CNodeRudi/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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.17922"
8location : "Rudi, Eli Heimanshof 114, 2341 PH, Oegstgeest"
9longitude : "4.49592"
10masterip : "172.23.0.1"
11nodename : "Rudi"
12nodetype : "CNode"
13rdnap_x : 94040
14rdnap_y : 466050
15release : "5.0-RELEASE"
16status : "down"
17
18
19iface_ep0:
20 comment : "Ethernet naar Xlexit"
21 ip : "172.23.0.65/29"
22 sdesc : "eth"
23 type : "eth"
24 dhcp : False
25 compass : "None"
26 status : "up"
27
28
29iface_wi0:
30 comment : "Omni voor de buurt"
31 ip : "172.23.0.1/26"
32 sdesc : "omni"
33 mode : "ap"
34 type : "11b"
35 channel : "8"
36 ssid : "ap-omni.rudi.wleiden.net"
37 dhcp : "10-60"
38 compass : "omni"
39 status : "up"
40
41
42iface_wi1:
43 comment : "Link naar Rabo"
44 ip : "172.16.3.126/30"
45 sdesc : "2rabo"
46 mode : "ap"
47 type : "11b"
48 channel : "5"
49 ssid : "il-n.rabo.wleiden.net"
50 dhcp : False
51 compass : "n"
52 status : "up"
53
54
55iface_wi2:
56 comment : "Interlink Rosmolen"
57 ip : "172.16.2.58/30"
58 sdesc : "2rosmolen"
59 mode : "ap"
60 type : "11b"
61 ssid : "il-nw.rosmolen.wleiden.net"
62 dhcp : False
63 compass : "nw"
64 status : "up"
65
66
67iface_wi3:
68 comment : "Link naar Lijtweg1"
69 ip : "172.16.0.186/30"
70 sdesc : "2lijtweg1"
71 mode : "ap"
72 type : "11b"
73 ssid : "il-o.lijtweg1.wleiden.net"
74 dhcp : False
75 compass : "e"
76 status : "up"
77
78
Note: See TracBrowser for help on using the repository browser.