Hi all,
I can't connect to the address www.tee.gr, witch is my ISP. The problem came when I upgrade to kubuntu 7.04. I experience the same problem with windows vista. For vista there is a workaround by giving:
in their console.
I can't understand what this code means.
What can't I do in kubuntu to connect.
Thanks
Solution
The problem is exactly the same as in vista, and is caused because some firewalls can't handle "Dynamic Rightsizing" as is known in the linux world or "Receive Window Auto-Tuning" (vista world).
The workaround in linux is:
open /etc/sysctl.conf with your favorite editor and add the following line:
the in a console give:
that is all
Many thanks to UnicornRider and DMurray for their answers and mostly G. A. of tee.gr who gave the solution.
I can't connect to the address www.tee.gr, witch is my ISP. The problem came when I upgrade to kubuntu 7.04. I experience the same problem with windows vista. For vista there is a workaround by giving:
Code:
netsh interface tcp set global autotuninglevel=disabled
I can't understand what this code means.
What can't I do in kubuntu to connect.
Thanks
Solution
The problem is exactly the same as in vista, and is caused because some firewalls can't handle "Dynamic Rightsizing" as is known in the linux world or "Receive Window Auto-Tuning" (vista world).
The workaround in linux is:
open /etc/sysctl.conf with your favorite editor and add the following line:
Code:
net.ipv4.tcp_rmem = 4096 87380 174760
Code:
#sudo sysctl -p
Many thanks to UnicornRider and DMurray for their answers and mostly G. A. of tee.gr who gave the solution.
Comment