source: genesis/nodes/CNodeBroekplein/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.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.17972"
8location : "Basisschool De Tweemaster, Broekplein 1, 2318 TJ, Leiden"
9longitude : "4.50232"
10masterip : "172.21.144.1"
11nodename : "Broekplein"
12nodetype : "CNode"
13rdnap_x : 94478
14rdnap_y : 466100
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 interface : "ath0"
22 ip : "172.21.144.1/24"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Broekplein"
28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar tweemaster"
35 interface : "ue0"
36 ip : "172.16.6.65/29"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "down"
42
43
44iface_vr0:
45 comment : "A-link naar SOM1"
46 interface : "vr0"
47 ip : "172.16.5.124/29"
48 sdesc : "2som1"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "132"
53 ssid : "il-n.som1.wleiden.net"
54 dhcp : False
55 compass : "zw"
56 ns_ip : "172.16.5.123/29"
57 ns_mac : "00:15:6d:ec:82:8d"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link naar Rosmolen"
63 interface : "vr1"
64 ip : "172.16.5.129/29"
65 sdesc : "2rosmolen"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "36"
70 ssid : "il-z.broekplein.wleiden.net"
71 dhcp : False
72 compass : "zo"
73 ns_ip : "172.16.5.130/29"
74 ns_mac : "00:15:6d:ec:82:05"
75 status : "up"
76
77
78iface_vr2:
79 comment : "Link naar Lijtweg 2"
80 interface : "vr2"
81 ip : "172.16.5.137/29"
82 sdesc : "2lijtweg2"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "44"
87 ssid : "il-w.broekplein.wleiden.net"
88 dhcp : False
89 compass : "w"
90 ns_ip : "172.16.5.138/29"
91 ns_mac : "00:15:6d:ec:82:79"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.