OC4j JMS server behind a router/gateway and external clients
Our OC4j server is behind a router with a firewall, that does address translation to an internal IP address. In simple words, when the static address is (say) 203.34.45.67 all the requests to this address are re-directed to the internal LAN machine (say) 192.168.0.32. Because JMS server is mapped to LAN IP address (not seen from the outside world), external JMS clients are unable to access JMS server. Any ideas?