source: genesis/nodes/CNodeCam/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: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.16622"
8location : "CamBioCeramics, Zernikedreef 6, 2333 CL, Leiden"
9longitude : "4.47068"
10masterip : "172.19.174.1"
11nodename : "Cam"
12nodetype : "CNode"
13rdnap_x : 92295
14rdnap_y : 464625
15release : "9.0-RELEASE"
16status : "down"
17
18
19iface_ath0:
20 comment : "Omni voor de buurt"
21 interface : "ath0"
22 ip : "172.19.174.1/26"
23 sdesc : "omni"
24 mode : "ap"
25 type : "11b"
26 channel : "10"
27 ssid : "ap.camimplants.wleiden.net"
28 dhcp : "10-60"
29 compass : "no"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar Camimplants"
35 interface : "vr0"
36 ip : "172.19.174.65/29"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "down"
42
43
44iface_vr1:
45 comment : "Link naar Lijtweg2"
46 interface : "vr1"
47 ip : "172.16.6.100/29"
48 sdesc : "2lijtweg2"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "132"
53 ssid : "il-z.lijtweg2.wleiden.net"
54 dhcp : False
55 compass : "n"
56 ns_ip : "172.16.6.99/29"
57 ns_mac : "00:00:00:00:00:00"
58 status : "down"
59
60
61iface_vr2:
62 comment : "Link naar DirkLos1"
63 interface : "vr2"
64 ip : "172.16.4.92/29"
65 sdesc : "2dirklos1"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "44"
70 ssid : "il-zw.dirklos1.wleiden.net"
71 dhcp : False
72 compass : "n"
73 ns_ip : "172.16.4.91/29"
74 ns_mac : "00:00:00:00:00:00"
75 status : "down"
76
77
Note: See TracBrowser for help on using the repository browser.