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

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

Which bridge type do we configure?

Requested-By: richardvm

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