<?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 PIX packet capture explanation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414813#M712913</link>
    <description>&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help to explan the following packets about udp 45 and udp 47 captured from PIX, thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:36:09 GMT</pubDate>
    <dc:creator>hxhsu</dc:creator>
    <dc:date>2019-03-11T17:36:09Z</dc:date>
    <item>
      <title>PIX packet capture explanation</title>
      <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414813#M712913</link>
      <description>&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help to explan the following packets about udp 45 and udp 47 captured from PIX, thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:36:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414813#M712913</guid>
      <dc:creator>hxhsu</dc:creator>
      <dc:date>2019-03-11T17:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: PIX packet capture explanation</title>
      <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414814#M712925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those look like DNS packets since the port is UDP 53. DNS request probably.&amp;nbsp; What is the server with IP &lt;SPAN style="font-size: 8.0pt; mso-bidi-font-size: 12.0pt; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; mso-fareast-font-family: PMingLiU; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA;"&gt;10.68.68.201?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 15:26:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414814#M712925</guid>
      <dc:creator>dtochilovsky</dc:creator>
      <dc:date>2010-04-22T15:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX packet capture explanation</title>
      <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414815#M712944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 10.68.68.201 is a terminal server, my problem is the ip 61.20.223.89 to query DNS server 10.64.176.106, what does udp 45 mean ?&lt;/P&gt;&lt;P&gt;If I permit port 53 rule only, the DNS query was not work. it's need permit a range udp ports as 1 - 100 for this ip 61.20.223.89.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 08:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414815#M712944</guid>
      <dc:creator>hxhsu</dc:creator>
      <dc:date>2010-04-23T08:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: PIX packet capture explanation</title>
      <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414816#M712958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;45 is just the length of the UDP packet. It is still a DNS packet (on UDP/53)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 5: 13:54:07.974116 61.20.223.89.3835 &amp;gt; 10.64.176.106.&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;53&lt;/STRONG&gt;&lt;/SPAN&gt;:&amp;nbsp; udp 45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Highlighted in red is the port number (53) - which is DNS.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 11:09:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414816#M712958</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-23T11:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: PIX packet capture explanation</title>
      <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414817#M712966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you creating rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UDP is stateless so you may need to allow both directions (outbound DNS requests and inbound DNS replies) if you are filtering on either direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would help to see the access lists you are having problems with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 14:00:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414817#M712966</guid>
      <dc:creator>dtochilovsky</dc:creator>
      <dc:date>2010-04-23T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX packet capture explanation</title>
      <link>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414818#M712977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;o:DocumentProperties&gt; &lt;o:Template&gt;Normal.dotm&lt;/o:Template&gt; &lt;o:Revision&gt;0&lt;/o:Revision&gt; &lt;o:TotalTime&gt;0&lt;/o:TotalTime&gt; &lt;o:Pages&gt;1&lt;/o:Pages&gt; &lt;o:Words&gt;9&lt;/o:Words&gt; &lt;o:Characters&gt;56&lt;/o:Characters&gt; &lt;o:Company&gt;Cisco Systems&lt;/o:Company&gt; &lt;o:Lines&gt;1&lt;/o:Lines&gt; &lt;o:Paragraphs&gt;1&lt;/o:Paragraphs&gt; &lt;o:CharactersWithSpaces&gt;68&lt;/o:CharactersWithSpaces&gt; &lt;o:Version&gt;12.0&lt;/o:Version&gt; &lt;/o:DocumentProperties&gt; &lt;o:OfficeDocumentSettings&gt; &lt;o:AllowPNG&gt;&lt;/o:AllowPNG&gt; &lt;/o:OfficeDocumentSettings&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-ascii-font-family:Cambria;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Cambria;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt; &lt;!--StartFragment--&gt;&lt;SPAN style="font-size: 8pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: red;"&gt;5: 13:54:07.974116 61.20.223.89.3835 &amp;gt; 10.64.176.106.53:&amp;nbsp; udp 45&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;o:DocumentProperties&gt; &lt;o:Template&gt;Normal.dotm&lt;/o:Template&gt; &lt;o:Revision&gt;0&lt;/o:Revision&gt; &lt;o:TotalTime&gt;0&lt;/o:TotalTime&gt; &lt;o:Pages&gt;1&lt;/o:Pages&gt; &lt;o:Words&gt;9&lt;/o:Words&gt; &lt;o:Characters&gt;56&lt;/o:Characters&gt; &lt;o:Company&gt;Cisco Systems&lt;/o:Company&gt; &lt;o:Lines&gt;1&lt;/o:Lines&gt; &lt;o:Paragraphs&gt;1&lt;/o:Paragraphs&gt; &lt;o:CharactersWithSpaces&gt;68&lt;/o:CharactersWithSpaces&gt; &lt;o:Version&gt;12.0&lt;/o:Version&gt; &lt;/o:DocumentProperties&gt; &lt;o:OfficeDocumentSettings&gt; &lt;o:AllowPNG&gt;&lt;/o:AllowPNG&gt; &lt;/o:OfficeDocumentSettings&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-ascii-font-family:Cambria;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Cambria;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt; &lt;!--StartFragment--&gt;&lt;/P&gt;&lt;P&gt;3835 is the udp source port used by the client 61.20.223.89&lt;/P&gt;&lt;P&gt;53 is the dns port that the DNS server 10.64.176.106 listens and responds to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;45 is the udp packet size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 16:25:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-packet-capture-explanation/m-p/1414818#M712977</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-04-23T16:25:04Z</dc:date>
    </item>
  </channel>
</rss>

