Wireless problems - Slow speeds
Posted: Tue Jan 11, 2005 8:04 pm
Our company just decided to switch from Proxim Orinoco AP's to Mikrotik based AP's. Ever since doing the upgrade at our main tower our customers have been reporting extremely slow speeds. There doesn't seem to be any corilation in their geographic locations or the APs they are connected to..
First off.. I'll start with the tower design.
One omni antenna at the top > 1WATT AMP > 300' LMR1200 > DC Injector > Mikrotik (Prism 200mW)
One 90 degree Sector > 1 WATT AMP > 300' LMR1200 > DC Injector > Mikrotik (Prism 200mW)
Mikrotik config:
RouterOS V. 2.8.22 - current
1.8ghz Pentium (3 or 4)
512MB RAM
Routerboard 14 (4 miniPCI to PCI)
2 x PRISM 802.11b 200mW
1 x Atheros 802.11a/b/g 100mW (currently not being used)
Customers are getting good signal's but they are continuously reporting horrible speeds. 200kbps - 400kbps... Uploads are even worse 60-90kbps peaking at 400kbps (very rare)..
This was all working until we swtiched over to the Mikrotik solution. We were hoping we could get more bandwidth and users switching to the mikrotik platform, but so far all we have is more truck rolls and headaches.
Also am I right in thinking that I needed to create a bridge interface and add the interfaces needed to pass traffic between them? So like say i have 4 interfaces, 2 wireless, 1 WAN, 1 LAN. Would all these interfaces need to be on the same bridge in order to pass traffic between them?
well this i how its setup so if I'm wrong please correct me:
Any and all help is greatly appreciated!
First off.. I'll start with the tower design.
One omni antenna at the top > 1WATT AMP > 300' LMR1200 > DC Injector > Mikrotik (Prism 200mW)
One 90 degree Sector > 1 WATT AMP > 300' LMR1200 > DC Injector > Mikrotik (Prism 200mW)
Mikrotik config:
RouterOS V. 2.8.22 - current
1.8ghz Pentium (3 or 4)
512MB RAM
Routerboard 14 (4 miniPCI to PCI)
2 x PRISM 802.11b 200mW
1 x Atheros 802.11a/b/g 100mW (currently not being used)
Customers are getting good signal's but they are continuously reporting horrible speeds. 200kbps - 400kbps... Uploads are even worse 60-90kbps peaking at 400kbps (very rare)..
This was all working until we swtiched over to the Mikrotik solution. We were hoping we could get more bandwidth and users switching to the mikrotik platform, but so far all we have is more truck rolls and headaches.
Code: Select all
1 R name="*****1" mtu=1500 mac-address=00:02:6F:06:A4:D6 arp=enabled
disable-running-check=no interface-type=Prism prism-cardtype=200mW
radio-name="00026F06A4D6" mode=ap-bridge ssid="ssid1" frequency=2452
band=2.4ghz-b scan-list=default-ism rate-set=default
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g=""
basic-rates-b=1Mbps basic-rates-a/g="" max-station-count=2007
tx-power=default periodic-calibration=default fast-frames=yes
dfs-mode=none antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no
update-stats-interval=disabled default-authentication=yes
default-forwarding=yes hide-ssid=no 802.1x-mode=none
disconnect-timeout=3s on-fail-retry-time=100ms
2 R name="******2" mtu=1500 mac-address=00:02:6F:30:F5:59 arp=enabled
disable-running-check=no interface-type=Prism prism-cardtype=200mW
radio-name="00026F30F559" mode=ap-bridge ssid="ssid2" frequency=2422
band=2.4ghz-b scan-list=default-ism rate-set=default
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g=""
basic-rates-b=1Mbps basic-rates-a/g="" max-station-count=2007
tx-power=default periodic-calibration=default fast-frames=yes
dfs-mode=none antenna-mode=ant-a wds-mode=disabled
wds-default-bridge=none wds-ignore-ssid=no
update-stats-interval=disabled default-authentication=no
default-forwarding=yes hide-ssid=no 802.1x-mode=none
disconnect-timeout=3s on-fail-retry-time=100ms
well this i how its setup so if I'm wrong please correct me:
Code: Select all
0 management none 128 10
1 internal bridge1 128 10
2 external bridge1 128 10
3 ether5 none 128 10
4 ether6 none 128 10
5 atheros none 128 10
6 f***1 bridge1 128 10
7 f***2 bridge1 128 10