cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
584
Views
0
Helpful
4
Replies

Open port on Oracle Form & DB

pemasirid
Level 1
Level 1

Hi,

I configured remote access VPN to access Oracle DB server (I have two group ADMIN and CLIENT, this access for Client group only).A client application has be installed on VPN client's laptop and I have allowed port 1521 (sqlnet) on the firewall. But though users were able to connect VPN they cant access this oracle form and DB in it.

However when I open all the ports on the same server (IP level) it was able to access the applicaiton.

Here is please find attached configuraiton.

Are there any other ports to be open other than sqlnet (port 1521)?.

4 Replies 4

andrew.prince
Level 10
Level 10

Is there a specific reason why you are limiting remote VPN access to only SQL? I suggest you re-write the ACL to allow any any, and log the acl. Then run the app from the client side and see what traffic - tcp/udp ports are actually used by the app.

HTH>

Hi Andrew,

Many thanks for your reply. the clients wants to open only sqnet port.since it didnt work I allowed all the ports then it worked. However as you suggested I will capture the packets for this vpn client & find out what are the ports it required to access and update you soon.

tks

Hi Andrew,

Could you please confirm that the following command syntax (using capture ACL) will OK to get TCP/UDP port details used by Oracle application.

access-list capturethis permit ip host 10.10.10.1(VPN client subnet) host 172.16.20.218 (Oracle Appli.server)

access-list capturethis permit ip host 172.16.20.218 host 10.10.10.1

capture cap1 access-list capturethis interface outside

show capture cap1

thanks

yep - syntax is correct, and should provide the info you need.