source: genesis/nodes/CNodeCope/wleiden.yaml@ 10889

Last change on this file since 10889 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.15972"
8location : "Cope, Rapenburg 8, 2311 EV, Leiden"
9longitude : "4.48521"
10masterip : "172.17.8.1"
11nodename : "Cope"
12nodetype : "CNode"
13rdnap_x : 93280
14rdnap_y : 463889
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 interface : "ath0"
22 ip : "172.17.8.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-WirelessLeiden-Cope"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar proxy1"
35 interface : "ue0"
36 ip : "172.17.8.66/28"
37 sdesc : "2proxy1"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Ethernet to interlink UniGor1"
46 interface : "vr0"
47 ip : "172.16.3.188/29"
48 sdesc : "2unigor1"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "128"
53 ssid : "il-zo.unigor.wleiden.net"
54 dhcp : False
55 compass : "nw"
56 ns_ip : "172.16.3.187/29"
57 ns_mac : "00:15:6d:ea:f0:1d"
58 status : "up"
59
60
61iface_vr1:
62 comment : "A-link naar Stadhuis via NS5"
63 interface : "vr1"
64 ip : "172.16.3.180/29"
65 sdesc : "2stadhuis"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "116"
70 ssid : "il-nw.stadhuis.wleiden.net"
71 dhcp : False
72 compass : "zo"
73 ns_ip : "172.16.3.179/29"
74 ns_mac : "00:15:6d:ea:f0:4c"
75 status : "up"
76
77
78iface_vr2:
79 comment : "A-link naar Rabo2"
80 interface : "vr2"
81 ip : "172.16.3.196/29"
82 sdesc : "2rabo2"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "44"
87 ssid : "il-z.rabo.wleiden.net"
88 dhcp : False
89 compass : "n"
90 ns_ip : "172.16.3.195/29"
91 ns_mac : "00:15:6d:ea:f0:0f"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.