management console
I have an oracle XE 10g installation working correctly. I changed the http port for the management console to 9090 and I am able to hit it withouth issue with this URL http://127.0.0.1:9090/apex/
I would like to be able to access the management console with my external IP address so I can manage the database remotely. I have set up port forwarding on my router to forward all port 9090 traffic to the machine with the oracle instance. I still am only able to connect from my localhost. I am able to hit other services (webserver on port 8080) on my machine remotely using port forwarding settings similar to what I set up for the oracle management console. Is there any oracle config I missed?