WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] I had problems with surfing, pages loads only half.  (Read 9297 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
[SOLVED] I had problems with surfing, pages loads only half.
« on: December 14, 2008, 06:34:31 AM »
create a file /etc/sysctl.conf containing this:
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_window_scaling = 0
net.ipv4.tcp_ecn= 0

put this line in /opt/bootlocal.sh
sysctl -p /etc/sysctl.conf

then add this line to /opt.filetool.lst:
/etc/sysctl.conf



legalize cannabis, coke, ero
« Last Edit: December 14, 2008, 12:13:03 PM by jls_legalize »
dCore user

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: I had problems with surfing, SOLVED disabling ipv6
« Reply #1 on: December 14, 2008, 06:46:58 AM »
None of those changes disabled ipv6? Also, ipv6 is not supported at all in the base, you would need to load the extension..

Syncookies is a protection for certain kind of DDOS. Off by default, should cause no problems when on.

Window scaling can improve your connection, is on by default, and should not be turned off.

ECN is an advanced router feature, easing congestion, but it can lead to dropped packets if old routers are between you and the server. It is off by default.
The only barriers that can stop you are the ones you create yourself.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: I had problems with surfing, SOLVED disabling ipv6
« Reply #2 on: December 14, 2008, 12:06:40 PM »
what is working for me:

create a file /etc/sysctl.conf containing this:
net.ipv4.tcp_window_scaling = 0


put this line in /opt/bootlocal.sh
sysctl -p /etc/sysctl.conf


then add this line to /opt/.filetool.lst:
/etc/sysctl.conf



legalize cannabis, coke, ero
« Last Edit: December 14, 2008, 12:13:32 PM by jls_legalize »
dCore user

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: [SOLVED] I had problems with surfing, pages loads only half.
« Reply #3 on: December 14, 2008, 12:34:33 PM »
sounds like a problem in the network setup... doesn't seems to be a problem in TC though(?)