source: genesis/nodes/HybridRijnVliet/wleiden.yaml@ 12660

Last change on this file since 12660 was 12660, checked in by huub, 11 years ago

config rijnvliet geen dhcp-client op lokale interface

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15001"
7location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
8longitude : "4.47320"
9masterip : "172.20.128.1"
10monitoring_group: "wleiden"
11nodename : "RijnVliet"
12nodetype : "Hybrid"
13rdnap_x : 92445
14rdnap_y : 462819
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP voor de buurt"
26 ip : "172.20.128.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "ap-WirelessLeiden-Rijnvliet"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ap2"
38 ip : "172.17.4.1/24"
39 sdesc : "ap2"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "11"
44 ssid : "ap-WirelessLeiden-Rijnvliet2"
45 dhcp : "10-250"
46 compass : "zw"
47 ns_ip : "172.17.4.2"
48 ns_mac : "00:15:6d:e8:f9:b0"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar lokaal (v/h internet gateway)"
55 ip : "0.0.0.0/30"
56 sdesc : "2local"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr1:
63 comment : "Link naar IMI"
64 ip : "172.16.5.241/29"
65 sdesc : "2imi"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "60"
70 ssid : "il-no.rv.wleiden.net"
71 dhcp : False
72 compass : "no"
73 ns_ip : "172.16.5.242/29"
74 ns_mac : "00:15:6d:ec:82:7c"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr1_alias0:
80 comment : "Link naar Hortus"
81 ip : "172.16.4.164/29"
82 sdesc : "2hortus"
83 type : "eth"
84 dhcp : False
85 status : "up"
86
87
88iface_vr2:
89 comment : "Link naar AJSoft2"
90 ip : "172.16.6.20/29"
91 sdesc : "2ajsoft"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "52"
96 ssid : "il-o.ajsoft2.wleiden.net"
97 dhcp : False
98 compass : "zw"
99 ns_ip : "172.16.6.19/29"
100 ns_mac : "00:15:6d:ec:82:40"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.