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

Last change on this file since 10674 was 10674, checked in by huub, 13 years ago

config gemaakt voor hybrid van node WBRotary met externe interface naar Henk

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_proxy_ileiden: True
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "ap voor de buurt"
25 interface : "ath0"
26 ip : "172.25.52.1/24"
27 desc : "ap voor de buurt"
28 sdesc : "apnz"
29 mode : "ap"
30 type : "11b"
31 channel : "8"
32 ssid : "ap-woubrugge-rotarynz"
33 dhcp : "10-250"
34 compass : "None"
35 status : "up"
36
37
38iface_ue0:
39 comment : "link naar Alphen HW Fortis"
40 interface : "ue0"
41 ip : "172.16.18.25/29"
42 desc : "Link naar Alphen"
43 sdesc : "2hwfortis"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "44"
48 ssid : "il-zo.wbrotary.wleiden.net"
49 dhcp : False
50 compass : "se"
51 ns_ip : "172.16.18.26/29"
52 ns_mac : "00:15:6d:8e:dc:be"
53 status : "down"
54
55
56iface_vr0:
57 comment : "link naar Graficall"
58 interface : "vr0"
59 ip : "172.16.18.41/29"
60 desc : "Link naar Graficall, Leiderdorp"
61 sdesc : "2graficall"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "36"
66 ssid : "il-w.wbrotary.wleiden.net"
67 dhcp : False
68 compass : "w"
69 ns_ip : "172.16.18.42/29"
70 ns_mac : "00:27:22:10:34:c6"
71 status : "up"
72
73
74iface_vr1:
75 comment : "link naar external interface"
76 interface : "vr1"
77 ip : "0.0.0.0/30"
78 desc : "Link naar Henk - external"
79 sdesc : "2external"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "108"
84 ssid : "il-n.wbrotary.wleiden.net"
85 dhcp : False
86 compass : "n"
87 dhcpclient : True
88 ns_ip : "172.16.18.34/29"
89 ns_mac : "00:15:6d:8e:dd:81"
90 status : "up"
91
92
93iface_vr2:
94 comment : "ap voor de buurt"
95 interface : "vr2"
96 ip : "172.25.56.1/24"
97 desc : "ap voor de buurt"
98 sdesc : "apwo"
99 mode : "ap"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "3"
103 ssid : "ap-woubrugge-rotarywo"
104 dhcp : "10-250"
105 compass : "None"
106 ns_ip : "172.25.56.2"
107 ns_mac : "00:15:6d:30:2a:5d"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.