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

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

Cleanup and sync of the config files. Please do mind the
service_accesspoint=True always applies for now.

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