Hi.
I have finally managed to get the MikroTik wireless device I mentioned here, with a RouterBOARD 411:
http://forum.mikrotik.com/t/got-ahold-of-used-routerboard-411u-device-is-it-bad/71059/1
to work. I followed something like what was given here:
http://wiki.mikrotik.com/wiki/Manual:Making_a_simple_wireless_AP
(though did some of the configuration in the web browser interface instead of Winbox) to set it up as a simple access point for home use. For reference, there are 3 devices in the home that have wireless capability: the MikroTik RouterBOARD unit, which is ethernetted to a server computer (and nothing else), a PC which I call the “Karyo”, and an Android tablet. But I’m noticing that I’m getting abysmal transfer speeds – copying a test file from the server computer to the Karyo over the wireless got an abysmal speed of 40 kB/s (that’s kBytes, not kbits). It also seems fairly laggy, e.g. a PING executed on the Karyo (which runs Linux), pinging across the wifi link to the server computer gives:
PING 192.168.88.2 (192.168.88.2) 56(84) bytes of data.
64 bytes from 192.168.88.2: icmp_req=1 ttl=63 time=413 ms
64 bytes from 192.168.88.2: icmp_req=2 ttl=63 time=47.1 ms
64 bytes from 192.168.88.2: icmp_req=3 ttl=63 time=130 ms
64 bytes from 192.168.88.2: icmp_req=4 ttl=63 time=71.4 ms
64 bytes from 192.168.88.2: icmp_req=5 ttl=63 time=78.8 ms
64 bytes from 192.168.88.2: icmp_req=6 ttl=63 time=14.9 ms
64 bytes from 192.168.88.2: icmp_req=7 ttl=63 time=201 ms
64 bytes from 192.168.88.2: icmp_req=8 ttl=63 time=10.5 ms
64 bytes from 192.168.88.2: icmp_req=9 ttl=63 time=3.37 ms
64 bytes from 192.168.88.2: icmp_req=10 ttl=63 time=165 ms
64 bytes from 192.168.88.2: icmp_req=11 ttl=63 time=94.0 ms
64 bytes from 192.168.88.2: icmp_req=12 ttl=63 time=6.53 ms
64 bytes from 192.168.88.2: icmp_req=13 ttl=63 time=151 ms
64 bytes from 192.168.88.2: icmp_req=14 ttl=63 time=54.8 ms
^C
--- 192.168.88.2 ping statistics ---
14 packets transmitted, 14 received, 0% packet loss, time 13016ms
rtt min/avg/max/mdev = 3.378/103.175/413.724/105.525 ms
Notice the very erratic ping times, from as small as 6.5 ms all the way up to 413 ms. It seemed (though I didn’t measure it) faster before I enabled the WPA security (at least from testing web browsing via the Android tablet – I didn’t do a file transfer test). Is this normal? It doesn’t seem like it should be so. I don’t want to run it unsecured.
The distance between the Karyo and the MikroTik is not too great, I believe (10-12 feet or so). However, there is a wood floor between the two, which might reduce the signal. The signal level reported by iwconfig ran on the Karyo (on the other side of the floor from the MikroTik and server computer) is around -40 dBm. Moving and reorienting the device seemed to improve the signal strength somewhat (from avg of -50 dBm at the Karyo to -40 or maybe a little higher, which is the figure I reported here), but didn’t really seem to affect the data rate (though at one point – putting the MikroTik router down lower, I might have gotten a slight file transfer rate boost – to 50-60 kB/s instead of 40, but that’s still atrocious). “Link quality” per the Karyo’s iwconfig is 67/70 - 70/70.
What is going on with this? I’d like to be able to get up to 1 MB/s or more file transfer speeds. Is that possible?
Thanks for any answers.