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

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

Zaterdag wordt nieuwe (extra) node geplaatst.

File size: 1.4 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"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "planned"
24
25iface_vr0:
26 comment : "Uplink"
27 ip : "192.168.178.10/24"
28 sdesc : "uplink"
29 type : "eth"
30 dhcp : False
31 status : "up"
32
33iface_vr1:
34 comment : "Link to Rustdam"
35 ip : "172.16.7.100/29"
36 sdesc : "2rustdam"
37 type : "eth"
38 mode : "station-wds"
39 ssid : "il-o.rustdam.wleiden.net"
40 dhcp : False
41 ns_ip : "172.16.7.99/29"
42 ns_mac : "00:00:00:00:00:00"
43 ns_type : "ns5"
44 bridge_type: "NanoStationM5"
45 status : "up"
46
47
48iface_vr2:
49 comment : "Access Point"
50 ip : "172.17.95.1/24"
51 sdesc : "2terras"
52 mode : "ap-wds"
53 type : "eth"
54 ssid : "ap-ZTW-Rustdam-Terras"
55 dhcp : "10-240"
56 ns_ip : "172.17.95.2/24"
57 ns_mac : "00:00:00:00:00:00"
58 ns_type : "bullet2"
59 bridge_type: "BulletM2"
60 status : "up"
Note: See TracBrowser for help on using the repository browser.