source: genesis/nodes/CNodeRustenborch/wleiden.yaml@ 10888

Last change on this file since 10888 was 10885, checked in by rick, 13 years ago

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.18218"
8location : "Zorgcentrum Rustenborch, Van Wijckersloothplein 3, 2341 BB, Oegstgeest"
9longitude : "4.46392"
10masterip : "172.23.24.1"
11nodename : "Rustenborch"
12nodetype : "CNode"
13rdnap_x : 91855
14rdnap_y : 466407
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 interface : "ath0"
22 ip : "172.23.24.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "1"
27 ssid : "ap-WirelessLeiden-Rustenborch"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar rustenborch"
35 interface : "vr0"
36 ip : "172.23.24.65/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : "66-78"
40 compass : "None"
41 status : "up"
42
43
44iface_vr1:
45 comment : "Link naar Lijtweg2"
46 interface : "vr1"
47 ip : "172.16.6.36/29"
48 sdesc : "2lijtweg2"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "116"
53 ssid : "il-w.lijtweg2.wleiden.net"
54 dhcp : False
55 compass : "no"
56 ns_ip : "172.16.6.35"
57 ns_mac : "00:15:6d:71:54:67"
58 status : "up"
59
60
61iface_vr2:
62 comment : "Link naar UniGorN"
63 interface : "vr2"
64 ip : "172.16.17.244/29"
65 sdesc : "2unigorn"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "104"
70 ssid : "il-n.unigorn.wleiden.net"
71 dhcp : False
72 compass : "z"
73 ns_ip : "172.16.17.243/29"
74 ns_mac : "00:15:6d:70:54:cc"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.