On Mon, Aug 13, 2012 at 3:24 PM, ilesh war <[email protected]> wrote: > On Mon, Aug 13, 2012 at 3:21 PM, ilesh war <[email protected]> wrote: > >> >> On Mon, Aug 13, 2012 at 3:08 PM, Arun Khan <[email protected]> wrote: >> >>> On Mon, Aug 13, 2012 at 3:05 PM, Arun Khan <[email protected]> wrote: >>> > try this and see what you get >>> > >>> > telnet 172.16.200.27 <sap_port> >>> > >>> > substitute <sap_port> with the port number on which your SAP >>> > application is available. >>> > >>> >>> Oops. You should do this both in the Ubuntu as well in the XP systems >>> and note the similarity or differences in the response from the SAP >>> server. >>>
>> sorry its mistyped xp gateway also 172.16.1.197. >> > > Traceroute 172.16.200.27 in ubuntu > traceroute to 172.16.200.27 (172.16.200.27), 30 hops max, 60 byte packets > 1 203.76.141.41 (203.76.141.41) 1.786 ms 2.136 ms 2.233 ms > 2 ARennes-651-1-107-6.w2-2.abo.wanadoo.fr (2.2.2.6) 5.485 ms 6.292 ms > 6.566 ms > 3 14.140.144.170.static-Hyderabad.vsnl.net.in (14.140.144.170) 5.559 ms > 5.642 ms 5.897 ms > 4 172.16.200.27 (172.16.200.27) 5.908 ms 5.901 ms 5.988 ms > > and for XP > C:\>tracert 172.16.200.27 > > Tracing route to 172.16.200.27 over a maximum of 30 hops > > 1 <1 ms <1 ms <1 ms 203.76.141.41 > 2 4 ms 3 ms 3 ms > ARennes-651-1-107-6.w2-2.abo.wanadoo.fr[2.2.2.6] > 3 17 ms 12 ms 14 ms > 14.140.144.170.static-Hyderabad.vsnl.net.in[14.140.144.170] > 4 9 ms 8 ms 9 ms 172.16.200.27 > > Trace complete. First of all your posting is over quoted; please *trim* all irrelevant quote from previous postings. The traceroute from both ubuntu and the xp system shows the same path and that your SAP server is reachable from your ubuntu server. While the traceroute out put helps, it does not mean that the SAP server is reachable from the ubuntu server. I strongly suspect firewall egress/ingress rules within your network that is not allowing connection from the ubuntu server. This can be established form out put of the telnet command I gave you in my earlier posting. A "time out" means somewhere a rule is *dropping* packets from the ubuntu server to the sap server A "rejected" means somewhere a rule is *rejecting* packets from the ubuntu server to the sap server You can also try tcptraceroute to the SAP server (see man tcptraceroute) $ tcptraceroute <sap_server> <sap_port> Ask your Network Admin about the sap_port if you don't know what it is. BTW, how do you access your SAP server, from a web browser or it's own thick client? -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
