Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a quick question about configuring a PIX firewall and jdbc. I have two distinct networks running behind a PIX firewall. My webserver, jsp's, and JDBC driver are on one machine (on network 'A') and I have my SQL Server database running on anoth...
Yes, I set the static IP to 10.0.5.45. I also double checked the SQL Server listening port to see if it is on port 1433. It is. I can telnet successfully from my laptop to the database server. The DB server is in the Windows default domain WORKGROUP....
OK I added the below lines to the PIX config...fixup protocol sqlnet 1433conduit permit tcp host 10.0.5.45 eq 1433 host 192.168.100.113-------------------------------------------10.0.5.45 is my database server192.168.100.113 is my webserverI tested m...
So sqlnet isn't just an Oracle thing? For some reason I was thinking that I was just supposed to use SQLnet when using Oracle databases. Then again I'm just a software guy what do I know;-) Thank you.