<?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: Cisco pix sql issues.. port 1434 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355021#M549113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mkmead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the sql server here ?? if the sql server is in the DMZ, why is the source port for 10.x.x.x 1434 ?? try to put a sniffer and see which port is the 10.x server trying to access when going to the DMZ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2005 15:49:34 GMT</pubDate>
    <dc:creator>sachinraja</dc:creator>
    <dc:date>2005-04-18T15:49:34Z</dc:date>
    <item>
      <title>Cisco pix sql issues.. port 1434</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355020#M549112</link>
      <description>&lt;P&gt;I have a inside access-list setup with a deny all at the end..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a server on the inside of the firewall that needs to speak to the sql server in our dmz network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the access-lists I have in place..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 150 permit tcp host 10.xxx.xxx.184 host 10.dmz.xxx.104 eq 1433&lt;/P&gt;&lt;P&gt;access-list 150 permit udp host 10.xxx.xxx.184 host 10.dmz.xxx.104 eq 1434&lt;/P&gt;&lt;P&gt;access-list 150 permit udp host 10.xxx.xxx.127 host 10.dmz.xxx.104 eq 1434&lt;/P&gt;&lt;P&gt;access-list 150 permit udp host 10.xxx.xxx.126 host 10.dmz.xxx.104 eq 1434&lt;/P&gt;&lt;P&gt;access-list 150 deny ip any any&lt;/P&gt;&lt;P&gt;access-group 150 in int inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I watch the firewall logs I see:&lt;/P&gt;&lt;P&gt;106023: Deny udp src inside:10.xxx.xxx.127/1434 dst DMZ-Extranet:10.dmz.xxx.104/1158 by access-group "150"&lt;/P&gt;&lt;P&gt;106023: Deny udp src inside:10.xxx.xxx.127/1434 dst DMZ-Extranet:10.dmz.xxx.104/1157 by access-group "150" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from what I can read up the client is trying to speak to the sql server on port udp 1434 but it is using a random port number for its source address.. I can seem to find a way to force the pix to handle this other than do the generic ip any pix command.. but I would like to try to not do that and pin it down a bit better.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355020#M549112</guid>
      <dc:creator>mkmead</dc:creator>
      <dc:date>2020-02-21T08:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco pix sql issues.. port 1434</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355021#M549113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mkmead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the sql server here ?? if the sql server is in the DMZ, why is the source port for 10.x.x.x 1434 ?? try to put a sniffer and see which port is the 10.x server trying to access when going to the DMZ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 15:49:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355021#M549113</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2005-04-18T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco pix sql issues.. port 1434</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355022#M549114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sql is in the inside network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the application server is in the dmz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the dmz side of things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 160 permit tcp host 10.dmz.xxx.104 host 10.xxx.xxx.184 eq 1433&lt;/P&gt;&lt;P&gt;access-list 160 permit udp host 10.dmz.xxx.104 host 10.xxx.xxx.184 eq 1434&lt;/P&gt;&lt;P&gt;access-group 160 in interface DMZ-Extranet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1434 open on the inside because when I turn on logging my denies are showing up on the 150 access-list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 16:01:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-sql-issues-port-1434/m-p/355022#M549114</guid>
      <dc:creator>mkmead</dc:creator>
      <dc:date>2005-04-18T16:01:12Z</dc:date>
    </item>
  </channel>
</rss>

