Re: Networking problems (again) tough one
- From: philo <philo@xxxxxxxxxxx>
- Date: Mon, 13 Apr 2009 20:48:59 -0500
The Natural Philosopher wrote:
philo wrote:Thanks to all the help I got the other day.I assume the linux machines are getting DHCP stuff right?
I have a very odd problem in that I loose most of my internet connectivity
for a period of two days any time I turn of, then on my DSL modem.
(I can just get to my own web page and email...nothing else)
I have one machine with removable drives and run many different Linux distros
and Windows. The problem *only* occurs on my Linux machines. (not on Windows or minimal install versions of Linux such as Damn Small Linux)
I had been checking my settings
then posted that I had found a work around by simply turning off DHCP and manually entering my
DNS numbers, static IP subnet and gateway.
Turned out the only reason my manual settings had worked was simply because I had been fooling with it for two
days and my connection had simply "automagically" reset itself
I have now confirmed this four times
To be sure...I accessed my DSL modem setup
and checked my DNS numbers and compared them to my machine settings
and have confirmed 8 times they are right
I booted over to Windows checked all DNS numbers etc
and am 100% positive my settings are correct.
Again...if i do *absolutely nothing* other than wait two days
all systems start working again whether setup manually or with DHCP.
I am now completely baffled and any additional help would be greatly appreciated.
Note: In my previous post I may have mentioned that my DNS numbers had changed...
but once I put my reading glasses on, they seem to have stabilized LOL!!!
Possibly the problem is that you have mussed with them so they aren't..completely.
Clear all dns entries out and reboot the linux machines and see what they come up with as dns servers and default routes etc.
The dhcp should patch the info so that
#ifconfig -a
shows the ip address
#route
shows the default routes
# cat /etc/resolv.conf
shows the current in use name server(s)
These should all be handed out by the router as part of acquiring the dhcp lease.
If theu are shoing good, and yet things dont work, you may have a misconfigured router.
Your basic tools are to ping to teh router, and then beyind it to a known ip address on the net that acpetrts pings, or use traceroute -n to that target to establsih routing first.
Once you have routing, then test dns using dig or nslookup.
If basic IP levels are screwy, look into things like IPV6 issue or large packet issues. Sometimes going down to a 1400 MTU helps.(nman ifconfig for how to set that).there are a few issues withy tcp window sizes as well - a lot of kit doesn't behave 'properly' and the linux gurus decided that wasn't their problem.. so they obey thespecs and expect the world to conform. Google for these issues to see if applying them helps.
Another possible is a screwed router. Mine used to 'gum up' somehow ..a firmware updated fixed it.
Thanks for the reply
It's not a router issue as I have the same problem if I bypass the router and connect the machine directly to the DSL modem
and I can access the router and DSL modem with no problem
I can even ping out with no problem
My feeling is that it probably is some type of IPv6 issue
but I sure do not know enough about IPV6 to fix it
I will continue to poke around...
as on my Debian machine I updated the kernel and now I am not having the problem there...
So I am going to boot back over to Fedora and continue to check...
the odd thing is that the problem always resolves itself in two days
without me touching a single setting!!!
.
- References:
- Networking problems (again) tough one
- From: philo
- Re: Networking problems (again) tough one
- From: The Natural Philosopher
- Networking problems (again) tough one
- Prev by Date: Re: Networking problems (again) tough one
- Next by Date: Re: Networking problems (again) tough one
- Previous by thread: Re: Networking problems (again) tough one
- Next by thread: Re: Networking problems (again) tough one
- Index(es):
Relevant Pages
|