Zico wrote:
> I am using shared broadband connection in my Debian laptop at home. I am
> having an annoying problem regarding my internet connection. My problem is:
> after some times my connection is gone automatically. Sometimes it occurs
> after 10 minutes & sometimes it occurs after 1/2 hours. Here, "connection
> gone" means..."Destination Host unreachable". But, if i reboot my laptop, it
> becomes ok again & same problem happens after some time. Reboot... ok...
> again gone...reboot...ok... so on.
> 
> I am facing this problem in my home only, no problem at all in my office or
> school.
> 
> How can i get rid of such problem?

My basic guess work based on your information is 
that your DHCP lease is gone to the football 
stadium instead to watch Zico score a goal :-D

Anyway, next time such "Destination Host 
unreachable" comes, do -

$ sudo ifconfig -a

see if it is assigned IP address.

If it isn't assigned an IP address -

$ sudo dhclient3 interface

dhclient3 is a dhcp client that says to your 
router "gimme IP address!".

check for route to your router if its right.

$ route -n

to add a route
$ sudo route add default gw router.ip.address.here

$ sudo ifconfig interface static.ip.address.here

also check if your /etc/resolv.conf is being 
overwritten [ check it when the internet works and 
when it doesn't work]. Usually, resolv.conf 
needn't change but that could also be your problem.

If all else fails, ping us in #ubuntu-np and we'll 
see how we can solve this issue. If no one's 
around in there give this a try 
http://www.cyberciti.biz/tips/howto-ubuntu-linux-convert-dhcp-network-configuration-to-static-ip-configuration.html

cheers,
Bikal

--~--~---------~--~----~------------~-------~--~----~
FOSS Nepal mailing list: [email protected]
http://groups.google.com/group/foss-nepal
To unsubscribe, e-mail: [EMAIL PROTECTED]

Community website: http://www.fossnepal.org/
-~----------~----~----~----~------~----~------~--~---

Reply via email to