source: genesis/nodes/retired/CNodeRudi/wleiden.yaml@ 12152

Last change on this file since 12152 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"
6ileiden : False
7latitude : "52.17922"
8location : "Rudi, Eli Heimanshof 114, 2341 PH, Oegstgeest"
9longitude : "4.49592"
10masterip : "172.23.0.1"
11nodename : "Rudi"
12nodetype : "CNode"
13rdnap_x : 94040
14rdnap_y : 466050
15release : "5.0-RELEASE"
16status : "down"
17
18
19iface_ep0:
20 comment : "Ethernet naar Xlexit"
21 ip : "172.23.0.65/29"
22 sdesc : "eth"
23 type : "eth"
24 dhcp : False
25 status : "up"
26
27
28iface_wi0:
29 comment : "Omni voor de buurt"
30 ip : "172.23.0.1/26"
31 sdesc : "omni"
32 mode : "ap"
33 type : "11b"
34 channel : "8"
35 ssid : "ap-omni.rudi.wleiden.net"
36 dhcp : "10-60"
37 compass : "omni"
38 status : "up"
39
40
41iface_wi1:
42 comment : "Link naar Rabo"
43 ip : "172.16.3.126/30"
44 sdesc : "2rabo"
45 mode : "ap"
46 type : "11b"
47 channel : "5"
48 ssid : "il-n.rabo.wleiden.net"
49 dhcp : False
50 compass : "n"
51 status : "up"
52
53
54iface_wi2:
55 comment : "Interlink Rosmolen"
56 ip : "172.16.2.58/30"
57 sdesc : "2rosmolen"
58 mode : "ap"
59 type : "11b"
60 ssid : "il-nw.rosmolen.wleiden.net"
61 dhcp : False
62 compass : "nw"
63 status : "up"
64
65
66iface_wi3:
67 comment : "Link naar Lijtweg1"
68 ip : "172.16.0.186/30"
69 sdesc : "2lijtweg1"
70 mode : "ap"
71 type : "11b"
72 ssid : "il-o.lijtweg1.wleiden.net"
73 dhcp : False
74 compass : "e"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.