Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12th April 2007, 08:14 PM
Motiab Offline
Registered User
 
Join Date: Apr 2007
Posts: 14
I can google but can't access my router

I'v just installed Linux Fedora Core 6 along my Windows XP on my laptop (multi boot).

I can fully browse the internet using the XP but with my Linux the Mozila "hangs" on most sites. It is weired since I can google with my Linux but can't really get into other sites. Both OS use the same MAC and get the same IP from my ECI B-Focus 270 PR router.

I guess my router and DNS configurations are OK since 'Ping' works fine and 'hosts' works fine too. In addition, the same computer works excellent with XP. So I suspected the Linux.

Now, I have tried to browse in another place with different router and my Linux worked fine so I'm confused.

Any suggestions regarding what could be wrong or better how to fix it?

Thanks in advance,
Moti
Reply With Quote
  #2  
Old 12th April 2007, 08:20 PM
fnmblot Offline
Registered User
 
Join Date: Feb 2005
Location: Atlanta, GA
Posts: 300
when you do an ifconfig, what is the default gateway? Can you ping that gateway?
__________________
Gee Ricky, I'm sorry your mom blew up.
Reply With Quote
  #3  
Old 12th April 2007, 10:48 PM
Motiab Offline
Registered User
 
Join Date: Apr 2007
Posts: 14
Quote:
Originally Posted by fnmblot
when you do an ifconfig, what is the default gateway? Can you ping that gateway?
Sorry for the late response - I killed my alternate network connection while playing with that.

Yes, I can ping the router. Where can I see the default GW with ifconfig? Anyway, usint the route the default GW is 192.168.1.1, IP=192.168.1.3, mask=255.255.255.0, DNS=192.168.1.1
Reply With Quote
  #4  
Old 13th April 2007, 11:27 AM
sej7278 Offline
Registered User
 
Join Date: Sep 2004
Posts: 2,008
it's the old tcp window scaling problem again, there's a few threads here about it, but i think this might fix it:

http://lwn.net/Articles/92727/

its essentially a bit of a stupid default that got put into the kernel around 2.6.16 (and vista i think) that means it really doesn't work well with certain router/website combinations.

Last edited by sej7278; 13th April 2007 at 11:30 AM.
Reply With Quote
  #5  
Old 13th April 2007, 09:35 PM
Motiab Offline
Registered User
 
Join Date: Apr 2007
Posts: 14
Thumbs up OK, the probles is solved thanks to sej7278

Quote:
Originally Posted by sej7278
it's the old tcp window scaling problem again, there's a few threads here about it, but i think this might fix it:

http://lwn.net/Articles/92727/

its essentially a bit of a stupid default that got put into the kernel around 2.6.16 (and vista i think) that means it really doesn't work well with certain router/website combinations.

WOW!!!!!! Thanks a lot - this solved the problem


In case someone wants the solution I quote from some of the threads http://inodes.org/blog/2006/09/06/tc...d-kernel-2617/
"...
There are 2 quick fixes. First you can simply turn off windows scaling all together by doing

echo 0 > /proc/sys/net/ipv4/tcp_window_scaling


but that limits your window to 64k. Or you can limit the size of your TCP buffers back to pre 2.6.17 kernel values which means a wscale value of about 2 is used which is acceptable to most broken routers.

echo "4096 16384 131072" > /proc/sys/net/ipv4/tcp_wmem
echo "4096 87380 174760" > /proc/sys/net/ipv4/tcp_rmem


The original values would have had 4MB in the last column above which is what was allowing these massive windows
...
Another way…

vi /etc/sysctl.conf

add the following two lines

net.ipv4.tcp_wmem = 4096 16384 131072
net.ipv4.tcp_rmem = 4096 87380 174760

sysctl -p

Left by Murray on November 23rd, 2006
...
"


"
Reply With Quote
Reply

Tags
access, google, router

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't access Google sujoykroy Servers & Networking 1 24th September 2008 06:28 PM
no access beyond router - f9 kevincw01 Servers & Networking 5 19th July 2008 05:55 PM
cannot access Internet but can access router Lion07 Servers & Networking 15 27th January 2008 02:53 AM
Weird - I can google but can't access my ECI router with Mozila FC6 Motiab EOL (End Of Life) Versions 1 13th April 2007 09:39 PM
Cannot Access Internet, But Can Ping Google Ug Servers & Networking 18 18th September 2004 07:02 PM


Current GMT-time: 22:22 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat