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

Last change on this file since 10279 was 10116, checked in by richardvm, 13 years ago

cleanup

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