source: genesis/nodes/CNodeWP/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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6ileiden : False
7latitude : "52.17294"
8location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
9longitude : "4.47978"
10masterip : "172.19.168.1"
11nodename : "WP"
12nodetype : "CNode"
13rdnap_x : 92927
14rdnap_y : 465365
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "Ethernet naar proxy5"
21 ip : "172.19.168.65/30"
22 sdesc : "2proxy5"
23 type : "eth"
24 dhcp : False
25 status : "up"
26
27
28iface_sis1:
29 comment : "A-link zuid - psycho"
30 ip : "172.16.16.124/29"
31 sdesc : "2psycho"
32 mode : "station-wds"
33 type : "eth"
34 extra_type : "eth2wifibridge"
35 channel : "116"
36 ssid : "il-n.psycho.wleiden.net"
37 dhcp : False
38 compass : "z"
39 ns_ip : "172.16.16.123/29"
40 ns_mac : "00:15:6d:70:54:6d"
41 status : "down"
42
43
44iface_wi0:
45 comment : "Omni voor de buurt"
46 ip : "172.19.168.1/26"
47 sdesc : "ap"
48 mode : "ap"
49 type : "11b"
50 channel : "5"
51 ssid : "ap-WirelessLeiden-Wp"
52 dhcp : "10-60"
53 status : "up"
54
55
56iface_wi1:
57 comment : "Link naar AZC"
58 ip : "172.16.2.10/29"
59 sdesc : "2azc"
60 mode : "ap"
61 type : "11b"
62 channel : "11"
63 ssid : "il-no.azc.wleiden.net"
64 dhcp : False
65 compass : "ne"
66 status : "up"
67
68
69iface_wi1_alias0:
70 comment : "Link naar AZC"
71 ip : "172.16.2.114/30"
72 sdesc : "2azcsub30"
73 mode : "ap"
74 type : "11b"
75 dhcp : False
76 status : "up"
77
78
Note: See TracBrowser for help on using the repository browser.