"Network error: No route to host" While connecting guest RHEL4 using putty


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users "Network error: No route to host" While connecting guest RHEL4 using putty
# 1  
Old 06-15-2013
"Network error: No route to host" While connecting guest RHEL4 using putty

Hi,

I have installed RHEL4 using vmware workstation..

Host OS: Windows XP
Guest OS: RHEL4

Pls refer step 17 & 18 in below link...
ORACLE-BASE - Red Hat Enterprise Linux 4 and Centos 4 Installation

1) If i choose to assign IP automatically (using DHCP) means, i am able to connect RHEL4 from my windows through putty successfully..

[root@localhost ~]# ifconfig -a |grep "inet addr"
inet addr:192.168.8.129 Bcast:192.168.8.255 Mask:255.255.255.0


2) But if i assign the IP address manually, i am getting "Network error: No route to host" error when i connect RHEL4 from my windows through putty..

[root@localhost ~]# ifconfig -a |grep "inet addr"
inet addr:192.168.1.111 Bcast:192.168.1.255 Mask:255.255.255.0


Also pls let me know, if i choose IP and hostname manually, what should be the values of
1) Gateway
2) Primary DNS

in miscellaneous settings...


Pls help....
# 2  
Old 06-15-2013
Try assigning an IP address in the same subnet! Looks like your manual command uses 192.168.1 as compared to ....8 in the DHCP approach.
# 3  
Old 06-15-2013
Thanks for ur reply RudiC ....

I will try with assigning IP like '192.168.8.111'... But if i assign the IP address manually, it asks to enter the values of 'Gateway & Primary DNS' in miscellaneous settings (i.e., in step 19 in ORACLE-BASE - Red Hat Enterprise Linux 4 and Centos 4 Installation)... Pls let me know what should be the values i need to enter...
# 4  
Old 06-16-2013
What are the entries when automatically assigned via DHCP? Use those if possible. DNS-servers you also can find in e.g. router's settings, or in your windows config.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. Solaris

Changing "rx_queue_number" in "ixgbe.conf". Reboot or Network Restart?

Hi all, First post here. Working on Solaris 10, on a Sun t4-4, need to change RX queue depth(ethernet, not HBA) and was wondering if i could get by with just restarting the network or if i should just bounce the whole shebang. Apologies if i missed a similar thread. if there is one, please... (2 Replies)
Discussion started by: caspnx
2 Replies

3. UNIX for Dummies Questions & Answers

SSHd is running, but cant connect "Network error: Connection refused"

Hi, i checked on rhel VPS is running sshd (service ssh status) But i cant connect via putty: "Network error: Connection refused" Please which log file in my centos rhel linux i need to watch or what are steps to do to discover cause? (3 Replies)
Discussion started by: postcd
3 Replies

4. UNIX for Dummies Questions & Answers

What is the significance of sh -s in ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh?

Please can you help me understand the significance of providing arguments under sh -s in > ssh -qtt ${user}@${host} "sh -s "${version}"" < test.sh (4 Replies)
Discussion started by: Sree10
4 Replies

5. Solaris

"Connection closed by foreign host error" in Solaris 10

Version Details Solaris version : Oracle Solaris 10 8/11 s10x_u10wos_17b X86 $ uname -a SunOS tippy178 5.10 Generic_147441-01 i86pc i386 i86pcThe Issue +++++++++ I have two solaris 10 Virtual Machines created using Virtual Box. One of my applications running on Source was trying to connect... (9 Replies)
Discussion started by: kraljic
9 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Red Hat

Please help to get "RHEL4 U6 i386 ES" iso file

Dear all, I'm looking for the version: RHEL4 update 6 i386 ES. I have spend lots of time to find but I'm not found now. Please help me. If you have RHEL4 U4 i386 ES, please send me the link to download too. Many thanks, (2 Replies)
Discussion started by: eadrank
2 Replies

8. Linux

Strange error "host: isc_taskmgr_create: no available threads"

Dear Srs, I'm getting this error on a Linux box, running Apache 2.0.52: "host: isc_taskmgr_create: no available threads" Making some search for those strings in Google, didn't tell me anything about this.. appears to be related to SELinux, but it's disabled in the box. Any idea about... (0 Replies)
Discussion started by: Santi
0 Replies

9. Solaris

Network Path Not Found Error "Sunfire V100"

I recently got this new old server from a friend. I just installed a fresh version of Solaris 10 on it. I have put a static IP of 192.168.100.10 the server. Their is no subnetting scheme on the network. And I made the hostname "SunServ." And I also changed the folder "/etc/inet/hosts" because I... (4 Replies)
Discussion started by: louisd11
4 Replies

10. UNIX for Advanced & Expert Users

Can a "route add" command crash a router? well it does...need help

OK Sun E420R server Solaris 7 Command: route add default ###.###.###.### 15 Seconds later my router is rebooting and will continue this until I flush the route table on the server Any ideas?! Help!! (3 Replies)
Discussion started by: n9ninchd
3 Replies
Login or Register to Ask a Question