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

Last change on this file since 12439 was 12281, checked in by huub, 12 years ago

configuratie Rustdam aanvulling link met stjan

File size: 2.0 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.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
25iface_ue0:
26 comment : "Link to StJan"
27 ip : "172.16.6.4/29"
28 sdesc : "2stjan"
29 mode : "station-wds"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 channel : "108"
33 compass : "z"
34 ssid : "il-nw.stjan.wleiden.net"
35 dhcp : False
36 ns_ip : "172.16.6.3/29"
37 ns_mac : "DC:9F:DB:2A:1D:EB"
38 bridge_type: "NanoStation M5"
39 status : "up"
40
41iface_vr0:
42 comment : "Link to house"
43 ip : "172.16.7.97/29"
44 sdesc : "2house"
45 type : "eth"
46 mode : "ap-wds"
47 dhcp : False
48 ns_ip : "172.16.7.98/29"
49 ns_mac : "00:00:00:00:00:00"
50 ns_type : "ns5"
51 bridge_type: "NanoStation5M"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Access Point"
57 ip : "172.17.51.1/24"
58 sdesc : "2veld"
59 mode : "ap-wds"
60 type : "eth"
61 ssid : "ap-ZTW-Rustdam-BosVeld"
62 dhcp : "10-240"
63 ns_ip : "172.17.51.2/24"
64 ns_mac : "00:00:00:00:00:00"
65 ns_type : "ns2"
66 bridge_type: "NanoStation2"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Access Point"
72 ip : "172.17.52.1/24"
73 sdesc : "2veld"
74 mode : "ap-wds"
75 type : "eth"
76 ssid : "ap-ZTW-Rustdam-WeideVeld"
77 dhcp : "10-240"
78 ns_ip : "172.17.52.2/24"
79 ns_mac : "00:00:00:00:00:00"
80 ns_type : "ns2"
81 bridge_type: "NanoStation2"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.