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

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

Boolean values should be real boolean values.

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : True
7latitude : "52.25493"
8location : "52.261853"
9longitude : "4.73463"
10masterip : "172.16.17.1"
11nodename : "AMSchiphol"
12nodetype : "CNode"
13rdnap_x : "110442"
14rdnap_y : "474300"
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 : False
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 : False
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 : False
79 compass : "ne"
80 ns_ip : ""
81 ns_mac : ""
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.