source: genesis/nodes/HybridHofland/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "net45xx"
5comment : "None"
6latitude : "52.14605"
7location : "Alan Janssen, Joke Smitlaan 116, 2253 PD, Voorschoten"
8longitude : "4.46729"
9masterip : "172.20.148.1"
10monitoring_group: "wleiden"
11nodename : "Hofland"
12nodetype : "Hybrid"
13rdnap_x : 92035
14rdnap_y : 462384
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "down"
22
23
24iface_sis0:
25 comment : "Ethernet naar Alan"
26 ip : "172.16.3.65/29"
27 sdesc : "2alan"
28 type : "eth"
29 dhcp : False
30 status : "up"
31
32
33iface_sis1:
34 comment : "Link naar AJSoft2"
35 ip : "172.16.6.44/29"
36 sdesc : "2psycho"
37 mode : "station-wds"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 channel : "116"
41 ssid : "il-w.ajsoft2.wleiden.net"
42 dhcp : False
43 compass : "z"
44 ns_ip : "172.16.6.43/29"
45 ns_mac : "00:15:6d:70:53:4a"
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_wi0:
51 comment : "Omni"
52 ip : "172.20.148.1/24"
53 sdesc : "2buurt"
54 mode : "ap"
55 type : "11g"
56 channel : "3"
57 ssid : "ap-WirelessLeiden-Hofland"
58 dhcp : "10-250"
59 status : "up"
60
61
Note: See TracBrowser for help on using the repository browser.