LinuxQuestions.org
Help answer threads with 0 replies.
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 09-22-2006, 04:41 PM   #1
paul85
Member
 
Registered: Jul 2005
Location: New Jersey
Distribution: FC 5, Ubuntu
Posts: 92

Rep: Reputation: 15
DSL headache with FC5


For the past week I have been experiencing problems downloading email "unknown host:verizon..." and connecting to web sites "www.xxx.com unavailible". I generaly have to try to download emails multiple times or reload web pages several times to get the information. DSL providor is verizon.

Any suggestions?

thanks
 
Old 09-22-2006, 05:10 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
"www.xxx.com unavailible" and "unknown host:verizon" suggest you are not connected to Verizon. Either Verizon is having problems with their service, or you have a problem with your DSL configuration.

What have your tried, as far as your configuration tools are concerned, to check/edit/correct your configuration?
 
Old 09-22-2006, 06:43 PM   #3
paul85
Member
 
Registered: Jul 2005
Location: New Jersey
Distribution: FC 5, Ubuntu
Posts: 92

Original Poster
Rep: Reputation: 15
So far on my side i've turned of firewall and lowered the selinux setting and unchecked the MAC box . I've ran traceroute to verizon ist test 30 hops nothing, 2 subsequent traceroutes turned up nothing for the 1st 15 hops and then connection on hop 16 @ 87ms.

BTW on the system that runs XP no problem. Just on my linux sys.

Ping returns the following:
ping www.verizon.net
PING www.verizon.net (206.46.230.37) 56(84) bytes of data.
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=1 ttl=242 time=85.3 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=2 ttl=242 time=84.7 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=3 ttl=242 time=85.9 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=4 ttl=242 time=84.3 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=5 ttl=242 time=85.2 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=6 ttl=242 time=84.4 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=7 ttl=242 time=84.8 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=8 ttl=242 time=85.0 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=9 ttl=242 time=85.9 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=10 ttl=242 time=84.8 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=11 ttl=242 time=86.2 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=12 ttl=242 time=85.9 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=13 ttl=242 time=84.6 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=14 ttl=242 time=86.7 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=15 ttl=242 time=85.0 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=16 ttl=242 time=85.1 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=17 ttl=242 time=86.7 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=18 ttl=242 time=84.4 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=19 ttl=242 time=85.6 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=20 ttl=242 time=86.2 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=21 ttl=242 time=84.7 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=22 ttl=242 time=84.6 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=23 ttl=242 time=85.0 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=24 ttl=242 time=87.2 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=25 ttl=242 time=84.8 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=26 ttl=242 time=85.6 ms
64 bytes from es.verizon.net (206.46.230.37): icmp_seq=27 ttl=242 time=85.2 ms

[1]+ Stopped ping www.verizon.net

Last edited by paul85; 09-22-2006 at 06:58 PM.
 
Old 09-23-2006, 08:53 PM   #4
paul85
Member
 
Registered: Jul 2005
Location: New Jersey
Distribution: FC 5, Ubuntu
Posts: 92

Original Poster
Rep: Reputation: 15
I think I found the problem DHCPD is failing on startup. Unable to start/restart under Services.

Any suggestions?
 
Old 09-24-2006, 06:25 PM   #5
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
Some providers only support ipv4 the last versions of linux install by default ipv4 and ipv6.
You can check it by using
ifconfig
You see 2 lines with an ip-address in the shape of numeric and alphanumeric address.
Just disable ipv6 support.
 
Old 09-24-2006, 08:50 PM   #6
paul85
Member
 
Registered: Jul 2005
Location: New Jersey
Distribution: FC 5, Ubuntu
Posts: 92

Original Poster
Rep: Reputation: 15
ipv6 is currenly disabled. DHCP is failing on start, unable to start/restart it under Services menu. Dsl provider is verizon.
 
Old 09-25-2006, 03:19 AM   #7
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
could you check with
lsmod
if tulip and dmfe are active modules
 
Old 09-25-2006, 11:43 AM   #8
paul85
Member
 
Registered: Jul 2005
Location: New Jersey
Distribution: FC 5, Ubuntu
Posts: 92

Original Poster
Rep: Reputation: 15
I checked lsmod neither tulip or dmfe are actice mods.
 
Old 09-25-2006, 03:49 PM   #9
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
I am sorry but i have no real simple solution, you could reinstall dhcp or have a look at error messages by using dmesg
 
Old 09-25-2006, 04:20 PM   #10
paul85
Member
 
Registered: Jul 2005
Location: New Jersey
Distribution: FC 5, Ubuntu
Posts: 92

Original Poster
Rep: Reputation: 15
If this keeps up I may have to change distro or revert to M$. !!
However currently I'm runnning Ubuntu via a live cd and have no problems with the net.
 
Old 10-29-2007, 10:04 PM   #11
UhhMaybe
Member
 
Registered: Jul 2004
Location: Salt Lake City, Utah
Distribution: Absolute 12.0 Studio 64 1.3.0
Posts: 470

Rep: Reputation: 30
Cool

Go to Ubuntu for information, and write down the correct setup in the Networking files. Then YOU'LL have them for the Distro YOU choose in the future. Comparing the output of Ubuntu: which YOU say works < I agree> ; with the output of the faulty Distro previously, will provide valuable insight to the errors and their resolve. DHCP has different ways of getting started manually by user. "/etc/init.d/network start" and "/etc/init.d/network restart". Also try "service dhcpd restart". Try "iface eth0 inet dhcp" or similar Ethernet Device < eth1, eth2, etc. >. Using "netstat -r" and "netstat -nr" are solid tools for viewing the routing table. Http:www.wiki.com has many uses. Tutorials, previous solutions, and great descriptions for identifying, applying, and tweaking the system.

Last edited by UhhMaybe; 10-29-2007 at 11:00 PM.
 
  


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
D-Link DSL-200 Rev B DSL modem -- success!! ludeKing Linux - Hardware 1 03-11-2007 06:32 PM
installing a guest FC5 on FC5 xen using NFS niverson Fedora 0 08-11-2006 03:27 PM
1. Noobie install FC5; 2. FC5 spits out garbage after 'starting udev' nja1 Linux - Newbie 2 07-16-2006 02:48 PM
Boot failure after upgrading FC5 TR3 to FC5 Official Release fsb1284 Fedora 3 03-25-2006 09:12 AM
Dsl Modem Installation -- Aztech Dsl Turbo 100 psganesh Linux - Networking 0 07-01-2004 02:04 AM

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

All times are GMT -5. The time now is 05:48 PM.

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