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

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

Automatic cleanups

File size: 2.0 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 dhcp : False
50 compass : "z"
51 ns_ip : "172.16.7.98/29"
52 ns_mac : "00:00:00:00:00:00"
53 ns_type : "ns5"
54 bridge_type: "NanoStation5M"
55 status : "up"
56
57
58iface_vr1:
59 comment : "Access Point - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
60 ip : "172.17.51.1/24"
61 sdesc : "2veld"
62 mode : "ap-wds"
63 type : "eth"
64 ssid : "ap-ZTW-Rustdam-BosVeld"
65 dhcp : "10-240"
66 ns_ip : "172.17.51.2/24"
67 ns_mac : "00:00:00:00:00:00"
68 ns_type : "ns2"
69 bridge_type: "NanoStation2"
70 status : "up"
71
72
73iface_vr2:
74 comment : "Access Point"
75 ip : "172.17.52.1/24"
76 sdesc : "2veld"
77 mode : "ap-wds"
78 type : "eth"
79 ssid : "ap-ZTW-Rustdam-WeideVeld"
80 dhcp : "10-240"
81 ns_ip : "172.17.52.2/24"
82 ns_mac : "00:00:00:00:00:00"
83 ns_type : "ns2"
84 bridge_type: "NanoStation2"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.