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

Last change on this file since 10912 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.5 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 status : "up"
27
28
29iface_sis1:
30 comment : "Ethernet"
31 ip : "172.28.176.75/29"
32 sdesc : "eth"
33 type : "eth"
34 dhcp : False
35 status : "up"
36
37
38iface_wi0:
39 comment : "Omni voor de buurt"
40 ip : "172.28.137.1/26"
41 sdesc : "ap-omni"
42 mode : "ap"
43 type : "11b"
44 channel : "8"
45 ssid : "ap-omni.koster.walphen.net"
46 dhcp : "10-60"
47 compass : "omni"
48 status : "up"
49
50
51iface_wi1:
52 comment : "Interlink naar noord HWFortis2"
53 ip : "172.28.1.158/30"
54 sdesc : "2HWFortis2"
55 mode : "ap"
56 type : "11b"
57 channel : "5"
58 ssid : "il-w.koster.walphen.net"
59 dhcp : False
60 compass : "w"
61 status : "up"
62
63
64iface_wi2:
65 comment : "Interlink naar Stadhuis"
66 ip : "172.28.1.129/30"
67 sdesc : "2SHFortis"
68 mode : "ap"
69 type : "11b"
70 channel : "11"
71 ssid : "il-w.shfortis.walphen.net"
72 dhcp : False
73 compass : "w"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.