si le porte le vedi sul gateway...
posta i test di velocita...
in wi fi da entrambi i pc?
si, wi-fi entrambi... ho fatto il test anche qui dal sito perchè pensavo che speedtest non funzionasse ma il portatile mi da 7.32 mega download e 47 kb upload mentre con il fisso si blocca... mi da questo errore....
Download Error
Download test returned an error while trying to read the download file.
This error message means that the test was unable to load one of the download sample files on the server. The most common cause of this is an error in the server URL in your settings file. Test to see if you can load one of the smaller sample files (such as random350x350.jpg) in the same directory as the upload script using a web browser.
Upload Error
Upload test returned an error while trying to read the upload file.
This is one of the most commonly seen errors with a newly setup server. It means that there was an issue trying to send data to the chosen upload script on the server. If you receive the error right at the start of the upload test the issue is likely one of the following:
The scripting language (PHP, ASP.NET, ASP or JSP) is not properly setup or the wrong one was chosen (learn more here).
The upload testing script is on a different host than the Speed Test - try copying crossdomain.xml to the web root of the testing server to resolve this
If the upload test starts but then fails with this error then the problem is usually related to a maximum HTTP POST size getting hit. Here are tips to resolving it on some platforms:
Apache with PHP (DO NOT use mod_security)
Open apache2.conf or httpd.conf
Search for LimitRequestBody and remove that line if it exists
Open php.conf or php.ini
Search for post_max_size and increase it to 10M
Restart Apache (usually /etc/init.d/httpd restart)
IIS6 using ASP
Open IIS Manager
Right-click on the server name at the top of the tree and choose Properties
Check the first box for Enable Direct Metabase Edit and click the OK button
Open C:\Windows\System32\Inetsrv\metabase.xml with Notepad (NOT Wordpad)
Find AspMaxRequestEntityAllowed and change it to 1073741824
Find AspEnableChunkedEncoding and set it to False