source: genesis/nodes/CNodeRV/wleiden.yaml@ 10886

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15001"
8location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
9longitude : "4.47320"
10masterip : "172.20.128.1"
11nodename : "RV"
12nodetype : "CNode"
13rdnap_x : 92445
14rdnap_y : 462819
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 interface : "ath0"
22 ip : "172.20.128.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "7"
27 ssid : "ap-WirelessLeiden-Rijnvliet"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "B-link naar ajsoft1"
35 interface : "ue0"
36 ip : "172.16.4.65/29"
37 sdesc : "b2ajsoft"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "4"
42 ssid : "il-zw.rv.wleiden.net"
43 dhcp : False
44 compass : "zw"
45 ns_ip : "172.16.4.66/29"
46 ns_mac : "00:15:6d:e9:f9:b0"
47 status : "down"
48
49
50iface_vr0:
51 comment : "Ethernet naar proxy3"
52 interface : "vr0"
53 ip : "172.20.128.97/29"
54 sdesc : "2proxy3"
55 type : "eth"
56 dhcp : False
57 compass : "None"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar IMI"
63 interface : "vr1"
64 ip : "172.16.5.241/29"
65 sdesc : "2imi"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "60"
70 ssid : "il-no.rv.wleiden.net"
71 dhcp : False
72 compass : "no"
73 ns_ip : "172.16.5.242/29"
74 ns_mac : "00:15:6d:ed:82:7c"
75 status : "up"
76
77
78iface_vr2:
79 comment : "A-link naar AJSoft2"
80 interface : "vr2"
81 ip : "172.16.6.20/29"
82 sdesc : "a2ajsoft"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : ""
87 ssid : "il-o.ajsoft2.wleiden.net"
88 dhcp : False
89 compass : "zw"
90 ns_ip : "172.16.6.19/29"
91 ns_mac : "00:15:6d:ec:82:40"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.