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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 1.4 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 : "OMNI voor Wifi op de Drijfhuis"
21 ip : "172.17.12.1/26"
22 sdesc : "ap-omni"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-westeinder-drijfhuis"
27 dhcp : "20-50"
28 compass : "None"
29 status : "up"
30
31
32iface_vr0:
33 comment : "Nanostation5 naar Watertoren"
34 ip : "172.16.16.36/29"
35 sdesc : "2watertoren"
36 mode : "station-wds"
37 type : "eth"
38 channel : "132"
39 ssid : "il-nw.watertoren1.wleiden.net"
40 dhcp : False
41 compass : "zo"
42 ns_ip : "172.16.16.35"
43 ns_mac : "00:15:6d:70:50:04"
44 status : "up"
45
46
47iface_vr1:
48 comment : "Nanostation5 naar schiphol (UNUSED)"
49 ip : "172.16.3.233/29"
50 sdesc : "2schiphol"
51 mode : "station-wds"
52 type : "eth"
53 channel : "60"
54 ssid : "il-zw.drijfhuis.wleiden.net"
55 dhcp : False
56 compass : "sw"
57 ns_ip : "172.16.3.234/29"
58 ns_mac : "00:15:6d:70:4d:6d"
59 status : "down"
60
61
Note: See TracBrowser for help on using the repository browser.