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

Having connecting to Oracle behind Astaro

I have a NAT rule sending Oracle (TCP 1521) to an internal server. There are rules set up to allow the connections. I can run tnsping from the external box and it comes back fine. But when I use SQLPlus the connection times out. I DO see the attempted connections in the sqlnet.log on the database box but the answer never comes back to the external server. Anyone successfully natted to Oracle? Are there other ports to open?


This thread was automatically locked due to age.
Parents
  • Hi,

    make a tcpdump on the Astaro, there you should see the traffic.
    And you could run the packetfilter log to see, if any traffic between you external host and the Oracle gets dropped. 

    as root
    tcpdump -i ehtX | grep 1521
    While x is the number of the interface, now you should see only the Oracle traffic. 

    Chris
Reply
  • Hi,

    make a tcpdump on the Astaro, there you should see the traffic.
    And you could run the packetfilter log to see, if any traffic between you external host and the Oracle gets dropped. 

    as root
    tcpdump -i ehtX | grep 1521
    While x is the number of the interface, now you should see only the Oracle traffic. 

    Chris
Children
No Data