source: genesis/nodes/HybridLijtweg2/wleiden.yaml@ 11259

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

hofwijck, lijtweg1,2 en kaag1,2 naar hybrid

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10nodename : "Lijtweg2"
11nodetype : "Hybrid"
12rdnap_x : 92342
13rdnap_y : 466702
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 : "Ap zuid"
24 ip : "172.23.13.1/24"
25 sdesc : "ap-z"
26 mode : "ap"
27 type : "11b"
28 channel : "10"
29 ssid : "ap-WirelessLeiden-Lijtweg2"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar Lijtweg1"
36 ip : "172.16.253.2/30"
37 sdesc : "2lijtweg1"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42
43iface_ue1:
44 comment : "Interlink naar KWVdeKaag"
45 ip : "172.16.17.249/29"
46 sdesc : "2unigorn"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "140"
51 ssid : "il-ono.lijtweg2.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.17.250/29"
55 ns_mac : "00:15:6d:f2:43:eb"
56 bridge_type: "NanoStation M5"
57 status : "up"
58
59
60iface_ue1_alias0:
61 comment : "Link naar Boterhuis"
62 ip : "172.16.6.81/29"
63 sdesc : "2boterhuis"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 dhcp : False
67 status : "down"
68
69
70iface_vr0:
71 comment : "InterLink naar Rustenborch"
72 ip : "172.16.6.33/29"
73 sdesc : "2rustenborch"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "116"
78 ssid : "il-w.lijtweg2.wleiden.net"
79 dhcp : False
80 compass : "zw"
81 ns_ip : "172.16.6.34"
82 ns_mac : "00:15:6d:70:51:c6"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr1:
88 comment : "Link naar de Leidse Houtschool"
89 ip : "172.16.3.113/29"
90 sdesc : "2lhs"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "132"
95 ssid : "il-z.lijtweg2.wleiden.net"
96 dhcp : False
97 compass : "z"
98 ns_ip : "172.16.3.114/29"
99 ns_mac : "00:15:6d:71:54:c7"
100 bridge_type: "NanoStation5"
101 status : "up"
102
103
104iface_vr1_alias0:
105 comment : "Link naar Camimplants"
106 ip : "172.16.6.97/29"
107 sdesc : "2camimplants"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 dhcp : False
111 status : "up"
112
113
114iface_vr2:
115 comment : "InterLink naar Broekplein"
116 ip : "172.16.5.140/29"
117 sdesc : "2broekplein"
118 mode : "station-wds"
119 type : "eth"
120 extra_type : "eth2wifibridge"
121 channel : "44"
122 ssid : "il-w.broekplein.wleiden.net"
123 dhcp : False
124 compass : "o"
125 ns_ip : "172.16.5.139/29"
126 ns_mac : "00:15:6d:70:4d:d3"
127 bridge_type: "NanoStation5"
128 status : "up"
129
130
Note: See TracBrowser for help on using the repository browser.