it will take some time to do this on the server itself, but I did a quick test using telnet on that server and looks like it is running a service on that port.
[root@localhost ~]# telnet 10.10.93.50 49000
Trying 10.10.93.50...
Connected to 10.10.93.50 (10.10.93.50).
Escape character is '^]'.
So I'm sure it will work there.
From window's machine, this is what I get :
X:\>telnet 10.10.93.50 49000
Connecting To 10.10.93.50...Could not open connection to the host, on port 49000: Connect failed
X:\>ping 10.10.93.50
Pinging 10.10.93.50 with 32 bytes of data:
Reply from 10.10.93.50: bytes=32 time=37ms TTL=63
Reply from 10.10.93.50: bytes=32 time=1ms TTL=63
Reply from 10.10.93.50: bytes=32 time<1ms TTL=63
Ping statistics for 10.10.93.50:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 37ms, Average = 12ms
SQL Error is :
Db connection error: DbConnectionException: [ibm][db2][jcc][t4][2043][11550] Exception java.net.NoRouteToHostException: Error opening socket to server /10.10.93.50 on port 49,000 with message: No route to host: connect.