source: genesis/nodes/CNodeSOM1/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.21.160.1"
11nodename : "SOM1"
12nodetype : "CNode"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap noord"
21 interface : "ath0"
22 ip : "172.21.160.1/26"
23 sdesc : "ap-n"
24 mode : "ap"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-WirelessLeiden-Som1"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar SOM2"
35 interface : "vr0"
36 ip : "172.16.3.137/30"
37 sdesc : "2som2"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "up"
42
43
44iface_vr1:
45 comment : "Link naar Broekplein"
46 interface : "vr1"
47 ip : "172.16.5.121/29"
48 sdesc : "2broekplein"
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 : "no"
56 ns_ip : "172.16.5.122/29"
57 ns_mac : "00:15:6d:ec:7a:51"
58 status : "up"
59
60
61iface_vr2:
62 comment : "Link naar Stadhuis"
63 interface : "vr2"
64 ip : "172.16.3.169/29"
65 sdesc : "2Stadhuis"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "52"
70 ssid : "il-z.som1.wleiden.net"
71 dhcp : False
72 compass : "z"
73 ns_ip : "172.16.3.170/29"
74 ns_mac : "00:15:6d:ec:82:a9"
75 status : "up"
76
77
78iface_vr2_alias0:
79 comment : "Link naar Houtmarkt"
80 interface : "vr2:0"
81 ip : "172.16.17.217/29"
82 sdesc : "2Houtmarkt"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 dhcp : False
86 compass : "None"
87 status : "up"
88
89
90iface_vr2_alias1:
91 comment : "Link naar Zijloever"
92 interface : "vr2:1"
93 ip : "172.16.4.225/29"
94 sdesc : "2zijloever"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 dhcp : False
98 compass : "None"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.