source: genesis/nodes/CNodeLeythenrode/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: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15582"
8location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351 CP, Leiderdorp"
9longitude : "4.53564"
10masterip : "172.17.1.1"
11nodename : "Leythenrode"
12nodetype : "CNode"
13rdnap_x : 96726
14rdnap_y : 463414
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 interface : "ath0"
22 ip : "172.17.1.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "9"
27 ssid : "ap-WirelessLeiden-Leythenrode"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar interlink west"
35 interface : "ue0"
36 ip : "172.16.17.188/29"
37 sdesc : "2som2"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "36"
42 ssid : "il-zo.som2.wleiden.net"
43 dhcp : False
44 compass : "nw"
45 ns_ip : "172.16.17.187/29"
46 ns_mac : "00:15:6d:eb:f1:33"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Ethernet to local aps, ip address 172.17.0.3 - 172.17.0.8/28"
52 interface : "vr0"
53 ip : "172.17.0.2/28"
54 sdesc : "localsubnet"
55 type : "eth"
56 dhcp : False
57 compass : "None"
58 status : "up"
59
60
61iface_vr0_alias0:
62 comment : "Ethernet"
63 interface : "vr0:0"
64 ip : "172.17.7.2/24"
65 sdesc : "localsubnet"
66 type : "eth"
67 dhcp : "10-250"
68 compass : "None"
69 status : "down"
70
71
72iface_vr1:
73 comment : "Ethernet naar interlink noordoost (graficall)"
74 interface : "vr1"
75 ip : "172.16.5.145/29"
76 sdesc : "2Graficall"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "52"
81 ssid : "il-no.leythenrode.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.5.146/29"
85 ns_mac : "00:15:6d:bd:8a:06"
86 status : "up"
87
88
89iface_vr2:
90 comment : "A-link to DeClercq via Nanostation5"
91 interface : "vr2"
92 ip : "172.16.5.169/29"
93 sdesc : "2DeClercq"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "44"
98 ssid : "il-zw.leythenrode.wleiden.net"
99 dhcp : False
100 compass : "zw"
101 ns_ip : "172.16.5.170/29"
102 ns_mac : "00:15:6d:bd:8a:02"
103 status : "up"
104
105
106iface_vr2_alias0:
107 comment : "Temp. a-link to Roomburgh2"
108 interface : "vr2:0"
109 ip : "172.16.5.177/29"
110 sdesc : "2Roomburgh2"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 dhcp : False
114 compass : "None"
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.