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

Last change on this file since 11737 was 11737, checked in by rick, 12 years ago

Upgrading all wireless protocols, as 802.11g has far better collicion control
than 802.11b. It also plays nicer with 802.11n and is the de-facto WiFi
standard in use at 2.4Ghz band.

File size: 3.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.18489"
[10116]7location : "Lijtweg, 2341 HB, Oegstgeest"
[10881]8longitude : "4.47098"
[10116]9masterip : "172.23.13.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "Lijtweg2"
[11259]12nodetype : "Hybrid"
[10059]13rdnap_x : 92342
14rdnap_y : 466702
[11259]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[11259]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
[10059]22
[11731]23
[10116]24iface_ath0:
[10884]25 comment : "Ap zuid"
[11259]26 ip : "172.23.13.1/24"
[10116]27 sdesc : "ap-z"
[10703]28 mode : "ap"
[11737]29 type : "11g"
[10116]30 channel : "10"
[10156]31 ssid : "ap-WirelessLeiden-Lijtweg2"
[11259]32 dhcp : "10-250"
[10116]33 status : "up"
34
[11731]35
[10059]36iface_ue0:
[11674]37 comment : "InterLink naar Broekplein"
38 ip : "172.16.5.140/29"
39 sdesc : "2broekplein"
40 mode : "station-wds"
[10116]41 type : "eth"
[11674]42 extra_type : "eth2wifibridge"
43 channel : "44"
44 ssid : "il-w.broekplein.wleiden.net"
[10454]45 dhcp : False
[11674]46 compass : "o"
47 ns_ip : "172.16.5.139/29"
48 ns_mac : "00:15:6d:70:4d:d3"
49 bridge_type: "NanoStation5"
[10116]50 status : "up"
[10059]51
[11731]52
[11674]53iface_vr0:
[11698]54 comment : "InterLink naar Rustenborch via switch"
[11674]55 ip : "172.16.6.33/29"
56 sdesc : "2rustenborch"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "116"
61 ssid : "il-w.lijtweg2.wleiden.net"
62 dhcp : False
63 compass : "zw"
64 ns_ip : "172.16.6.34"
65 ns_mac : "00:15:6d:70:51:c6"
66 bridge_type: "NanoStation5"
67 status : "up"
[10059]68
[11731]69
[11698]70iface_vr0_alias0:
71 comment : "Interlink naar KWVdeKaag via switch nanoM5 172.16.17.250 00:15:6d:f2:43:eb"
[10116]72 ip : "172.16.17.249/29"
73 sdesc : "2unigorn"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
[10386]77 channel : "140"
[10116]78 ssid : "il-ono.lijtweg2.wleiden.net"
[10454]79 dhcp : False
[10729]80 compass : "o"
[10116]81 status : "up"
[10059]82
[11731]83
[11698]84iface_vr0_alias1:
85 comment : "Link naar Boterhuis via switch nano 172.16.17.250 00:15:6d:f2:43:eb"
[10323]86 ip : "172.16.6.81/29"
[10169]87 sdesc : "2boterhuis"
88 type : "eth"
89 extra_type : "eth2wifibridge"
[10454]90 dhcp : False
[10169]91 status : "down"
[10116]92
[11731]93
[11698]94iface_vr0_alias2:
95 comment : "Link naar Juffermans via switch nano 172.16.17.250 00:15:6d:f2:43:eb"
[11558]96 ip : "172.16.3.146/29"
97 sdesc : "2juffermans"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 dhcp : False
101 status : "up"
[10240]102
[11731]103
[11698]104iface_vr1:
105 comment : "Link naar de Leidse Houtschool"
[10116]106 ip : "172.16.3.113/29"
107 sdesc : "2lhs"
[11674]108 mode : "ap-wds"
[10116]109 type : "eth"
110 extra_type : "eth2wifibridge"
111 channel : "132"
112 ssid : "il-z.lijtweg2.wleiden.net"
[10454]113 dhcp : False
[11259]114 status : "up"
[10059]115
[11731]116
[11698]117iface_vr1_alias1:
118 comment : "Link naar Camimplants"
[10386]119 ip : "172.16.6.97/29"
[10116]120 sdesc : "2camimplants"
121 type : "eth"
122 extra_type : "eth2wifibridge"
[10454]123 dhcp : False
[10116]124 status : "up"
125
[11731]126
[10116]127iface_vr2:
[11674]128 comment : "Ethernet naar Lijtweg1"
129 ip : "172.16.253.2/30"
130 sdesc : "2lijtweg1"
[10116]131 type : "eth"
[10454]132 dhcp : False
[10116]133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.