source: genesis/nodes/HybridZwet/wleiden.yaml@ 11390

Last change on this file since 11390 was 11390, checked in by rick, 12 years ago

Initiele config van zwembad en nieuwe zwet nodes.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.11836"
7location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
8longitude : "4.50131"
9masterip : "172.27.129.1"
10monitoring_group: "wzoeterwoude"
11nodename : "Zwet"
12nodetype : "Hybrid"
13rdnap_x : 94326
14rdnap_y : 459275
15release : "9.0-RELEASE"
16remote_access: "buzz.vanderzwet.net:2022"
17service_accesspoint: True
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor Buurt"
26 ip : "172.27.129.1/26"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "11b"
30 channel : "10"
31 ssid : "ap-ZTW-Zwet-Duck"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link to house"
38 ip : "0.0.0.0/30"
39 sdesc : "2house"
40 type : "eth"
41 dhcp : "client"
42 status : "up"
43
44iface_vr0:
45 comment : "Link naar JAR"
46 ip : "172.16.4.49/29"
47 sdesc : "2jar"
48 mode : "ap-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 ssid : "il-z.zwet.wleiden.net"
52 dhcp : False
53 compass : "n"
54 ns_ip : "172.16.4.50/29"
55 ns_mac : "00:27:22:10:fe:52"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59iface_vr1:
60 comment : "Link to PVKerkDuif"
61 ip : "172.16.16.169/29"
62 sdesc : "2pvkerkduif"
63 mode : "ap-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 ssid : "il-o.zwet.wleiden.net"
67 dhcp : False
68 compass : "o"
69 ns_ip : "172.16.16.170/29"
70 ns_mac : "00:27:22:10:fe:52"
71 bridge_type: "NanoStation5"
72 status : "up"
73
74iface_vr2:
75 comment : "Omni voor de Buurt"
76 ip : "172.27.129.129/26"
77 sdesc : "2noord"
78 mode : "ap-wds"
79 type : "eth"
80 ssid : "ap-ZTW-Zwet"
81 dhcp : "140-180"
82 ns_ip : "172.27.129.130/26"
83 ns_mac : "00:15:6d:30:d3:2f"
84 ns_type : "ns2"
85 bridge_type: "NanoStation2"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.