source: genesis/nodes/CNodeLebkov/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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16678"
8location : "Lebkov & Sons, Bargelaan 8, 2333 CT, Leiden CS"
9longitude : "4.48182"
10masterip : "172.19.152.1"
11nodename : "Lebkov"
12nodetype : "CNode"
13rdnap_x : 93058
14rdnap_y : 464678
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 interface : "ath0"
22 ip : "172.19.152.1/24"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Lebkov"
28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar binnen bij Lebkov"
35 interface : "vr0"
36 ip : "172.16.5.161/29"
37 sdesc : "2localAP"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "down"
42
43
44iface_vr1:
45 comment : "Link naar Geluidsnet1"
46 interface : "vr1"
47 ip : "172.16.17.228/29"
48 sdesc : "2geluidsnet1"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "36"
53 ssid : "il-n.geluidsnet1.wleiden.net"
54 dhcp : False
55 compass : "z"
56 ns_ip : "172.16.17.227"
57 ns_mac : "00:15:6d:70:54:ba"
58 status : "up"
59
60
61iface_vr2:
62 comment : "A-link naar LUMC"
63 interface : "vr2"
64 ip : "172.16.4.164/29"
65 sdesc : "2geluidsnet1"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "136"
70 ssid : "il-z.lumc.wleiden.net"
71 dhcp : False
72 compass : "zw"
73 ns_ip : "172.16.4.163/29"
74 ns_mac : "00:15:6d:70:54:51"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.