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

Last change on this file since 13972 was 13887, checked in by rick, 8 years ago

Typo

File size: 2.9 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_bridge0:
26 comment : "Access Point"
27 ip : "172.17.37.1/24"
28 type : "eth"
29 dhcp : "10-240"
30 status : "planned"
31
32
33iface_re0_102:
34 comment : "Link to house"
35 ip : "172.16.7.97/29"
36 sdesc : "2house"
37 mode : "ap-wds"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 ssid : "il-o.rustdam.wleiden.net"
41 dhcp : False
42 compass : "z"
43 ns_ip : "172.16.7.98/29"
44 ns_mac : "00:00:00:00:00:00"
45 ns_type : "ns5"
46 bridge_type: "NanoStation5M"
47 status : "up"
48
49
50iface_re0_103:
51 comment : "Access Point (port 3)"
52 ip : "172.17.52.1/24"
53 sdesc : "2veld"
54 mode : "ap-wds"
55 type : "eth"
56 ssid : "ap-ZTW-Rustdam-WeideVeld"
57 dhcp : "10-240"
58 ns_ip : "172.17.52.2/24"
59 ns_mac : "00:00:00:00:00:00"
60 ns_type : "ns2"
61 bridge_type: "NanoStation2"
62 status : "up"
63 dhcp_fixed : [["e0:76:d0:3c:34:f0", "172.17.52.10", "camera-hooiberg"]]
64
65
66iface_re0_104:
67 comment : "Access Point (port 4) - AirCam (00:27:22:60:43:F1) 172.17.51.5/24"
68 ip : "172.17.51.1/24"
69 sdesc : "2veld"
70 mode : "ap-wds"
71 type : "eth"
72 ssid : "ap-ZTW-Rustdam-BosVeld"
73 dhcp : "10-240"
74 ns_ip : "172.17.51.2/24"
75 ns_mac : "00:00:00:00:00:00"
76 ns_type : "ns2"
77 bridge_type: "NanoStation2"
78 status : "up"
79
80
81iface_re0_105:
82 comment : "Link to StJan"
83 ip : "172.16.6.4/29"
84 sdesc : "2stjan"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "108"
89 ssid : "il-nw.stjan.wleiden.net"
90 dhcp : False
91 compass : "z"
92 ns_ip : "172.16.6.3/29"
93 ns_mac : "dc:9f:db:2a:1d:eb"
94 bridge_type: "NanoStation M5"
95 status : "up"
96
97
98iface_re1_204:
99 comment : "Access Point"
100 parent : "bridge0"
101 sdesc : "2veld"
102 mode : "ap-wds"
103 type : "vlan"
104 ssid : "Wifi Zoeterwoude"
105 ns_ip : "172.17.37.2/24"
106 ns_mac : "00:00:00:00:00:00"
107 ns_type : "lm2"
108 bridge_type: "LocoM2"
109 status : "up"
110
111
112iface_re1_205:
113 comment : "Access Point"
114 parent : "bridge0"
115 sdesc : "2veld"
116 mode : "ap-wds"
117 type : "vlan"
118 ssid : "Wifi Zoeterwoude"
119 ns_ip : "172.17.37.3/24"
120 ns_mac : "00:00:00:00:00:00"
121 ns_type : "lm2"
122 bridge_type: "LocoM2"
123 status : "up"
124
125
Note: See TracBrowser for help on using the repository browser.