Unable to ping my Ip in sco Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unable to ping my Ip in sco Unix
# 1  
Old 05-28-2003
how to change ip in sco unix

how do i change and ip in sco unix.
# 2  
Old 05-28-2003
See the FAQ's at PCUNIX.com - SCO
# 3  
Old 05-28-2003
# 4  
Old 05-28-2003
Unable to ping my Ip in sco Unix

I changed my Ip address in netconfig. from 125.127.1.1 submask 255.255.255.0 to Ip 192.168.1.2 same sub mask . I pinged the Ip 192.168.1.2 and this is whats listed:

ping: 192.168.1.2 (192.168.1.2): 56 data bytes
ping : sento: No route to host


What does that means and how can i fix the problem
# 5  
Old 05-28-2003
Did you follow the rest of the troubleshooting in the link provided in your last post (such as editing the old address out of /etc/hosts and adding a default route)?

Also note the following (from the pcunix.com faq)
To change the IP address, the following files are also affected.

/etc/tcp
/etc/hosts
/etc/gateways
/etc/networks
/etc/ppphosts
/etc/ppppool
/usr/mmdf/table/smtp.chn
/etc/bootptab

Last edited by RTM; 03-30-2005 at 02:15 PM..
# 6  
Old 05-29-2003
I doubt you really have to go thru that pointless task of editing so many files simple because you want change the IP address of a host.

instead of doing it by files, you can first change your IP address the way I prefer way I personally prefer by using the ifconfig command.

Then you put the route command into use to solve the error complaining about "no route to host"

use the route command like:

1. route add default (ipaddress) 1

or

2. route add net (network) (ipaddress) 1

i think in your case, number 2 is what you will or should be using.
# 7  
Old 05-29-2003
pdoug76

i tried using the route command which was given to me

route add net (network) (ipaddress) 1

how shoud i route the ip 192.168.1.2 with the command
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Unable to ping localhost

Hi all, I have gone through many posts related to this issue,but my issue wasn't resolved hence creating new thread. I am unable to ping localhost. ping localhost tries to ping localhost which is defined in DNS. My /etc/hosts has entry for localhost as 127.0.0.1 loopback localhost. ... (8 Replies)
Discussion started by: chpsam
8 Replies

2. Solaris

Unable to ping Windows

Hello, Am unable to ping the Windows Box, from my Solaris Box. They both are in same LAN, have the same IP Segments. Windows IP :: 10.141.14.120 Solaris IP :: 10.141.14.11 Unable to get why isnt working out.... When using the command 'ping 10.141.14.120', it gives the error as 'ping:... (4 Replies)
Discussion started by: jayanto
4 Replies

3. Solaris

Unable to ping New server

Hi ALL, I Have installed NEW v240 server through hyper terminal, After installation i unable to ping the server from out side server... i can see no entry in resolve.conf file.. but the server has DNS.. willl that issue.. please guide me ping the server from outside within the same network bk (1 Reply)
Discussion started by: suresh_krish
1 Replies

4. SuSE

unable to ping virtualbox machine

I current have Windows 7 running Virtualbox - OpenSUSE. From SUSE I can ping the Windows box 10.10.x.x no problems. But from the windows box I can't ping SUSE. I have tried disabling the firewall and sill no luck. Tried pinging host name and still no luck. The network gives an IP from... (2 Replies)
Discussion started by: woofie
2 Replies

5. IP Networking

unable to ping to my server

hi, I setup a Solaris machine in my server room and my client cannot access it. Can anyone advise? Test that i have done: -My client pc cannot ping the server. -My solaris server cannot ping client -My solaris server can ping it's gateway -Another NT machine 1 (10.179.30.26) in the... (8 Replies)
Discussion started by: skiturn
8 Replies

6. Solaris

unable to ping server

hi, I setup a Solaris machine in my server room and my client cannot access it. Can anyone advise? Test that i have done: -My client pc cannot ping the server. -My solaris server cannot ping client -My solaris server can ping it's gateway -Another NT machine 1 (10.179.30.26) in the server... (2 Replies)
Discussion started by: skiturn
2 Replies

7. IP Networking

Unable to ping the gateway IP itself

We are unable to bring one of our linux boxes into the network once it was restarted. But once we stop and start the network service. We are able to ping the gateway and get into network. After a minute or two we get the following reponse for the ping command 64 bytes from 124.168.215.40:... (6 Replies)
Discussion started by: chrisanto_2000
6 Replies

8. UNIX for Dummies Questions & Answers

unable to ping

DEar all i am receiving this error on start and then unable to ping (dlpid): unable to open network adapter driver (/dev/mdi/e3h0) what to do ? (2 Replies)
Discussion started by: sak900354
2 Replies

9. UNIX for Dummies Questions & Answers

unable ping ipaddress

I have Sco openserver 5.0. It had a 125. ip. I changed it to a 192. ip. was unable to ping the 192. I was told to change it in the etc/tcp etc/hosts files which i did. still unable to ping. i am getting a message unable to route to host. I also have an error in my etc/tcp file on line... (1 Reply)
Discussion started by: pdoug76
1 Replies

10. UNIX for Dummies Questions & Answers

Unable to ping host

Hi, dear all, I am rather new to Unix and have this problem where I cant seem to ping from 1 host to another. The scenerio is as follows: - 1 QNX host->Eth->1 SCO host the SCO host is configured with it's IP the QNX host is configured with another IP both in the same domain, ie, 172.20.3.XX... (3 Replies)
Discussion started by: gavon
3 Replies
Login or Register to Ask a Question