source: genesis/nodes/HybridSpoortje/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.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16657"
7location : "Openbare Bibliotheek t Spoortje, Bernhardkade 38, 2316 RX, Leiden"
8longitude : "4.50447"
9masterip : "172.18.52.1"
10monitoring_group: "wleiden"
11nodename : "Spoortje"
12nodetype : "Hybrid"
13rdnap_x : 94607
14rdnap_y : 464635
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.18.52.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11g"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Spoortje"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Ethernet naar bibliotheek Airport transparant"
37 ip : "172.18.52.65/28"
38 sdesc : "2bieb"
39 type : "eth"
40 dhcp : "70-78"
41 status : "up"
42
43
44iface_vr1:
45 comment : "Link naar Som2"
46 ip : "172.16.17.140/29"
47 sdesc : "2som2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "60"
52 ssid : "il-zo.som2.wleiden.net"
53 dhcp : False
54 compass : "nw"
55 ns_ip : "172.16.17.139/29"
56 ns_mac : "00:15:6d:70:53:40"
57 bridge_type: "NanoStation5"
58 status : "up"
59
60
61iface_vr2:
62 comment : "A-link naar Cetim1"
63 ip : "172.16.4.20/29"
64 sdesc : "ncetim1"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "120"
69 ssid : "il-no.cetim1.wleiden.net"
70 dhcp : False
71 compass : "zw"
72 ns_ip : "172.16.4.19"
73 ns_mac : "00:15:6d:70:54:4b"
74 bridge_type: "NanoStation5"
75 status : "down"
76
77
Note: See TracBrowser for help on using the repository browser.