source: genesis/nodes/HybridLijtweg1/wleiden.yaml@ 12171

Last change on this file since 12171 was 11777, checked in by huub, 12 years ago

config lijtweg1 gewijzigd ivm link naar Leeuwenhorst

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg1"
12nodetype : "Hybrid"
13rdnap_x : 92344
14rdnap_y : 466740
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 noord"
26 ip : "172.23.12.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-WirelessLeiden-Lijtweg1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Extra ap oost"
38 ip : "172.17.69.1/24"
39 sdesc : "AP-oost"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "2"
44 ssid : "ap-WirelessLeiden-Lijtweg1oost"
45 dhcp : "10-250"
46 compass : "o"
47 ns_ip : "172.17.69.2"
48 ns_mac : "00:15:6d:e8:e7:20"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_ue1:
54 comment : "Ethernet naar Lijtweg2"
55 ip : "172.16.253.1/30"
56 sdesc : "2lijtweg2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61iface_vr0:
62 comment : "Link naar Leeuwenhorst en Voorhout via switch"
63 ip : "172.16.4.113/29"
64 sdesc : "2lhs"
65 mode : "ap-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "140"
69 ssid : "il-n.lijtweg1.wleiden.net"
70 ns_ip : "172.16.4.114"
71 ns_mac : "dc:9f:db:2e:0b:03"
72 bridge_type: "NanoBridgeM5"
73 dhcp : False
74 compass : "nnw"
75 status : "down"
76
77iface_vr0_alias0:
78 comment : "Link naar Walter"
79 ip : "172.16.6.9/29"
80 sdesc : "2rene"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "108"
85 ssid : "il-n.lijtweg1.wleiden.net"
86 dhcp : False
87 compass : "no"
88 ns_ip : "172.16.6.10"
89 ns_mac : "00:15:6d:70:53:4e"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93iface_vr1:
94 comment : "Link naar Kaag1"
95 ip : "172.16.3.1/29"
96 sdesc : "2kaag1"
97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "124"
101 ssid : "il-o.lijtweg1.wleiden.net"
102 dhcp : False
103 compass : "o"
104 ns_ip : "172.16.3.2"
105 ns_mac : "00:15:6d:70:53:86"
106 bridge_type: "NanoStation5"
107 status : "up"
108
109iface_vr1_alias0:
110 comment : "Link naar Langevoort"
111 ip : "172.16.6.241/29"
112 sdesc : "2langevoort"
113 mode : "station-wds"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 dhcp : False
117 status : "up"
118
119iface_vr2:
120 comment : "Link naar Aster"
121 ip : "172.16.17.89/29"
122 sdesc : "2aster"
123 mode : "ap-wds"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 channel : "116"
127 ssid : "il-w.lijtweg1.wleiden.net"
128 dhcp : False
129 compass : "w"
130 ns_ip : "172.16.17.90/29"
131 ns_mac : "00:15:6d:70:54:65"
132 bridge_type: "NanoStation5"
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.