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

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

configuratie lijtweg2 aangepast aan veranderingen ivm plaatsing nodekast met switch

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