Networking issue over WAN [message #573726] |
Wed, 02 January 2013 16:32 |
|
sstoroe
Messages: 5 Registered: January 2013
|
Junior Member |
|
|
I am trying to connect to a server from a client on another network. I am able to connect just fine if I am on that server, but when I try to connect from a client in my office to the amazon server, I get a timeout message as follows.
ora-12535: TNS:operation timed out.
here is my entry in my local tnsnames.ora file. I believe that the network is wide open between my two computers. o firewalls on the computers and the settings on my cisco allow this to go through. I see the client connect in log files on the server, but it always gets a timeout after 20 seconds.
I have tried to add these parameters to the sqlnet.ora file. I also do not have a problem with tnsping?
SQLNET.SEND_TIMEOUT= 120
SQLNET.RECV_TIMEOUT= 120
SQLNET.EXPIRE_TIME = 120
SQLNET.INBOUND_CONNECT_TIMEOUT = 120
RDCTEST2.rdcamazon.com =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xx.xxx.xxx)(PORT = 1521))
)
(CONNECT_DATA =
(SID = RDCTEST2)
(SERVER = DEDICATED)
)
)
How would I go about debugging this? I replaced the ip with x's since this is a public post.
client = windows xp
server = windows 2003 server
I am able to connect to a local database server from my client without a problem.
[Updated on: Wed, 02 January 2013 16:51] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Networking issue over WAN [message #573735 is a reply to message #573734] |
Wed, 02 January 2013 19:03 |
|
sstoroe
Messages: 5 Registered: January 2013
|
Junior Member |
|
|
Are you saying that I need to give my client a public ip in order to go across the internet. I may be misunderstanding you. How else would I be able to ping the client from the server. I can probably have him rig this up in the firewall. but i thought that the messages would just get passed back to the client.
Thanks
[Updated on: Wed, 02 January 2013 19:10] Report message to a moderator
|
|
|
|
Re: Networking issue over WAN [message #573848 is a reply to message #573736] |
Thu, 03 January 2013 09:55 |
|
sstoroe
Messages: 5 Registered: January 2013
|
Junior Member |
|
|
Thanks. I have a network admin, so I will try to get this worked out with him. We have been struggling with this for a few days and I was hoping for some better insight. I think that you may have given me enough information for him to correct this.
Thanks again. I will let you know how this works out.
Shawn
|
|
|