Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]: using Net8 through NAT router

Re[2]: using Net8 through NAT router

From: Robert Eskridge <bryny_at_dfweahs.net>
Date: Fri, 14 Dec 2001 09:44:23 -0800
Message-ID: <F001.003DCE3B.20011214092524@fatcity.com>

> I am trying to connect to a database on the "inside" of a NAT.
> I get a tns connection time-out error. According to Oracle, I have to use
> Connection Manager. I find this a little hard to believe. I would think a
> CISCO router doing NAT would be smart enough to translate Net8 packet headers
> for me.
>
> Anyone?

We ran into problems with some implementations of dynamic NAT. The dynamic NAT kept a table of which internal address was attached to which connection of the single external address. Everything was cool as long as the number of connections were small. But as connections (of all types) increased the table filled. Then when a new connection was made, older connections were dropped unceremoniously. Dynamic NAT's of this sort are useful for things like surfing where connections are very ephemeral, but not persistent client/server connections.

The solution? With this particular router, a static NAT, where each client that needed an individual external IP. That's the only way this router would lock an entry in the translation table. Other routers/firewals/proxy servers may have other methods -- but I didn't investigate further.

-rje

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Robert Eskridge
  INET: bryny_at_dfweahs.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Dec 14 2001 - 11:44:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US