Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Database Firewall Configuration (Proxy, problem solved)

P.HuangOct 1 2021 — edited Oct 1 2021

Hi, I am having difficulty understanding how the AVDF database firewall works. From Oracle DOC and AVDF live lab, I want to configure DF in proxy mode, but not sure what to provide in the configuration details.
https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/workshop-attendee-2?p210_workshop_id=711&p210_type=1&session=7710629065851
AVDF live lab: (step 4 task 9, df proxy port is 15223, the target db connection is 10.0.0.150:1521/pdb1 <- where 10.0.0.150 seems to be the database IP as 10.0.0.152 is the firewall IP)

My lab configuration:
AVDF: 20.5
AV: 192.168.2.5/24 (only 1 nic)
DF: 192.168.2.6/24 (only 1 nic)
DB host: standalone 21.3 linux x64 OEL8 (host: lonorcl01, 192.168.2.201/24)
DB connection string: lonorcl01.pojencrossing.localdoamin:1521/devnet.pojencrossing.localdomain

DF Proxy port configuration: port 51521, proxy port name:
Screen Shot 2021-10-01 at 1.33.39 PM.png
Database target setting:
Screen Shot 2021-10-01 at 1.31.23 PM.png
Connection test:
Screen Shot 2021-10-01 at 1.36.06 PM.pngAs shown above, direct connection works (192.168.2.201:1521)
Connection to DF port 1521 -> ORA-12543 destination unreachable (make sense as port 1521 is not open on DF) <- I am not sure why AVDF live lab works.
Screen Shot 2021-10-01 at 1.40.33 PM.png
Connection to DF port 51521 -> ORA-12537: TNS connection closed

What does the "Connection Detail" means in the database firewall monitor? (i.e., TARGET already know the actual database connection string, Proxy ports also have the DF IP and port mapping) Why do I still need to provide "Connection Detail"?
Screen Shot 2021-10-01 at 1.45.14 PM.png
==== Problem solved:
Under the database firewall monitoring, the connection detail is the actual database connection string, i.e., in my lab environment: 192.168.2.201:1521/devnet.pojencrossing.localdomain

and I can connect via DF:proxy port, i.e., 192.168.2.6:51521/devnet.pojencrossing.localdomain
Screen Shot 2021-10-01 at 2.02.02 PM.png

Comments
Post Details
Added on Oct 1 2021
0 comments
627 views