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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.5 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 ip : "172.16.17.1/26"
22 sdesc : "ap-omni"
23 mode : "ap"
24 type : "11b"
25 channel : "8"
26 ssid : "ap-westereinder-schiphol"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Ethernet naar watertoren2"
33 ip : "172.16.16.201/29"
34 sdesc : "2watertoren2"
35 mode : "station-wds"
36 type : "eth"
37 channel : ""
38 ssid : "il-nw.watertoren2.wleiden.net"
39 dhcp : False
40 compass : "nw"
41 ns_ip : ""
42 ns_mac : ""
43 status : "up"
44
45
46iface_vr1:
47 comment : "Ethernet naar drijfhuis"
48 ip : "172.16.16.209/29"
49 sdesc : "2drijfhuis"
50 mode : "station-wds"
51 type : "eth"
52 channel : ""
53 ssid : "il-zw.drijfhuis.wleiden.net"
54 dhcp : False
55 compass : "sw"
56 ns_ip : ""
57 ns_mac : ""
58 status : "up"
59
60
61iface_vr2:
62 comment : "Ethernet naar recpark"
63 ip : "172.16.16.217/29"
64 sdesc : "2recpark"
65 mode : "station-wds"
66 type : "eth"
67 channel : ""
68 ssid : "il-no.recpark.wleiden.net"
69 dhcp : False
70 compass : "ne"
71 ns_ip : ""
72 ns_mac : ""
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.