Solaris machines connectivity issue

I have 2 Solaris machine running 2 ips in same subnet 14.140.201.17 & 14.140.201.100 and they both have same gateway 14.140.201.1. Now both machines are acessible through network but they cannot ping/connect to each other. What could be the reason ? Any help is appreciated .

Thanks

two ip's in the same subnet is generally not allowed nor a good idea...

  • What are the network masks?
  • Are they running a personal firewall?

Ok but this is a test environment and i ned to transfer data between the servers. Do u have any idea what could be the issue though both servers are pingable/reachable from 14.140.201.103 & vice-versa

Could you post the output of

netstat -rnv

of both machines and 14.140.201.103

i missread your first post... you have 2 servers and each server has one ip?

IRE Table: IPv4
  Destination             Mask           Gateway          Device Mxfrg Rtt   Ref Flg  Out  In/Fwd
-------------------- --------------- -------------------- ------ ----- ----- --- --- ----- ------
default              0.0.0.0          14.140.201.1                 1500*    0   1 UG     296      0
 14.140.201.0         255.255.255.0    14.140.201.17        igb0    1500*    0   1 U      135      0
224.0.0.0            240.0.0.0        14.140.201.17        igb0    1500*    0   1 U        0      0
127.0.0.1            255.255.255.255 127.0.0.1            lo0     8232*    0 210 UH  1397624      0


Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface
-------------------- -------------------- ----- ----- ---------- ---------
default               14.140.201.1         UG        1        308
 14.140.201.0          14.140.201.100       U         1        104 vnet0
224.0.0.0             14.140.201.100       U         1          0 vnet0
127.0.0.1            127.0.0.1            UH        4        121 lo0


  Destination           Gateway           Flags  Ref     Use     Interface
-------------------- -------------------- ----- ----- ---------- ---------
default               14.140.201.1         UG        1     275104
 14.140.201.0          14.140.201.19        U         1     139970 bge0
224.0.0.0             14.140.201.19        U         1          0 bge0
127.0.0.1            127.0.0.1            UH        6      13283 lo0



one server is a virtual machine?

yep Ldom

  1. 14.140.201.17 - T3-1
  2. 14.140.201.19 - M3K
  3. 14.140.201.100 - Ldom on T3-1

vnet0 is on igb0 which is T3-1's main network interface

Can someone suggest on this .. the issue is stil not resolved. :frowning:

Are both servers connected to the same switch. There is a feature on some switches where machines can ping the default router but not between each other... is called port protected.

Do you have a third machine to test on the same net?

You have two machines on the same subnet that can't see each other.

What does traceroute say on each machine??

The traceroute to hostname will tell you if your DNS is working.

The output might tell you where the connection is ending up, eg. on a managed switch or something.

you can also use:

route get <ip address>

To see where are your packets going...

have you also tried with telnet to some port rather than ICMP?