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

Last change on this file since 13150 was 13150, checked in by huub, 10 years ago

nieuwe ssid Lijtweg1

File size: 3.0 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 : "WiFi—Oegstgeest"
32 wlan_mac : "00:1b:b1:05:02:7c"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Extra ap west richting Rabobank"
39 ip : "172.17.69.1/24"
40 sdesc : "AP-west"
41 mode : "ap3"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "2"
45 ssid : "wiFi-Oegstgeest-3"
46 dhcp : "10-250"
47 compass : "w"
48 ns_ip : "172.17.69.2"
49 ns_mac : "00:27:22:e2:53:1c"
50 bridge_type: "NanoStationM2"
51 status : "up"
52
53
54iface_ue1:
55 comment : "Ethernet naar Lijtweg2"
56 ip : "172.16.253.1/30"
57 sdesc : "2lijtweg2"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr0:
64 comment : "Link naar Voorhout TEYBestuurscentrum"
65 ip : "172.16.4.113/29"
66 sdesc : "2teybc"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "56"
71 ssid : "il-n.lijtweg1.wleiden.net"
72 dhcp : False
73 compass : "n"
74 ns_ip : "172.16.4.114"
75 ns_mac : "dc:9f:db:2e:0b:03"
76 bridge_type: "NanoBridgeM5"
77 status : "up"
78
79
80iface_vr0_alias0:
81 comment : "Link naar Walter en Rene"
82 ip : "172.16.6.9/29"
83 sdesc : "2rene"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 dhcp : False
88 bridge_type: "NanoStation M5"
89 status : "up"
90
91
92iface_vr1:
93 comment : "Link naar xxxx"
94 ip : "172.16.6.145/29"
95 sdesc : "2kaag1"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "124"
100 ssid : "il-o.lijtweg1.wleiden.net"
101 dhcp : False
102 compass : "no"
103 ns_ip : "172.16.6.146"
104 ns_mac : "00:15:6d:70:53:86"
105 bridge_type: "NanoStation5"
106 status : "up"
107
108
109iface_vr1_alias0:
110 comment : "Link naar Langevoort"
111 ip : "172.16.6.241/29"
112 sdesc : "2langevoort"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 dhcp : False
116 bridge_type: "NanoStation M5"
117 status : "up"
118
119
120iface_vr2:
121 comment : "Link naar Aster"
122 ip : "172.16.17.89/29"
123 sdesc : "2aster"
124 mode : "ap-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "116"
128 ssid : "il-w.lijtweg1.wleiden.net"
129 dhcp : False
130 compass : "w"
131 ns_ip : "172.16.17.90/29"
132 ns_mac : "00:15:6d:70:54:65"
133 bridge_type: "NanoStation5"
134 status : "up"
135
136
Note: See TracBrowser for help on using the repository browser.