Destination host unreachable

Issues related to configuring your network
mperez
Posts: 5
Joined: 2008/02/14 21:48:46
Contact:

Destination host unreachable

Post by mperez » 2008/02/14 21:58:46

Greetings,

I have installed recently CentOS 5 in a Dell PoweEdge 1300, this server has 3 network card, but only one is active.
The network card active is eth0 ADMtek NC100, its parameters are (manually), IP: 10.0.1.5, Default gateway 10.0.1.100, mask 255.255.255.0.
when I try ping to any machine in my network I got destination host unreachable error.
The network point, cable, and card was working before (RHEL 9), but now is not.

Thanks for your help

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Destination host unreachable

Post by gerald_clark » 2008/02/15 14:36:05

Did you also edit /etc/resolv.conf to add your nameservers?
What are the IP addresses of the machines you are attempting to ping?
Do you need to define a gateway?

mperez
Posts: 5
Joined: 2008/02/14 21:48:46
Contact:

Re: Destination host unreachable

Post by mperez » 2008/02/15 17:11:24

My gateway es 10.0.1.100, Im trying ping 10.0.1.100, 10.0.1.99 y 10.0.1.98, thease are machines in my red and works fine. my resolve conf is nameserver 200.44.32.13.

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Destination host unreachable

Post by gerald_clark » 2008/02/15 17:26:04

show the results of
ifconfig
and
route -n

mperez
Posts: 5
Joined: 2008/02/14 21:48:46
Contact:

Re: Destination host unreachable

Post by mperez » 2008/02/15 20:47:05

ifconfig
eth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet addr:10.0.1.5 Bcast:10.0.1.255 Mask:255.255.255.0
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4879 errors:0 dropped:0 overruns:0 frame:0
TX packets:93 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1031199 (1007.0 KiB) TX bytes:10971 (10.7 KiB)

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:4226 errors:0 dropped:0 overruns:0 frame:0
TX packets:4226 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7586298 (7.2 MiB) TX bytes:7586298 (7.2 MiB)

peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:37073 errors:73 dropped:0 overruns:0 frame:113
TX packets:481 errors:4 dropped:0 overruns:0 carrier:4
collisions:0 txqueuelen:1000
RX bytes:9796055 (9.3 MiB) TX bytes:54202 (52.9 KiB)
Interrupt:19 Base address:0x4c00

vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:429 errors:0 dropped:0 overruns:0 frame:0
TX packets:36408 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:45706 (44.6 KiB) TX bytes:9754985 (9.3 MiB)

virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:8106 (7.9 KiB)

xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:37113 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:9297723 (8.8 MiB) TX bytes:0 (0.0 b)

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.0.1.100 0.0.0.0 UG 0 0 0 eth0

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Destination host unreachable

Post by gerald_clark » 2008/02/15 21:28:18

Why don't you troubleshoot it first without the XEN.

mperez
Posts: 5
Joined: 2008/02/14 21:48:46
Contact:

Re: Destination host unreachable

Post by mperez » 2008/02/15 22:02:50

How could I disable XEN ?

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Destination host unreachable

Post by AlanBartlett » 2008/02/16 13:01:27

Boot from the base kernel, [b]2.6.18-53.1.13.el5[/b].

mperez
Posts: 5
Joined: 2008/02/14 21:48:46
Contact:

Re: Destination host unreachable

Post by mperez » 2008/02/18 18:08:15

I don?t have the kernel base, only the xen.

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Destination host unreachable

Post by AlanBartlett » 2008/02/19 21:30:42

Try the following:

[b]yum list kernel\*[/b]
[i]inspect the output of the above[/i]
[b]yum install kernel-2.6.18-53.1.13[/b]

You will also find that [b]man yum[/b] is your friend!

HTH.
Alan.

Post Reply