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

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

Need extra interfac

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