source: genesis/nodes/CNodeLucasN/wleiden.yaml@ 10885

Last change on this file since 10885 was 10885, checked in by rick, 13 years ago

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16189"
8location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
9longitude : "4.48684"
10masterip : "172.17.144.1"
11nodename : "LucasN"
12nodetype : "Hybrid"
13rdnap_x : 93395
14rdnap_y : 464130
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "dw"
21
22
23iface_ath0:
24 comment : "Ap"
25 interface : "ath0"
26 ip : "172.17.144.1/26"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "5"
31 ssid : "ap-WirelessLeiden-LucasN"
32 dhcp : "10-60"
33 compass : "None"
34 status : "up"
35
36
37iface_vr0:
38 comment : "A-link naar Rabo1"
39 interface : "vr0"
40 ip : "172.16.3.25/29"
41 sdesc : "2rabo1"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "60"
46 ssid : "il-n.lucasn.wleiden.net"
47 dhcp : False
48 compass : "n"
49 ns_ip : "172.16.3.26/29"
50 ns_mac : "00:15:6d:70:53:3b"
51 status : "down"
52
53
54iface_vr1:
55 comment : "A-link naar Stadhuis"
56 interface : "vr1"
57 ip : "172.16.4.132/29"
58 sdesc : "2stadhuis"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "116"
63 ssid : "il-nw.stadhuis.wleiden.net"
64 dhcp : False
65 compass : "zo"
66 ns_ip : "172.16.4.131/29"
67 ns_mac : ""
68 status : "down"
69
70
71iface_vr2:
72 comment : "Nog vrij"
73 interface : "vr2"
74 ip : "172.16.4.177/29"
75 sdesc : "2vrij"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : ""
80 ssid : ""
81 dhcp : False
82 compass : "None"
83 ns_ip : ""
84 ns_mac : ""
85 status : "down"
86
87
Note: See TracBrowser for help on using the repository browser.