source: genesis/nodes/HybridRund/wleiden.yaml@ 10677

Last change on this file since 10677 was 10677, checked in by huub, 14 years ago

hybrid config voor Rund

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.16114"
8location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
9longitude : "4.49224"
10masterip : "172.17.160.1"
11nodename : "Rund"
12nodetype : "CNode"
13rdnap_x : 93763
14rdnap_y : 464042
15release : "9.0-RELEASE"
16service_proxy_ileiden: True
17service_proxy_normal: True
18status : "up"
19
20
21iface_ath0:
22 comment : "ap"
23 interface : "ath0"
24 ip : "172.17.160.1/24"
25 desc : "AP"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Rund"
31 dhcp : "10-250"
32 compass : "None"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Link to external interface"
38 interface : "vr0"
39 ip : "172.17.160.65/28"
40 desc : "External Link"
41 sdesc : "2external"
42 dhcp : False
43 compass : "None"
44 status : "up"
45
46
47iface_vr1:
48 comment : "Link naar Geluidsnet2"
49 interface : "vr1"
50 ip : "172.16.4.212/29"
51 desc : "link naar Geluidsnet2"
52 sdesc : "2geluidsnet2"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "64"
57 ssid : "il-o.geluidsnet2.wleiden.net"
58 dhcp : False
59 compass : "e"
60 ns_ip : "172.16.4.211/29"
61 ns_mac : "00:27:22:8a:3d:a7"
62 status : "up"
63
64
65iface_vr2:
66 comment : "Link naar vosko2"
67 interface : "vr2"
68 ip : "172.16.17.156/29"
69 desc : "Link naar vosko2"
70 sdesc : "2vosko2"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "44"
75 ssid : "il-no.vosko2.wleiden.net"
76 dhcp : False
77 compass : "ne"
78 ns_ip : "172.16.17.155/29"
79 ns_mac : "00:27:22:10:d8:43"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.