Re: Terrible Web Surfing Speed
From: Chris Carlen (crcarle_at_BOGUS.sandia.gov)
Date: 02/09/05
- Next message: Moe Trin: "Re: Can't get internet working in Linux"
- Previous message: Keith Keller: "Re: Getting Proftpd to work with MySQL Authentication"
- In reply to: Captain Dondo: "Re: Terrible Web Surfing Speed"
- Next in thread: chainsaw91: "Re: Terrible Web Surfing Speed"
- Reply: chainsaw91: "Re: Terrible Web Surfing Speed"
- Reply: prg: "Re: Terrible Web Surfing Speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 09 Feb 2005 12:58:09 -0800
Captain Dondo wrote:
> On Wed, 09 Feb 2005 09:41:14 -0800, Chris Carlen wrote:
>
>
>
>>No, the Windows and Linux hosts are configured with *static* IPs and DNS
>>server configurations. All hosts are on a LAN behind a Linksys router.
>> It is the router that gets dynamic IP through DHCP from the ISP. That
>>is working correctly. The LAN hosts must have static IPs because they
>>are running NFS. Perhaps there is a way to set that up with DHCP
>>running on the router. Do you know if this can be done? Without DHCP
>>on the router, I can't have dynamic DNS server setting on the LAN hosts,
>>so they are static.
>
>
> OK, wait. Are you doing NAT at the router or do you have static IPs
> assigned to you by your ISP for each machine? Or did you just assign
> random IPs to your internal hosts?
Yes. The router does NAT, the hosts inside the LAN have static IPs on
local net 192.168.X.0.
> Yes, you can have DHCP and name resolution; read the docs for dhcpd and
> bind; you're looking for DDNS.
Yeah, I did understand this can be done. I could set the router to run
its DHCP server, and set up the Linux and Windows boxes to receive
dynamic IPs, from the router of course, not the ISP.
And I understand the DNS server addresses can be passed from the router
to the LAN hosts as well. I haven't tried this, but rather chose static
IPs for the LAN hosts, because I thought this would make configuration
of NFS easier.
I will have to investigate if there is a way for Linux hosts to share
files via NFS in a dynamic IP environment. So perhaps you rsuggestions
to look into the stated docs will shed light on this question as well.
Of course, it wouldn't hurt to just try DHCP temporarily to see if it
fixes my slowness problem, and just turn off NFS for the experiment.
>>That Linux didn't change is true. Something is broke, probably the ISP,
>>or there is something funky about the way Linux talks to the internet,
>>that due to some change in configuration at the ISP, now causes problems.
>
>
> Well, perhaps your router/ISP is issuing ICMP redirects and your linux box
> ain't set up to accept them?
That's a new theory, and I'm glad to hear it. Any plausible explanation
that can be tested is good news.
> I don't know if Windows accepts redirects by default; it makes it easier
> for the user but opens up security holes.... Hmmm. Which way would
> Windows lean? :-)
>
> As root, run this command:
>
> for f in /proc/sys/net/ipv4/conf/*/accept_redirects; do echo 1 > $f; done
>
> See if that helps.
I will do that later and report the results.
Thanks.
Good day!
-- _______________________________________________________________________ Christopher R. Carlen Principal Laser/Optical Technologist Sandia National Laboratories CA USA crcarle@sandia.gov -- NOTE: Remove "BOGUS" from email address to reply.
- Next message: Moe Trin: "Re: Can't get internet working in Linux"
- Previous message: Keith Keller: "Re: Getting Proftpd to work with MySQL Authentication"
- In reply to: Captain Dondo: "Re: Terrible Web Surfing Speed"
- Next in thread: chainsaw91: "Re: Terrible Web Surfing Speed"
- Reply: chainsaw91: "Re: Terrible Web Surfing Speed"
- Reply: prg: "Re: Terrible Web Surfing Speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|