View Single Post
Old 14th December 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Connect your Atom board to the D-Link router (disable the pppoe stuff) and from the command line, download by ftp a big file.

Jot down the speed. Then change the tcp receive speed like in my post and redownload it. See if the download speed approaches the one from your laptop directly connected to the D-link router.

A simple way to download a big file:

Code:
$ ftp -4a ftp://ftp.openbsd.org/pub/OpenBSD/4.6/i386/base46.tgz
Because ftp.openbsd.org can be busy at times, you better select a mirror close by. The file path usually is the same, see http://www.openbsd.org/ftp.html
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote