1832299 Members
2362 Online
110041 Solutions
New Discussion

connectivity issue!!

 
Amit Manna_6
Regular Advisor

connectivity issue!!

HI,
I am trying to login from a Sun server to HP server. I am able to telnet from the HP machine to the Sun server.

The IP of the Sun server is 10.221.51.147 and the IP of the HP server is 10.221.51.168.


Cany anybody suggest a workaround for this issue.

8 REPLIES 8
Chan 007
Honored Contributor

Re: connectivity issue!!

Hi

Are you able to ping from both servers?

What about login from HP to Sun?

Can you try ftp between them?

If ping is not working the suspect the LAN or routing issue.

Chan
Arunvijai_4
Honored Contributor

Re: connectivity issue!!

Hi Amit,

Are you able to ping from Sun server to HP Server? Does it have stable connectivity ?

I suspect, it could be an issue with Network connectivity or DNS issue ?

Also, check with syslog

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Amit Manna_6
Regular Advisor

Re: connectivity issue!!

HP to Sun telnet is working.

Either way the ping is not working

ftp is not working
Chan 007
Honored Contributor

Re: connectivity issue!!

Amit,

You u sure that telnet is working from HP to sun but ping and ftp not working.

Ok try doing the same using IP address instaed of hostname.

can you post netstat -nr of both systems.

It may be due to your /etc/resolv.conf. Check the domain name in that file.

Chan
Amit Manna_6
Regular Advisor

Re: connectivity issue!!

ON HP machine

>netstat -nr
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.3.168 192.168.3.168 UH 0 lan13:1 4136
192.168.3.136 192.168.3.136 UH 0 lan13 4136
10.221.51.168 10.221.51.168 UH 0 lan1:1 4136
10.221.11.136 10.221.11.136 UH 0 lan0 4136
10.221.51.136 10.221.51.136 UH 0 lan1 4136
10.221.40.136 10.221.40.136 UH 0 lan3 4136
192.0.0.192 192.168.3.136 UH 0 lan13 0
10.221.51.0 10.221.51.136 U 3 lan1 1500
10.221.51.0 10.221.51.168 U 3 lan1:1 1500
10.221.11.0 10.221.11.136 U 2 lan0 1500
10.221.40.0 10.221.40.136 U 2 lan3 4352
192.168.3.0 192.168.3.136 U 3 lan13 1500
192.168.3.0 192.168.3.168 U 3 lan13:1 1500
192.168.4.0 192.168.3.136 U 0 lan13 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 10.221.51.250 UG 0 lan1 0



On Sun machine:



Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 192.168.2.5 U 1 6796 hme0
147.204.2.0 192.168.2.250 UG 1 6976
224.0.0.0 192.168.2.5 U 1 0 hme0
default 192.168.2.254 UG 1 8481
127.0.0.1 127.0.0.1 UH 2 41 lo0

Jaime Bolanos Rojas.
Honored Contributor

Re: connectivity issue!!

Are you able to telnet the HP server from any other workstation?

IF not, please kill the initd on the hp server, and then restart it:

inetd -k
inetd -c

then rebuild the device files with insf -e


Regards,

Jaime
Work hard when the need comes out.
Amit Manna_6
Regular Advisor

Re: connectivity issue!!

I am able to telnet from workstation
Ninad_1
Honored Contributor

Re: connectivity issue!!

For the Sun server there is not entry for the ethernet interfaces for the self ip address.
Try a
route add host 10.221.51.147 10.221.51.147

I am not sure of the netmask - if this doesnt work add netmask of 255.255.255.255

Regards,
Ninad