source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 10711

Last change on this file since 10711 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: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
7ileiden : True
8latitude : "52.16707"
9location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
10longitude : "4.63817"
11masterip : "172.25.52.1"
12nodename : "WBRotary"
13nodetype : "Hybrid"
14rdnap_x : 103755
15rdnap_y : 464588
16release : "9.0-RELEASE"
17remote_access: ""
18service_accesspoint: True
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "ap voor de buurt"
26 interface : "ath0"
27 ip : "172.25.52.1/24"
28 desc : "ap voor de buurt"
29 sdesc : "apnz"
30 mode : "ap"
31 type : "11b"
32 channel : "8"
33 ssid : "ap-woubrugge-rotarynz"
34 dhcp : "10-250"
35 compass : "None"
36 status : "up"
37
38
39iface_ue0:
40 comment : "link naar Alphen HW Fortis"
41 interface : "ue0"
42 ip : "172.16.18.25/29"
43 desc : "Link naar Alphen"
44 sdesc : "2hwfortis"
45 mode : "station-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "44"
49 ssid : "il-zo.wbrotary.wleiden.net"
50 dhcp : False
51 compass : "se"
52 ns_ip : "172.16.18.26/29"
53 ns_mac : "00:15:6d:8e:dc:be"
54 status : "down"
55
56
57iface_vr0:
58 comment : "link naar Graficall"
59 interface : "vr0"
60 ip : "172.16.18.41/29"
61 desc : "Link naar Graficall, Leiderdorp"
62 sdesc : "2graficall"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "36"
67 ssid : "il-w.wbrotary.wleiden.net"
68 dhcp : False
69 compass : "w"
70 ns_ip : "172.16.18.42/29"
71 ns_mac : "00:27:22:10:34:c6"
72 status : "up"
73
74
75iface_vr1:
76 comment : "link naar external interface"
77 interface : "vr1"
78 ip : "0.0.0.0/30"
79 desc : "Link naar Henk - external"
80 sdesc : "2external"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "108"
85 ssid : "il-n.wbrotary.wleiden.net"
86 dhcp : False
87 compass : "n"
88 dhcpclient : True
89 ns_ip : "172.16.18.34/29"
90 ns_mac : "00:15:6d:8e:dd:81"
91 status : "up"
92
93
94iface_vr2:
95 comment : "ap voor de buurt"
96 interface : "vr2"
97 ip : "172.25.56.1/24"
98 desc : "ap voor de buurt"
99 sdesc : "apwo"
100 mode : "ap"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "3"
104 ssid : "ap-woubrugge-rotarywo"
105 dhcp : "10-250"
106 compass : "None"
107 ns_ip : "172.25.56.2"
108 ns_mac : "00:15:6d:30:2a:5d"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.