source: genesis/nodes/CNodeKoster/wleiden.yaml@ 10881

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

Make the interface keys wat meer standaard.

File size: 1.8 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 interface : "sis0"
23 ip : "172.17.255.228/29"
24 desc : "2vloer"
25 sdesc : "eth"
26 type : "eth"
27 dhcp : False
28 compass : "None"
29 status : "up"
30
31
32iface_sis1:
33 comment : "Ethernet"
34 interface : "sis1"
35 ip : "172.28.176.75/29"
36 desc : "Ethernet naar ......"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "up"
42
43
44iface_wi0:
45 comment : "OMNI"
46 interface : "wi0"
47 ip : "172.28.137.1/26"
48 desc : "omni voor de buurt"
49 sdesc : "ap-omni"
50 mode : "ap"
51 type : "11b"
52 channel : "8"
53 ssid : "ap-omni.koster.walphen.net"
54 dhcp : "10-60"
55 compass : "omni"
56 status : "up"
57
58
59iface_wi1:
60 comment : "interlink naar noord HWFortis2"
61 interface : "wi1"
62 ip : "172.28.1.158/30"
63 desc : "Link naar HWFortis2"
64 sdesc : "2HWFortis2"
65 mode : "ap"
66 type : "11b"
67 channel : "5"
68 ssid : "il-w.koster.walphen.net"
69 dhcp : False
70 compass : "w"
71 status : "up"
72
73
74iface_wi2:
75 comment : "interlink naar Stadhuis"
76 interface : "wi2"
77 ip : "172.28.1.129/30"
78 desc : "Link naar SHFortis"
79 sdesc : "2SHFortis"
80 mode : "ap"
81 type : "11b"
82 channel : "11"
83 ssid : "il-w.shfortis.walphen.net"
84 dhcp : False
85 compass : "w"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.