source: genesis/nodes/CNodeAMSchiphol/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.75742"
7location : ""
8longitude : "52.25493"
9masterip : "172.16.17.1"
10nodename : "Schiphol"
11nodetype : "CNode"
12rdnap_x : 111998
13rdnap_y : 474286
14release : "8.1-RELEASE"
15status : "dw"
16
17
18iface_ath0:
19 comment : "OMNI voor Wifi op Schiphol"
20 interface : "ath0"
21 ip : "172.16.17.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap-omni"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-westereinder-schiphol"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "nanostation naar watertoren2"
35 interface : "vr0"
36 ip : "172.16.16.201/29"
37 desc : "Ethernet naar watertoren2"
38 sdesc : "2watertoren2"
39 mode : "station-wds"
40 type : "eth"
41 channel : ""
42 ssid : "il-nw.watertoren2.wleiden.net"
43 dhcp : "no"
44 compass : "nw"
45 ns_ip : ""
46 ns_mac : ""
47 status : "up"
48
49
50iface_vr1:
51 comment : "nanostation naar drijfhuis"
52 interface : "vr1"
53 ip : "172.16.16.209/29"
54 desc : "Ethernet naar drijfhuis"
55 sdesc : "2drijfhuis"
56 mode : "station-wds"
57 type : "eth"
58 channel : ""
59 ssid : "il-zw.drijfhuis.wleiden.net"
60 dhcp : "no"
61 compass : "sw"
62 ns_ip : ""
63 ns_mac : ""
64 status : "up"
65
66
67iface_vr2:
68 comment : "nanostation naar recpark"
69 interface : "vr2"
70 ip : "172.16.16.217/29"
71 desc : "Ethernet naar recpark"
72 sdesc : "2recpark"
73 mode : "station-wds"
74 type : "eth"
75 channel : ""
76 ssid : "il-no.recpark.wleiden.net"
77 dhcp : "no"
78 compass : "ne"
79 ns_ip : ""
80 ns_mac : ""
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.