source: genesis/nodes/HybridRustdam/wleiden.yaml@ 12493

Last change on this file since 12493 was 12479, checked in by rick, 11 years ago

Correcties om graph van nodes te maken.

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.50.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam"
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: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ue0:
27 comment : "Link to StJan"
28 ip : "172.16.6.4/29"
29 sdesc : "2stjan"
30 mode : "station-wds"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "108"
34 ssid : "il-nw.stjan.wleiden.net"
35 dhcp : False
36 compass : "z"
37 ns_ip : "172.16.6.3/29"
38 ns_mac : "dc:9f:db:2a:1d:eb"
39 bridge_type: "NanoStation M5"
40 status : "up"
41
42
43iface_vr0:
44 comment : "Link to house"
45 ip : "172.16.7.97/29"
46 sdesc : "2house"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 ssid : "il-o.rustdam.wleiden.net"
51 dhcp : False
52 compass : "z"
53 ns_ip : "172.16.7.98/29"
54 ns_mac : "00:00:00:00:00:00"
55 ns_type : "ns5"
56 bridge_type: "NanoStation5M"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Access Point - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
62 ip : "172.17.51.1/24"
63 sdesc : "2veld"
64 mode : "ap-wds"
65 type : "eth"
66 ssid : "ap-ZTW-Rustdam-BosVeld"
67 dhcp : "10-240"
68 ns_ip : "172.17.51.2/24"
69 ns_mac : "00:00:00:00:00:00"
70 ns_type : "ns2"
71 bridge_type: "NanoStation2"
72 status : "up"
73
74
75iface_vr2:
76 comment : "Access Point"
77 ip : "172.17.52.1/24"
78 sdesc : "2veld"
79 mode : "ap-wds"
80 type : "eth"
81 ssid : "ap-ZTW-Rustdam-WeideVeld"
82 dhcp : "10-240"
83 ns_ip : "172.17.52.2/24"
84 ns_mac : "00:00:00:00:00:00"
85 ns_type : "ns2"
86 bridge_type: "NanoStation2"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.