This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Oracle Net (jdbc in dmz application to inernal db)

I have been unable to get this working despite setting up the packet filture to allow Oracle traffic between the DMZ box and the internal Oracle server (both ways)

How does Astaro handle Oracle's dynamic port allocation when communcating via Net8 ? 

Anyone have a woking configuration they can post ?

thanks

Richard   


This thread was automatically locked due to age.
Parents
  • I did a little web research about Oracle jdbc and firewalls since I do a lot of Oracle DB work myself. I found an interesting link. Perhaps it could help you more than I can.

    http://www-tcsn.experts-exchange.com/Security/Firewalls/Q_20739363.html

    I also read an article suggesting stunnel to encrypt traffic between your web server and the backend DB. You'd still have to open ports but they could be DMZ IP to Backend IP specific so that they would allow only traffic originating from the DMZ machine to the DB machine.The DB server would only be listening on those ports for SSL traffic anyway.

     
Reply
  • I did a little web research about Oracle jdbc and firewalls since I do a lot of Oracle DB work myself. I found an interesting link. Perhaps it could help you more than I can.

    http://www-tcsn.experts-exchange.com/Security/Firewalls/Q_20739363.html

    I also read an article suggesting stunnel to encrypt traffic between your web server and the backend DB. You'd still have to open ports but they could be DMZ IP to Backend IP specific so that they would allow only traffic originating from the DMZ machine to the DB machine.The DB server would only be listening on those ports for SSL traffic anyway.

     
Children
No Data