Operating System - Linux
1833747 Members
2838 Online
110063 Solutions
New Discussion

"No route to host" on one BL20 of three in enclosure

 
Andy Johnson_6
Occasional Contributor

"No route to host" on one BL20 of three in enclosure

I'm starting a HP blade deployment of RHEL 4 of BL20s and BL25s using the Cisco switch. I have outbound network connectivity but no inbound. When I ssh from an adjacent host (same enclosure same subnet) I get "No route to host". The host is pingable. Using ILO I can logon to the host and connect outbond.

This is the 3rd RedHat deployment in this enclosure and the first two function normally. I checked the network settings on all three servers.
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: "No route to host" on one BL20 of three in enclosure

"No route to host" but ping works, this is weird.

What is the output of:

ping otherhost
ifconfig -a
netstat -nr

On both hosts.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Vipulinux
Respected Contributor

Re: "No route to host" on one BL20 of three in enclosure

Hi
Try adding the route manually:
route add

Cheers
Andy Johnson_6
Occasional Contributor

Re: "No route to host" on one BL20 of three in enclosure

Got a response from my local users group suggesting stoppping iptables service. Normally network connectivity has resumed. Now I just need to determine what is different from the previous two installations.