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

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

Not working, back to the start

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"
9externalif: "ue0"
10masterip : "172.27.129.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Zwet"
13nodetype : "Hybrid"
14rdnap_x : 94326
15rdnap_y : 459275
16release : "9.0-RELEASE"
17remote_access: "buzz.vanderzwet.net:2022"
18service_accesspoint: True
19service_incoming_rdr: True
20service_proxy_ileiden: False
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor Tuin"
27 ip : "172.27.129.1/26"
28 sdesc : "2buurt"
29 mode : "ap"
30 type : "11b"
31 channel : "10"
32 ssid : "ap-ZTW-Zwet-Tuin"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link to house"
39 ip : "0.0.0.0/30"
40 sdesc : "2house"
41 type : "eth"
42 dhcp : "client"
43 status : "up"
44
45iface_vr0:
46 comment : "Link naar JAR"
47 ip : "172.16.4.49/29"
48 sdesc : "2jar"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 ssid : "il-z.zwet.wleiden.net"
53 dhcp : False
54 compass : "n"
55 ns_ip : "172.16.4.50/29"
56 ns_mac : "00:27:22:10:fd:d5"
57 bridge_type: "NanoStation5M"
58 status : "up"
59
60iface_vr1:
61 comment : "Link to PVKerkDuif"
62 ip : "172.16.16.169/29"
63 sdesc : "2pvkerkduif"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-o.zwet.wleiden.net"
68 dhcp : False
69 compass : "o"
70 ns_ip : "172.16.16.170/29"
71 ns_mac : "00:15:6d:bd:89:93"
72 bridge_type: "NanoStation5"
73 status : "up"
74
75iface_vr2:
76 comment : "Omni voor de Buurt"
77 ip : "172.27.129.129/26"
78 sdesc : "2buurt"
79 mode : "ap-wds"
80 type : "eth"
81 ssid : "ap-ZTW-Zwet-Buurt"
82 dhcp : "140-180"
83 ns_ip : "172.27.129.130/26"
84 ns_mac : "00:27:22:66:6c:bc"
85 bridge_type: "Bullet2M"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.