LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-28-2005, 04:26 PM   #1
matrim
Member
 
Registered: Dec 2002
Location: utah
Distribution: Redhat; Fedora 2, 6
Posts: 114

Rep: Reputation: 15
Unhappy New Fedora Internet connection slow slow slow


I recently upgraded/installed Fedora Core 2 migrating from Redhat 8.0 to this one. My internet connection is now incredibly slowwwww, and at times does not even connect to sites. I know have connection because some do load up eventually. I thought this may be a firewall thing, so turned that off, but still having trouble.

I haven't changed anything but the distro, the hardware stayed the same. Anyone might know why?
 
Old 07-28-2005, 06:46 PM   #2
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
A common mistake is an incorrect MTU setting in your DSL router, PPPoE or PPP settings. Other common mistakes are a bad DNS server configuration and a broken local network configuration.
 
Old 07-29-2005, 11:32 AM   #3
matrim
Member
 
Registered: Dec 2002
Location: utah
Distribution: Redhat; Fedora 2, 6
Posts: 114

Original Poster
Rep: Reputation: 15
Thanks for the reply.
I have linux on a windows network using a dsl router. The router is forwarding to port 192.168.0.254 and I have my linux network set to that static address (this is so people who game/MUD to my machine can be forwarded to the right box). Also, fedora shows up on the active user list on the browser's network status.

The windows host seems to be 192.168.0.4.

How do I check the MTU?

Last edited by matrim; 07-29-2005 at 11:39 AM.
 
Old 07-29-2005, 11:43 AM   #4
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
The MTU is in your router setup.

For the Linux side of the network configuration, consider posting the output of:

netstat -nr
/sbin/ifconfig -a
cat /etc/resolv.conf
cat /etc/hosts
 
Old 07-29-2005, 12:05 PM   #5
matrim
Member
 
Registered: Dec 2002
Location: utah
Distribution: Redhat; Fedora 2, 6
Posts: 114

Original Poster
Rep: Reputation: 15
Tweaked a few more things and seems to be working now. I'm including the stats you wanted to see if there's anything weird going on anway:

Actually, this host is my laptop:

cat /etc/hosts

192.168.0.6

Not sure why the main comp or 192.168.0.1 is not there

Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0



eth0 Link encap:Ethernet HWaddr 00:50:BF:ED:CF:EF
inet addr:192.168.0.254 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:bfff:feed:cfef/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1084 errors:0 dropped:0 overruns:0 frame:0
TX packets:1500 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:499018 (487.3 Kb) TX bytes:192199 (187.6 Kb)
Interrupt:11 Base address:0xf800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:7003 errors:0 dropped:0 overruns:0 frame:0
TX packets:7003 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9270434 (8.8 Mb) TX bytes:9270434 (8.8 Mb)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


search domain.actdsltmp
nameserver 192.168.0.4
nameserver 205.XXX.X.XX
nameserver 192.168.0.1
 
Old 07-29-2005, 12:35 PM   #6
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
Quote:
search domain.actdsltmp
nameserver 192.168.0.4
This is strange, unless your Windows host really provides a DNS service. Specifying "nameserver 192.168.0.1" should be enough, because your router forwards DNS queries to your service provider's name server.
 
Old 07-29-2005, 12:42 PM   #7
matrim
Member
 
Registered: Dec 2002
Location: utah
Distribution: Redhat; Fedora 2, 6
Posts: 114

Original Poster
Rep: Reputation: 15
hmm, one thing though. I renamed my hostname from localhost to eon, and can't seem to telnet 'eon', or 127.0.0.1 What do i need to change?

Last edited by matrim; 07-29-2005 at 12:43 PM.
 
Old 07-29-2005, 01:08 PM   #8
misc
Senior Member
 
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084

Rep: Reputation: 54
/etc/hosts must contain the following:

127.0.0.1 localhost.localdomain localhost

Don't delete it. Don't change it.
 
Old 07-29-2005, 01:15 PM   #9
matrim
Member
 
Registered: Dec 2002
Location: utah
Distribution: Redhat; Fedora 2, 6
Posts: 114

Original Poster
Rep: Reputation: 15
Thanks again,
I replaced that but am still unable to do it. I think maybe the telnet daemon is missing. I can telnet out though??
 
Old 07-29-2005, 01:39 PM   #10
matrim
Member
 
Registered: Dec 2002
Location: utah
Distribution: Redhat; Fedora 2, 6
Posts: 114

Original Poster
Rep: Reputation: 15
Hehe,
In answer to my own dilema I did not have the telnet-server package installed. So installed it, restarted xinetd and works fine now
 
  


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
Suse 9.2 & SATA - Slow, Slow, Slow jess1975 SUSE / openSUSE 6 01-28-2007 12:17 PM
Bluetooth slow (VERY SLOW) GPRS connection Sullivan7531 Linux - Networking 0 07-02-2004 12:39 PM
Very Slow internet connection.. BuzzStPoint Linux - Networking 4 06-10-2004 05:32 PM
Slow internet connection duffboygrim Linux - General 1 01-02-2004 10:01 AM
slow internet access. too slow!!! iamstinke Linux - Networking 2 01-01-2004 09:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:14 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