source: genesis/nodes/CNodeBDboon/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 : "None"
6ileiden : False
7latitude : "52.21318"
8location : "Van der Boon, Bilderdam 16, 2451 CW, Bilderdam"
9longitude : "4.72301"
10masterip : "172.25.41.1"
11nodename : "BDboon"
12nodetype : "CNode"
13rdnap_x : 109606
14rdnap_y : 469662
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "Ethernet naar boon"
21 ip : "172.25.41.65/29"
22 sdesc : "eth"
23 type : "eth"
24 dhcp : False
25 compass : "None"
26 status : "up"
27
28
29iface_wi0:
30 comment : "AP voor de buurt"
31 ip : "172.25.41.1/26"
32 sdesc : "ap-omni"
33 mode : "ap"
34 type : "11b"
35 channel : "1"
36 ssid : "ap.bdboon.wleiden.net"
37 dhcp : "10-60"
38 compass : "None"
39 status : "up"
40
41
42iface_wi1:
43 comment : "Link naar kempers"
44 ip : "172.16.1.214/30"
45 sdesc : "2LMkempers2"
46 mode : "ap"
47 type : "11b"
48 channel : "13"
49 ssid : "il-zo.kmprs.wleiden.net"
50 dhcp : False
51 compass : "se"
52 status : "up"
53
54
55iface_wi2:
56 comment : "Link naar RWGemhuis"
57 ip : "172.16.16.13/30"
58 sdesc : "2RWGEmhuis"
59 mode : "ap"
60 type : "11b"
61 channel : "8"
62 ssid : "il-zw.bdboon.wleiden.net"
63 dhcp : False
64 compass : "sw"
65 status : "up"
66
67
Note: See TracBrowser for help on using the repository browser.