source: genesis/nodes/CNodeDeClercq/wleiden.yaml@ 10887

Last change on this file since 10887 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.15060"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "4.52066"
10masterip : "172.18.128.1"
11nodename : "DeClercq"
12nodetype : "CNode"
13rdnap_x : 95694
14rdnap_y : 462845
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 interface : "ath0"
22 ip : "172.18.128.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Declercq"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "A-link to Stadhuis via 8772b-adapter en Nanostation5"
35 interface : "ue0"
36 ip : "172.16.3.212/29"
37 sdesc : "2stadhuis"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "60"
42 ssid : "il-o.stadhuis.wleiden.net"
43 dhcp : False
44 compass : "nw"
45 ns_ip : "172.16.3.211/29"
46 ns_mac : "00:15:6d:ea:f0:63"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Ethernet"
52 interface : "vr0"
53 ip : "172.16.4.53/30"
54 sdesc : "2proxy9"
55 type : "eth"
56 dhcp : False
57 compass : "None"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Ethernet to interlink west (Roomburgh3)"
63 interface : "vr1"
64 ip : "172.16.5.185/29"
65 sdesc : "2roomburgh3"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "36"
70 ssid : "il-w.declercq.wleiden.net"
71 dhcp : False
72 compass : "w"
73 ns_ip : "172.16.5.186/29"
74 ns_mac : "00:15:6d:ea:f0:70"
75 status : "up"
76
77
78iface_vr2:
79 comment : "A-link to Leythenrode via Nanostation5"
80 interface : "vr2"
81 ip : "172.16.5.172/29"
82 sdesc : "2leythenrode"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "44"
87 ssid : "il-zw.leythenrode.wleiden.net"
88 dhcp : False
89 compass : "no"
90 ns_ip : "172.16.5.171/29"
91 ns_mac : "00:15:6d:ea:f0:7b"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.