<?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 501 Issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752357#M496219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem, we all do it and you've had to cover up my mistakes in the past &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2011 22:31:57 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2011-10-10T22:31:57Z</dc:date>
    <item>
      <title>PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752350#M496212</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Pix 501 firewall and I'm just configuring the device for "Email Server" to allowing POP/SMTP but i have some questions please answer me to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside Interface Address: 132.147.162.14/255.255.0.0&lt;/P&gt;&lt;P&gt;Outside Interface Address: ISP provided IP address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is can my traffic goes from inside interface to outside interface? (because the inside interface address not from 10.0/172./192.168 private address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I'm allowing internet from this email server (132.147.162.14) so what my access list to be configured? and what my subnet mask shoud be there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)#access-list outbound permit tcp 132.147.162.14 255.255.0.0 any eq 80&lt;/P&gt;&lt;P&gt;Pix(config)#access-list outbound permit udp 132.147.162.14 255.255.0.0 any eq 53&lt;/P&gt;&lt;P&gt;Pix(config)#access-group outbound in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting your quickly reply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:35:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752350#M496212</guid>
      <dc:creator>saeedccie</dc:creator>
      <dc:date>2019-03-11T21:35:34Z</dc:date>
    </item>
    <item>
      <title>PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752351#M496213</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;from an ASA standpoint INSIDE to OUTSIDE will work even if INSIDE is not private address but from ISP standpoint , how are they gonna route return traffic and will they even accept it? I doubt it so you'll have to do NAT from INSIDE to OUTSIDE.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global(outside) 1 interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand question 2, first you gave the same IP as the inside interface of Pix?&lt;/P&gt;&lt;P&gt;second, if you want this machine to get out on the internet then you have nothing special to do but if you want people on the internet to access your mail-server then you must enter static PAT entry for SMPT /POP and create an ACL permitting traffic to this server and apply it inbound on outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify second question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 08:53:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752351#M496213</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-10T08:53:18Z</dc:date>
    </item>
    <item>
      <title>PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752352#M496214</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;Thanks for the reply but I'm asking about PIX FW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry the inside IP: 132.147.162.15/255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Email Server IP: 132.147.162.14/255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what subnet mask will use for Access-list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix(config)#access-list outbound permit tcp 132.147.162.14 &lt;SPAN style="text-decoration: underline;"&gt;255.255.0.0&lt;/SPAN&gt; &lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt; 255.255.255.0&lt;/SPAN&gt; &lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;255.255.255.255&lt;/SPAN&gt; any eq 80&lt;/P&gt;&lt;P&gt;Pix(config)#access-group outbound in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any expert person to answer my 1st question properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 09:05:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752352#M496214</guid>
      <dc:creator>saeedccie</dc:creator>
      <dc:date>2011-10-10T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752353#M496215</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's the same way whether it is a Pix or ASA I just did a typo when answering.&lt;/P&gt;&lt;P&gt;and subnet mask is 255.255.0.0 as it is the one for your IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 09:45:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752353#M496215</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-10T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752354#M496216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When applying Acl below is the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX501(config)# access-list outbound permit tcp 132.147.162.14 255.255.0.0 any eq 80&lt;/P&gt;&lt;P&gt;ERROR: Source address,mask &amp;lt;132.147.162.14,255.255.0.0&amp;gt; doesn't pair&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please tell me if i allow this whole network then what subnet mask will use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;132.147.162.0 255.255.255.0 any eq 80 ??????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me how can i use dhcp for this scenerio?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saeed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 10:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752354#M496216</guid>
      <dc:creator>saeedccie</dc:creator>
      <dc:date>2011-10-10T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752355#M496217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saeed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want to allow this server to access the internet - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outbbound permit tcp host 132.147.162.14 any eq 80 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit - note, as mentioned by Alain, traffic will be allowed by default from inside to outside (assuming your inside interface has a higher security level). But if you have an access-list applied to the inside interface then you will need the entry above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 10:25:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752355#M496217</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-10T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752356#M496218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had answered a stupidity of course the subnet mask is 255.255.255.255 or equivalent to host keyword.&lt;/P&gt;&lt;P&gt;Thanks for correcting me.&lt;/P&gt;&lt;P&gt;Sorry for misleading the OP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 20:58:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752356#M496218</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-10T20:58:11Z</dc:date>
    </item>
    <item>
      <title>PIX 501 Issue</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752357#M496219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem, we all do it and you've had to cover up my mistakes in the past &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 22:31:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-issue/m-p/1752357#M496219</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-10-10T22:31:57Z</dc:date>
    </item>
  </channel>
</rss>

