accessing oracle application thru internet
0 pts.
0
Q:
accessing oracle application thru internet
currently we are using this address to login to the application within LAN
http://oracle-svr.gsmsc.com:8000/dev60cgi/f60cgi
what is the next step in order to let external user to log in?
is it there any port i need to open on the firewall?and where should those ports pointing to?
currently my oracle application 11.5.9 is install on a linux redhat 2.1,is it any setting i need to configure on the server?
thanks for any help.
ASKED: Oct 19 2005  0:26 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
0 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
If it is an extranet:
A) You need to set up a public IP for the server. You can do that in your firewall (it will do the NAT translation of the public IP to the internal network IP of the server)

B) In your firewall, you need to open port 8000 for that public IP.

C) On the client side: you need either to set up that IP:port in the desktop shortcut or menu, or add that entry to the hosts file.

D) I do not think you need to touch the app server at all

For an intranet:
You can use a VPN software or appliance to do the client IP NAT - this way you do not need to change the IP in your shortcut or hosts file. Plus, access is more secure.
Last Answered: Nov 3 2005  3:31 AM GMT by pelaez   0 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0