LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-08-2009, 01:19 PM   #1
hakmn
LQ Newbie
 
Registered: Nov 2008
Posts: 27

Rep: Reputation: 15
network connection disconnects automatically


Hi all,
I've been using F10 for quite a time but after 3 months since i installed from its launch.I am getting several problems such as undermentioned--

1. The foremost one is "My network connection automatically disconnects itself in 5 to 7 minutes.".

2.Wine which works fine for 20 days since its installation ,then its server crashes & I am not able to uninstall it(I've tried several commands to do it).

3.Its Mozilla crashes in between.

4.All the drives & applications are working slowly.


Thanx,
Ayush
 
Old 03-08-2009, 08:57 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Have you verified that the hardware is healthy? Like, with a live CD or something.
 
Old 03-09-2009, 04:19 AM   #3
hakmn
LQ Newbie
 
Registered: Nov 2008
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by win32sux View Post
Have you verified that the hardware is healthy? Like, with a live CD or something.
Ya absolutely,I've worked with Ubuntu live cd & it works fine there
I've a dual boot OS & network connection works fine in WIndows.
 
Old 03-09-2009, 04:29 AM   #4
ganesh35
LQ Newbie
 
Registered: Mar 2009
Posts: 3

Rep: Reputation: 1
If Fedora 10's networking seems slow or you get frequent network connection failures (when other Fedoras or other OSes were working just fine on your machine), then you're probably hitting this bug.

Here's how you can work around it:

1. Open a Terminal.
2. Become root:

su -
3. Make sure that the "dnsmasq" program is installed (it usually is, by default, in Fedora 10):

rpm -q dnsmasq

If that says "package dnsmasq is not installed", then you need to install dnsmasq, by running the following command:

yum install dnsmasq
4. Now, you have to find out which network interface your machine is using:

route -n

You'll see some output that looks like this:

Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0

The eth0 there (the furthest bottom-right text in the output) is the name of the network interface I'm using. Yours might be eth1 or something totally different. Just remember it for the next step.
5. Now create a file called /etc/dhclient-<your network interface>.conf. For example, if your network interface is eth0, the file would be called /etc/dhclient-eth0.conf.

You can create the file with this command (assuming your network interface is eth0):

nano /etc/dhclient-eth0.conf

Then make this the only line in the file:

prepend domain-name-servers 127.0.0.1;

And then save the file and close it (Ctrl-X then Y).

If you have both a wireless and a wired network connection, you will have to do this step once for each of them.
6. Now start dnsmasq:

service dnsmasq start

And make sure that it will start every time your computer starts:

chkconfig dnsmasq on
7. Now restart your network connection:

service NetworkManager restart

And now things should be as fast as normal again. You might have to restart the programs that you're running for them to pick up the changes that NetworkManager made when it restarted.
 
Old 03-14-2009, 02:35 AM   #5
hakmn
LQ Newbie
 
Registered: Nov 2008
Posts: 27

Original Poster
Rep: Reputation: 15
I've done as u said but it says like this--
Starting dnsmasq:
dnsmasq: failed to create listening socket: Address already in use
[FAILED]

my route -n output is--
Destination Gateway Genmask Flags Metric Ref Use Iface
117.197.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
 
Old 03-14-2009, 05:21 AM   #6
hakmn
LQ Newbie
 
Registered: Nov 2008
Posts: 27

Original Poster
Rep: Reputation: 15
No,the problem is solved

thanks
 
Old 03-14-2009, 06:34 AM   #7
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
What did you do to resolve the issue?
 
Old 03-16-2009, 05:35 AM   #8
hakmn
LQ Newbie
 
Registered: Nov 2008
Posts: 27

Original Poster
Rep: Reputation: 15
Actually,I'd been posing many problems with the previous installation of F10 like 1 mentioned above.
Hence,i reinstalled F10 & the problem was solved &also my mozilla browser is showing Progress Bar
 
Old 03-17-2009, 09:39 AM   #9
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
It's good that you got it goint. :-)
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless Connection Disconnects djKale Linux - Wireless Networking 3 11-05-2011 05:25 PM
MANDRIVA 2008.1 - Wireless Connection drops / disconnects moving2linux Mandriva 4 04-12-2008 04:18 AM
Network Connection disconnects jobusk Linux - Networking 5 09-11-2007 05:14 PM
my internet connection disconnects my network connection? emre polat Linux - Networking 2 12-19-2006 01:11 PM
Camserv disconnects remote hosts automatically Adrohak Linux - Software 0 07-17-2004 02:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration