<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JDBC and PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243772#M612053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer not to post the FW configs in an open forum. I can send via email though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2003 11:19:14 GMT</pubDate>
    <dc:creator>brarick</dc:creator>
    <dc:date>2003-10-21T11:19:14Z</dc:date>
    <item>
      <title>JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243763#M612044</link>
      <description>&lt;P&gt;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 another machine on network 'B'. Now in order to allow my webserver access to the database I have to add a couple lines to the firewall. One is the 'fixup' line and the other is the 'conduit'. My question is on the fixup line. Do I do a fixup for http or for sqlnet or both. For instance, do I do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol http 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just trying to figure out what I am doing before I break something;-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243763#M612044</guid>
      <dc:creator>brarick</dc:creator>
      <dc:date>2020-02-21T07:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243764#M612045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need fixup protocol sqlnet 1433. as well as conduit or access-list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 17:55:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243764#M612045</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2003-10-20T17:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243765#M612046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 17:59:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243765#M612046</guid>
      <dc:creator>brarick</dc:creator>
      <dc:date>2003-10-20T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243766#M612047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is for SQLnet protocol either from Oracle or from Micrsoft.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 18:06:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243766#M612047</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2003-10-20T18:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243767#M612048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I added the below lines to the PIX config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1433&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host 10.0.5.45 eq 1433 host 192.168.100.113&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;10.0.5.45 is my database server&lt;/P&gt;&lt;P&gt;192.168.100.113 is my webserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested my connection to see if the two computers were able to see each other by telneting from the webserver....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet 10.0.5.45 1433 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This just hangs and says "trying 10.0.5.45..."&lt;/P&gt;&lt;P&gt;Am I missing something? If I could telnet from one box to another at least I would know that the boxes could see each other. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 18:52:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243767#M612048</guid>
      <dc:creator>brarick</dc:creator>
      <dc:date>2003-10-20T18:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243768#M612049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO you have static for 10.0.5.45?&lt;/P&gt;&lt;P&gt;I am not sure if you could test this by just telnet to port1433. Can you try to see if by bypassing firewall, you can get some prompt? Try also to get syslogs from the firewall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 18:56:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243768#M612049</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2003-10-20T18:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243769#M612050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can telnet successfully from my laptop to the database server. The DB server is in the Windows default domain WORKGROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are the syslogs to the firewall kept?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 19:12:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243769#M612050</guid>
      <dc:creator>brarick</dc:creator>
      <dc:date>2003-10-20T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243770#M612051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you share the configs? YOu can change the IP addresses and remove the password lines.&lt;/P&gt;&lt;P&gt;Syslogs can be stored on buffer, syslog server, can be dumped on the console or telnet/terminal sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2003 20:39:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243770#M612051</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2003-10-20T20:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243771#M612052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadeem's correct need the configs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2003 02:45:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243771#M612052</guid>
      <dc:creator>lwierenga</dc:creator>
      <dc:date>2003-10-21T02:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243772#M612053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer not to post the FW configs in an open forum. I can send via email though...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2003 11:19:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243772#M612053</guid>
      <dc:creator>brarick</dc:creator>
      <dc:date>2003-10-21T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC and PIX</title>
      <link>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243773#M612054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the ip addresses and take out passwords, that is all you have to do.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2003 17:46:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/jdbc-and-pix/m-p/243773#M612054</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2003-10-21T17:46:37Z</dc:date>
    </item>
  </channel>
</rss>

