LinuxQuestions.org
Visit Jeremy's Blog.
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 07-08-2002, 08:47 PM   #1
toolkit
LQ Newbie
 
Registered: Apr 2002
Posts: 29

Rep: Reputation: 15
Host unreachable


Sorry, for the long post, but I need to give a clear picture of
the problem I am facing

I know you all have seen this message many times here. But still I
have this related problem : I am running on a Class A network
(actually our network is quite small but it is a long story) with
netmask 255.255.255.0. I used to have no problem accessing my machine (which is connected through a hub and then through a switch) to my servers.But recently, I have not been able to ping the servers. My configurations have remained the same. I am running Red Hat 7.2 and Win98. My NIC is a Linksys 10/100 Card. Testing on both of these platforms confirm that I cannot ping the servers.

To eliminate any LAN problems in the equation, I have tested out with a cross cable and link it to another machine. It shows that I can ping from my Linux to a Win98 machine. Cabling problem from my machine is also eliminated as I have tested it with another machine and it works fine.

Doing a dmesg:
Linux Tulip driver version 0.9.15-pre6 (July 2, 2001)
PCI: Found IRQ 10 for device 00:13.0
eth0: ADMtek Comet rev 17 at 0xc4867000, 00:04:5A:49:F4:F0, IRQ 10.

Doing a tcpdump that monitors my host server:
./tcpdump host 16.153.64.22
tcpdump: listening on eth0
17:03:23.212042 arp who-has 16.153.64.22 tell 16.153.64.118
17:03:24.212042 arp who-has 16.153.64.22 tell 16.153.64.118
17:03:25.212042 arp who-has 16.153.64.22 tell 16.153.64.118

I tried other protocols such as ftp and telnet and no success.
I can also confirm that there are no firewalls for these servers.

The question here is where exactly is the problem ?
a) My motherboard ?
b) The hub (Intel Express 330T) ?
c) The switch (Intel Express 460T)?
d) Or something else ?

Any help will be appreciated !
 
Old 07-08-2002, 09:04 PM   #2
tarballedtux
Member
 
Registered: Aug 2001
Location: Off the coast of Madadascar
Posts: 498

Rep: Reputation: 30
Well try this.

Make sure that the netmask on all the machines is 255.0.0.0
After that is what it is suppose to be if your not subnetting.
Aother thing what is the server operating system that you cannot ping? Is it running a firewall?

--tarballedtux
 
Old 07-08-2002, 09:05 PM   #3
pickledbeans
Member
 
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483

Rep: Reputation: 32
Are you sure tulip is the right drive? I thought Linksys used
a generic ne ? tulip is for card that use DEC chip sets?

Can you ping the interfaces fron a local login by ip and hostname?

Last edited by pickledbeans; 07-08-2002 at 09:07 PM.
 
Old 07-08-2002, 09:47 PM   #4
toolkit
LQ Newbie
 
Registered: Apr 2002
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by tarballedtux
Well try this.

Make sure that the netmask on all the machines is 255.0.0.0
After that is what it is suppose to be if your not subnetting.
Aother thing what is the server operating system that you cannot ping? Is it running a firewall?

--tarballedtux
We are using subnetting therefore the different
netmask value. The servers are running on Digital
AlphaServer and Linux. Nope no firewall present.
 
Old 07-08-2002, 09:49 PM   #5
toolkit
LQ Newbie
 
Registered: Apr 2002
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by pickledbeans
Are you sure tulip is the right drive? I thought Linksys used
a generic ne ? tulip is for card that use DEC chip sets?

Can you ping the interfaces fron a local login by ip and hostname?
I remember reading from somewhere that Linksys
uses Amtek chipset. I think it should be correct.
Anyway this driver was autodected by Red Hat 7.2 ...

What do you mean "ping the interaces from a
local login by ip and hostname ?"
 
Old 07-08-2002, 09:55 PM   #6
pickledbeans
Member
 
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483

Rep: Reputation: 32
login on to Linux

ping localhost
ping ip_address
ping hosthame

ifconfig show's that the interface is up?
Have you tryed swapping out nic cards?
 
Old 07-08-2002, 11:55 PM   #7
toolkit
LQ Newbie
 
Registered: Apr 2002
Posts: 29

Original Poster
Rep: Reputation: 15
It is strange. My networking is now working after
rebooting my set. I am really puzzled by these.
 
Old 07-09-2002, 12:42 AM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by pickledbeans
Are you sure tulip is the right drive? I thought Linksys used
a generic ne ? tulip is for card that use DEC chip sets?
Most linksys nics do use DEC chipsets and use the tulip driver to clear that up. If they don't, I would have no idea why all 6 computers on my network at home don't work using the tulip module along with linksys cards.

Did you ever try bringing down the ethernet card and back up with the ifconfig eth0 down then up ? I have found sometimes when one of my machines starts acting funny like that, this usually clears this up. Sometimes I have to re-enter the route command as well, route add default gw 192.168.1.1 would fix it as well. Usually if those didn't work, I would reboot to get it going again at times. I think its just the magic of a reboot that fixes problems.

Last edited by trickykid; 07-09-2002 at 12:44 AM.
 
  


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
destination host unreachable javpra Linux - Networking 1 03-30-2005 05:44 AM
Host Unreachable, but only from console. Joubert79 Linux - Networking 0 01-08-2005 05:47 AM
Destination Host Unreachable danka Linux - Networking 8 01-01-2005 05:29 PM
Host is unreachable Mikessu Linux - Networking 1 03-13-2004 11:49 AM
destination host unreachable!!! katana Linux - General 7 07-20-2001 01:25 AM

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

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