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

Last change on this file since 13290 was 13290, checked in by rick, 10 years ago

New XS4ALL VDSL connection, allowing high uploads, which is usefull for incoming local services.

File size: 2.6 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_concentrator: False
20service_incoming_rdr: True
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor Tuin"
28 ip : "172.27.129.1/26"
29 sdesc : "2buurt"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-ZTW-Zwet-Tuin"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link to house"
40 ip : "192.168.178.51/24"
41 sdesc : "2house"
42 type : "eth"
43 dhcp : False
44 status : "up"
45
46
47iface_ue0_alias0:
48 comment : "Link to buzz"
49 ip : "172.27.129.65/28"
50 sdesc : "2buzz"
51 type : "eth"
52 status : "up"
53
54iface_ue1:
55 comment : "Link to MuziekCentrum"
56 ip : "172.16.9.89/29"
57 sdesc : "2muziekcentrum"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 ssid : "il-w.zwet.wleiden.net"
62 dhcp : False
63 compass : "w"
64 ns_ip : "172.16.9.90/29"
65 ns_mac : "dc:9f:db:64:2d:2c"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69iface_vr0:
70 comment : "Link naar JAR"
71 ip : "172.16.4.49/29"
72 sdesc : "2jar"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 ssid : "il-z.zwet.wleiden.net"
77 dhcp : False
78 compass : "zo"
79 ns_ip : "172.16.4.50/29"
80 ns_mac : "00:27:22:10:fd:d5"
81 bridge_type: "NanoStation M5"
82 status : "up"
83
84
85iface_vr1:
86 comment : "Link to PVKerkDuif"
87 ip : "172.16.16.169/29"
88 sdesc : "2pvkerkduif"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 ssid : "il-o.zwet.wleiden.net"
93 dhcp : False
94 compass : "o"
95 ns_ip : "172.16.16.170/29"
96 ns_mac : "00:15:6d:bd:89:93"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
101iface_vr2:
102 comment : "Omni voor de Buurt"
103 ip : "172.27.129.129/26"
104 sdesc : "2buurt"
105 mode : "ap-wds"
106 type : "eth"
107 ssid : "ap-ZTW-Zwet-Buurt"
108 dhcp : "140-180"
109 ns_ip : "172.27.129.130/26"
110 ns_mac : "00:27:22:66:6c:bc"
111 bridge_type: "Bullet M2"
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.