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

Last change on this file since 13529 was 13402, checked in by rick, 9 years ago

Starting to convert first node to VLAN configurations

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_105:
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 ssid : "il-nw.stjan.wleiden.net"
34 dhcp : False
35 compass : "z"
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
41
42iface_re0_102:
43 comment : "Link to house"
44 ip : "172.16.7.97/29"
45 sdesc : "2house"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 ssid : "il-o.rustdam.wleiden.net"
50 dhcp : False
51 compass : "z"
52 ns_ip : "172.16.7.98/29"
53 ns_mac : "00:00:00:00:00:00"
54 ns_type : "ns5"
55 bridge_type: "NanoStation5M"
56 status : "up"
57
58
59iface_re0_104:
60 comment : "Access Point - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
61 ip : "172.17.51.1/24"
62 sdesc : "2veld"
63 mode : "ap-wds"
64 type : "eth"
65 ssid : "ap-ZTW-Rustdam-BosVeld"
66 dhcp : "10-240"
67 ns_ip : "172.17.51.2/24"
68 ns_mac : "00:00:00:00:00:00"
69 ns_type : "ns2"
70 bridge_type: "NanoStation2"
71 status : "up"
72
73
74iface_re0_103:
75 comment : "Access Point"
76 ip : "172.17.52.1/24"
77 sdesc : "2veld"
78 mode : "ap-wds"
79 type : "eth"
80 ssid : "ap-ZTW-Rustdam-WeideVeld"
81 dhcp : "10-240"
82 ns_ip : "172.17.52.2/24"
83 ns_mac : "00:00:00:00:00:00"
84 ns_type : "ns2"
85 bridge_type: "NanoStation2"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.