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

Last change on this file since 10803 was 10803, checked in by richardvm, 13 years ago

just another bunch of port changes

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