source: genesis/nodes/CNodeLMdorp/wleiden.yaml@ 10891

Last change on this file since 10891 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"
6ileiden : False
7latitude : "52.22369"
8location : "NH Kerk, Dorpsstraat 49. 2451 AP, Leimuiden"
9longitude : "4.67279"
10masterip : "172.25.40.1"
11nodename : "LMdorp"
12nodetype : "CNode"
13rdnap_x : 106185
14rdnap_y : 470864
15release : "7.2-RELEASE"
16status : "dw"
17
18
19iface_sis0:
20 comment : "Ethernet naar kerk"
21 ip : "172.25.40.65/29"
22 sdesc : "eth"
23 type : "eth"
24 dhcp : False
25 status : "up"
26
27
28iface_wi0:
29 comment : "AP voor de buurt"
30 ip : "172.25.40.1/26"
31 sdesc : "ap-omni"
32 mode : "ap"
33 type : "11b"
34 channel : "5"
35 ssid : "ap.lmdorp.wleiden.net"
36 dhcp : "10-60"
37 status : "up"
38
39
40iface_wi1:
41 comment : "Link naar LMKempers1"
42 ip : "172.16.1.194/30"
43 sdesc : "2lmkempers1"
44 mode : "ap"
45 type : "11b"
46 channel : "1"
47 ssid : "il-zw.kmprs.wleiden.net"
48 dhcp : False
49 compass : "sw"
50 status : "up"
51
52
53iface_wi2:
54 comment : "Link naar Space"
55 ip : "172.16.0.61/30"
56 sdesc : "2space"
57 mode : "ap"
58 type : "11b"
59 channel : "11"
60 ssid : "il-w.lmdorp.wleiden.net"
61 dhcp : False
62 compass : "w"
63 status : "up"
64
65
Note: See TracBrowser for help on using the repository browser.