source: genesis/nodes/CNodeKoster/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"
6height : "16"
7ileiden : False
8latitude : "52.13494"
9location : "Prins Bernhardlaan 10, 2405 VT, Alphen aan den Rijn"
10longitude : "4.65690"
11masterip : "172.28.137.1"
12nodename : "Koster"
13nodetype : "CNode"
14rdnap_x : 105000
15rdnap_y : 461000
16release : "5.0-RELEASE"
17status : "up"
18
19
20iface_sis0:
21 comment : "Ethernet (Proxy)"
22 ip : "172.17.255.228/29"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : False
26 compass : "None"
27 status : "up"
28
29
30iface_sis1:
31 comment : "Ethernet"
32 ip : "172.28.176.75/29"
33 sdesc : "eth"
34 type : "eth"
35 dhcp : False
36 compass : "None"
37 status : "up"
38
39
40iface_wi0:
41 comment : "Omni voor de buurt"
42 ip : "172.28.137.1/26"
43 sdesc : "ap-omni"
44 mode : "ap"
45 type : "11b"
46 channel : "8"
47 ssid : "ap-omni.koster.walphen.net"
48 dhcp : "10-60"
49 compass : "omni"
50 status : "up"
51
52
53iface_wi1:
54 comment : "Interlink naar noord HWFortis2"
55 ip : "172.28.1.158/30"
56 sdesc : "2HWFortis2"
57 mode : "ap"
58 type : "11b"
59 channel : "5"
60 ssid : "il-w.koster.walphen.net"
61 dhcp : False
62 compass : "w"
63 status : "up"
64
65
66iface_wi2:
67 comment : "Interlink naar Stadhuis"
68 ip : "172.28.1.129/30"
69 sdesc : "2SHFortis"
70 mode : "ap"
71 type : "11b"
72 channel : "11"
73 ssid : "il-w.shfortis.walphen.net"
74 dhcp : False
75 compass : "w"
76 status : "up"
77
78
Note: See TracBrowser for help on using the repository browser.