source: genesis/nodes/HybridWP/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: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6latitude : "52.17294"
7location : " Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden"
8longitude : "4.47978"
9masterip : "172.19.168.1"
10monitoring_group: "wleiden"
11nodename : "WP"
12nodetype : "Hybrid"
13rdnap_x : 92927
14rdnap_y : 465365
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_sis0:
25 comment : "Ethernet naar proxy5"
26 ip : "172.19.168.65/30"
27 sdesc : "2proxy5"
28 type : "eth"
29 dhcp : False
30 status : "up"
31
32
33iface_sis1:
34 comment : "A-link zuid - psycho"
35 ip : "172.16.16.124/29"
36 sdesc : "2psycho"
37 mode : "station-wds"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 channel : "116"
41 ssid : "il-n.psycho.wleiden.net"
42 dhcp : False
43 compass : "z"
44 ns_ip : "172.16.16.123/29"
45 ns_mac : "00:15:6d:70:54:6d"
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_wi0:
51 comment : "Omni voor de buurt"
52 ip : "172.19.168.1/24"
53 sdesc : "ap"
54 mode : "ap"
55 type : "11g"
56 channel : "5"
57 ssid : "ap-WirelessLeiden-WoutertjeP"
58 dhcp : "10-250"
59 status : "up"
60
61
62iface_wi1:
63 comment : "Link naar AZC"
64 ip : "172.16.2.10/29"
65 sdesc : "2azc"
66 mode : "ap"
67 type : "11g"
68 channel : "11"
69 ssid : "il-no.azc.wleiden.net"
70 dhcp : False
71 compass : "ne"
72 status : "down"
73
74
75iface_wi1_alias0:
76 comment : "Link naar AZC"
77 ip : "172.16.2.114/30"
78 sdesc : "2azcsub30"
79 mode : "ap"
80 type : "11g"
81 dhcp : False
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.