source: genesis/nodes/HybridDirkLos2/wleiden.yaml@ 12493

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

Allign at channels to match the 801.11g recommendations.

File size: 2.4 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.16732"
[10116]7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
[10881]8longitude : "4.47071"
[10116]9masterip : "172.19.132.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "DirkLos2"
[11254]12nodetype : "Hybrid"
[10116]13rdnap_x : "092299"
[10059]14rdnap_y : 464748
[11254]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[11254]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
[10059]22
[10116]23
[10059]24iface_ath0:
[11254]25 comment : "AP1 voor de buurt"
26 ip : "172.19.132.1/24"
27 sdesc : "ap1"
[11322]28 mode : "ap"
[11737]29 type : "11g"
[11738]30 channel : 11
[11254]31 ssid : "ap1-WirelessLeiden-Dirklos"
32 dhcp : "10-250"
[10116]33 status : "up"
[10059]34
35
[10116]36iface_ue0:
[10885]37 comment : "Local Ethernet naar DirkLos1"
[10116]38 ip : "172.16.3.57/30"
39 sdesc : "eth_to_DirkLos1"
40 type : "eth"
[10454]41 dhcp : False
[10116]42 status : "up"
43
44
45iface_ue0_alias0:
[10885]46 comment : "Local Ethernet naar Hogeschool"
[10116]47 ip : "172.16.176.65/27"
48 sdesc : "eth_to_Hogeschool"
49 type : "eth"
50 dhcp : "70-94"
51 status : "up"
52
53
[10059]54iface_vr0:
[10885]55 comment : "Ethernet naar interlink west (unigor2)"
[10116]56 ip : "172.16.4.4/29"
57 sdesc : "2Unigor2"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "149"
62 ssid : "il-o.unigor2.wleiden.net"
[10454]63 dhcp : False
[10729]64 compass : "w"
[10116]65 ns_ip : "172.16.4.3/29"
66 ns_mac : "00:15:6d:d0:14:c3"
[10892]67 bridge_type: "NanoStation5"
[10116]68 status : "up"
[10059]69
[10116]70
[10059]71iface_vr1:
[10885]72 comment : "Ethernet naar interlink noord-oost Rabo2"
[10116]73 ip : "172.16.3.217/29"
74 sdesc : "2Rabo2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "140"
79 ssid : "il-no.dirklos2.wleiden.net"
[10454]80 dhcp : False
[10729]81 compass : "o"
[10116]82 ns_ip : "172.16.3.218/29"
83 ns_mac : "00:15:6d:b5:24:4f"
[10892]84 bridge_type: "NanoStation5"
[10116]85 status : "up"
[10059]86
87
[10116]88iface_vr2:
[10885]89 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
[10116]90 ip : "172.16.3.76/29"
91 sdesc : "2Stadhuis"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "116"
96 ssid : "il-nw.stadhuis2.wleiden.net"
[10454]97 dhcp : False
[10729]98 compass : "zo"
[10116]99 ns_ip : "172.16.3.75/29"
100 ns_mac : "00:15:6d:b5:25:65"
[10892]101 bridge_type: "NanoStation5"
[10116]102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.