source: genesis/nodes/HybridRustdam2/wleiden.yaml@ 12330

Last change on this file since 12330 was 12330, checked in by rick, 12 years ago

Webcam project.

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "192.168.178.1"
6comment : "None"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.95.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam2"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16release : "9.0-RELEASE"
17remote_access: "83.85.202.106:1022"
18rdr_rules :
19- ['tcp', 2000, '172.27.129.161', 80]
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: True
23service_proxy_ileiden: True
24service_proxy_normal: True
25status : "up"
26
27iface_vr0:
28 comment : "Uplink"
29 ip : "192.168.178.10/24"
30 sdesc : "uplink"
31 type : "eth"
32 dhcp : False
33 status : "up"
34
35iface_vr1:
36 comment : "Link to Rustdam"
37 ip : "172.16.7.100/29"
38 sdesc : "2rustdam"
39 type : "eth"
40 mode : "station-wds"
41 ssid : "il-o.rustdam.wleiden.net"
42 dhcp : False
43 ns_ip : "172.16.7.99/29"
44 ns_mac : "00:00:00:00:00:00"
45 ns_type : "ns5"
46 bridge_type: "NanoStationM5"
47 status : "up"
48
49
50iface_vr2:
51 comment : "Access Point"
52 ip : "172.17.95.1/24"
53 sdesc : "2terras"
54 mode : "ap-wds"
55 type : "eth"
56 ssid : "ap-ZTW-Rustdam-Terras"
57 dhcp : "10-240"
58 ns_ip : "172.17.95.2/24"
59 ns_mac : "00:00:00:00:00:00"
60 ns_type : "bullet2"
61 bridge_type: "BulletM2"
62 status : "up"
Note: See TracBrowser for help on using the repository browser.