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

Last change on this file since 10679 was 10679, checked in by huub, 12 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 : "Hybrid"
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 type : "eth"
43 dhcp : False
44 compass : "None"
45 status : "up"
46
47
48iface_vr1:
49 comment : "Link naar Geluidsnet2"
50 interface : "vr1"
51 ip : "172.16.4.212/29"
52 desc : "link naar Geluidsnet2"
53 sdesc : "2geluidsnet2"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "64"
58 ssid : "il-o.geluidsnet2.wleiden.net"
59 dhcp : False
60 compass : "e"
61 ns_ip : "172.16.4.211/29"
62 ns_mac : "00:27:22:8a:3d:a7"
63 status : "up"
64
65
66iface_vr2:
67 comment : "Link naar vosko2"
68 interface : "vr2"
69 ip : "172.16.17.156/29"
70 desc : "Link naar vosko2"
71 sdesc : "2vosko2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "44"
76 ssid : "il-no.vosko2.wleiden.net"
77 dhcp : False
78 compass : "ne"
79 ns_ip : "172.16.17.155/29"
80 ns_mac : "00:27:22:10:d8:43"
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.