source: genesis/nodes/Rustdam/wleiden.yaml@ 13608

Last change on this file since 13608 was 13587, checked in by rick, 9 years ago

USB dongles are broken, temponary moved AP to unused link

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "apu1d"
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 : "10.2-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_re0_102:
26 comment : "Link to house"
27 ip : "172.16.7.97/29"
28 sdesc : "2house"
29 mode : "ap-wds"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 ssid : "il-o.rustdam.wleiden.net"
33 dhcp : False
34 compass : "z"
35 ns_ip : "172.16.7.98/29"
36 ns_mac : "00:00:00:00:00:00"
37 ns_type : "ns5"
38 bridge_type: "NanoStation5M"
39 status : "up"
40
41
42iface_re0_103:
43 comment : "Access Point (port 3)"
44 ip : "172.17.52.1/24"
45 sdesc : "2veld"
46 mode : "ap-wds"
47 type : "eth"
48 ssid : "ap-ZTW-Rustdam-WeideVeld"
49 dhcp : "10-240"
50 ns_ip : "172.17.52.2/24"
51 ns_mac : "00:00:00:00:00:00"
52 ns_type : "ns2"
53 bridge_type: "NanoStation2"
54 status : "up"
55
56
57iface_re0_104:
58 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
59 ip : "172.17.51.1/24"
60 sdesc : "2veld"
61 mode : "ap-wds"
62 type : "eth"
63 ssid : "ap-ZTW-Rustdam-BosVeld"
64 dhcp : "10-240"
65 ns_ip : "172.17.51.2/24"
66 ns_mac : "00:00:00:00:00:00"
67 ns_type : "ns2"
68 bridge_type: "NanoStation2"
69 status : "up"
70
71
72iface_re0_105:
73 comment : "Link to StJan"
74 ip : "172.16.6.4/29"
75 sdesc : "2stjan"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "108"
80 ssid : "il-nw.stjan.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.6.3/29"
84 ns_mac : "dc:9f:db:2a:1d:eb"
85 bridge_type: "NanoStation M5"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.