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

Last change on this file since 12439 was 12421, checked in by rick, 11 years ago

Disable incoming rdr for time beeing, when using NAT, etc this might come back

File size: 2.2 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: False
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
54
55iface_vr0:
56 comment : "Link naar JAR"
57 ip : "172.16.4.49/29"
58 sdesc : "2jar"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 ssid : "il-z.zwet.wleiden.net"
63 dhcp : False
64 compass : "zo"
65 ns_ip : "172.16.4.50/29"
66 ns_mac : "00:27:22:10:fd:d5"
67 bridge_type: "NanoStation M5"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Link to PVKerkDuif"
73 ip : "172.16.16.169/29"
74 sdesc : "2pvkerkduif"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 ssid : "il-o.zwet.wleiden.net"
79 dhcp : False
80 compass : "o"
81 ns_ip : "172.16.16.170/29"
82 ns_mac : "00:15:6d:bd:89:93"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "Omni voor de Buurt"
89 ip : "172.27.129.129/26"
90 sdesc : "2buurt"
91 mode : "ap-wds"
92 type : "eth"
93 ssid : "ap-ZTW-Zwet-Buurt"
94 dhcp : "140-180"
95 ns_ip : "172.27.129.130/26"
96 ns_mac : "00:27:22:66:6c:bc"
97 bridge_type: "Bullet M2"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.