source: genesis/nodes/HybridDrijfhuis/wleiden.yaml@ 11278

Last change on this file since 11278 was 11278, checked in by richardvm, 12 years ago

extra net for bullet

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.26387"
7location : "Jachthaven Drijfhuis,Uiterweg 27, 1431 AA,Aalsmeer"
8longitude : "4.74555"
9masterip : "172.17.12.1"
10nodename : "Drijfhuis"
11nodetype : "Hybrid"
12rdnap_x : "111196"
13rdnap_y : "475288"
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "OMNI voor Wifi op de Drijfhuis"
24 ip : "172.17.12.1/24"
25 sdesc : "ap-omni"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-westeinder-drijfhuis"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "link naar Watertoren1"
36 ip : "172.16.16.36/29"
37 sdesc : "2watertoren1"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "132"
42 ssid : "il-nw.watertoren1.wleiden.net"
43 dhcp : False
44 compass : "zo"
45 ns_ip : "172.16.16.35"
46 ns_mac : "00:15:6d:70:50:04"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr1:
52 comment : "subnet naar bullet"
53 ip : "172.17.0.193/26"
54 sdesc : "2ring"
55 mode : "ap"
56 type : "eth"
57 channel : "80"
58 ssid : "ap-westeinder-drijfhuis-3"
59 dhcp : "133-190"
60 ns_ip : "172.17.0.194/26"
61 ns_mac : ""
62 status : "up"
63
64#iface_vr1:
65# comment : "link naar schiphol (UNUSED)"
66# ip : "172.16.3.233/29"
67# sdesc : "2schiphol"
68# mode : "ap-wds"
69# type : "eth"
70# extra_type : "eth2wifibridge"
71# channel : "60"
72# ssid : "il-zw.drijfhuis.wleiden.net"
73# dhcp : False
74# compass : "sw"
75# ns_ip : "172.16.3.234/29"
76# ns_mac : "00:15:6d:70:4d:6d"
77# bridge_type: "NanoStation5"
78# status : "down"
79
80iface_vr2:
81 comment : "subnet naar nano"
82 ip : "172.17.0.129/26"
83 sdesc : "2ring"
84 mode : "ap"
85 type : "eth"
86 channel : "80"
87 ssid : "ap-westeinder-drijfhuis-2"
88 dhcp : "133-190"
89 ns_ip : "172.17.0.130/26"
90 ns_mac : ""
91 status : "up"
92
Note: See TracBrowser for help on using the repository browser.