Ezra,
It's almost definitely a firewall problem. Are you sure your firewall is
mapping the ports for any outside address? (it would be a bit unusual, more
common is to specify the exact machines that are allowed in). But if you can
get to the Oracle machine via ssh, there is a simple workaround: You can
tunnel the port you want to access through ssh. Use something like "ssh -N -L
<remoteport>:<oracleip>:<localport> tunnelhost". The tunnelhost will have to
be able to access the oracle host using its private IP. Check man ssh for the
exact syntax - I may be missing a flag or two ;-)
Klaus
On Thursday 09 May 2002 03:30, ezra wrote:
> I hope someone can help me!
>
> My web server is sitting on a public ip while oracle server (solaris)
> is sitting behind a firewall with a private ip (i.e. 192.168.73.11).
>
> I am able to connect to the oracle box from the web server box using
> sqlplus, etc. I am also able to execute tango apps from anywhere,
> local and external. However, I'm not able to connect to the oracle
> box via sqlplus from my home computer. Firewall is doing NAT and
> ports 1521-1526 are mapped to the Oracle box and yet its not
> connecting.
>
> The weirdest thing is that I'm able to connect various other services
> running on that oracle box, such as ssh, ftp, etc...
>
> Any ideas?
>
> thanks,
> Ezra
> ________________________________________________________________________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
> with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body