source: genesis/nodes/CNodeDrijfhuis/wleiden.yaml@ 10881

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

Make the interface keys wat meer standaard.

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.26387"
8location : "Jachthaven Drijfhuis,1431 AA,Aalsmeer"
9longitude : "4.74555"
10masterip : "172.17.12.1"
11nodename : "Drijfhuis"
12nodetype : "CNode"
13rdnap_x : "111196"
14rdnap_y : "475288"
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "autogen-FIXME"
21 interface : "ath0"
22 ip : "172.17.12.1/26"
23 desc : "OMNI voor Wifi op de Drijfhuis"
24 sdesc : "ap-omni"
25 mode : "ap"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-westeinder-drijfhuis"
29 dhcp : "20-50"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "autogen-FIXME"
36 interface : "vr0"
37 ip : "172.16.16.36/29"
38 desc : "Nanostation5 naar Watertoren"
39 sdesc : "2watertoren"
40 mode : "station-wds"
41 type : "eth"
42 channel : "132"
43 ssid : "il-nw.watertoren1.wleiden.net"
44 dhcp : False
45 compass : "zo"
46 ns_ip : "172.16.16.35"
47 ns_mac : "00:15:6d:70:50:04"
48 status : "up"
49
50
51iface_vr1:
52 comment : "autogen-FIXME"
53 interface : "vr1"
54 ip : "172.16.3.233/29"
55 desc : "Nanostation5 naar schiphol (UNUSED)"
56 sdesc : "2schiphol"
57 mode : "station-wds"
58 type : "eth"
59 channel : "60"
60 ssid : "il-zw.drijfhuis.wleiden.net"
61 dhcp : False
62 compass : "sw"
63 ns_ip : "172.16.3.234/29"
64 ns_mac : "00:15:6d:70:4d:6d"
65 status : "down"
66
67
Note: See TracBrowser for help on using the repository browser.