source: genesis/nodes/CNodeSHFortis/wleiden.yaml@ 11323

Last change on this file since 11323 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.3 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.12956"
9location : "Stadhuisplein 1, 2405 SH, Alphen aan den Rijn"
10longitude : "4.65918"
11masterip : "172.28.136.1"
12nodename : "SHFortis"
13nodetype : "CNode"
14rdnap_x : 105150
15rdnap_y : 460400
16release : "5.0-RELEASE"
17status : "up"
18
19
20iface_sis0:
21 comment : "2vloer"
22 ip : "172.28.136.65/29"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : False
26 status : "up"
27
28
29iface_wi0:
30 comment : "Omni voor de buurt"
31 ip : "172.28.136.1/26"
32 sdesc : "ap-omni"
33 mode : "ap"
34 type : "11b"
35 channel : "8"
36 ssid : "ap-omni.shfortis.walphen.net"
37 dhcp : "10-60"
38 compass : "omni"
39 status : "up"
40
41
42iface_wi1:
43 comment : "Link naar Koster"
44 ip : "172.28.1.130/30"
45 sdesc : "2Koster"
46 mode : "ap"
47 type : "11b"
48 channel : "11"
49 ssid : "il-w.shfortis.walphen.net"
50 dhcp : False
51 compass : "w"
52 status : "up"
53
54
55iface_wi2:
56 comment : "Link naar PPFortis"
57 ip : "172.28.1.138/30"
58 sdesc : "2PPFortis"
59 mode : "ap"
60 type : "11b"
61 channel : "3"
62 ssid : "il-o.shfortis.walphen.net"
63 dhcp : False
64 compass : "e"
65 status : "up"
66
67
Note: See TracBrowser for help on using the repository browser.