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

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

Schoommaak ondersteuning.

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "ue0"
7latitude : "52.11836"
8location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
9longitude : "4.50131"
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
45
46iface_ue0_alias0:
47 comment : "Link to buzz"
48 ip : "172.27.129.65/28"
49 sdesc : "2buzz"
50 type : "eth"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar JAR"
56 ip : "172.16.4.49/29"
57 sdesc : "2jar"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 ssid : "il-z.zwet.wleiden.net"
62 dhcp : False
63 compass : "zo"
64 ns_ip : "172.16.4.50/29"
65 ns_mac : "00:27:22:10:fd:d5"
66 bridge_type: "NanoStation5M"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link to PVKerkDuif"
72 ip : "172.16.16.169/29"
73 sdesc : "2pvkerkduif"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 ssid : "il-o.zwet.wleiden.net"
78 dhcp : False
79 compass : "o"
80 ns_ip : "172.16.16.170/29"
81 ns_mac : "00:15:6d:bd:89:93"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Omni voor de Buurt"
88 ip : "172.27.129.129/26"
89 sdesc : "2buurt"
90 mode : "ap-wds"
91 type : "eth"
92 ssid : "ap-ZTW-Zwet-Buurt"
93 dhcp : "140-180"
94 ns_ip : "172.27.129.130/26"
95 ns_mac : "00:27:22:66:6c:bc"
96 bridge_type: "Bullet2M"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.