<?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 506e - easy question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506e-easy-question/m-p/681051#M1029709</link>
    <description>&lt;P&gt;I'm implementing a Postini (anti-spam) solution for a small company.  Currently my pix allows smtp traffic from anywhere on the outside.  How do I configure it to only accept smtp traffic from an IP range of 64.18.0.0 to 64.18.15.255/20 (this is Postini's network range)?  How do I implement this, thank you in advance.  &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 09:15:41 GMT</pubDate>
    <dc:creator>jjacobson</dc:creator>
    <dc:date>2019-03-11T09:15:41Z</dc:date>
    <item>
      <title>pix 506e - easy question</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-easy-question/m-p/681051#M1029709</link>
      <description>&lt;P&gt;I'm implementing a Postini (anti-spam) solution for a small company.  Currently my pix allows smtp traffic from anywhere on the outside.  How do I configure it to only accept smtp traffic from an IP range of 64.18.0.0 to 64.18.15.255/20 (this is Postini's network range)?  How do I implement this, thank you in advance.  &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:15:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-easy-question/m-p/681051#M1029709</guid>
      <dc:creator>jjacobson</dc:creator>
      <dc:date>2019-03-11T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: pix 506e - easy question</title>
      <link>https://community.cisco.com/t5/network-security/pix-506e-easy-question/m-p/681052#M1029710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I am assuming that you are using access-lists not conduits and you have more than one public IP address from your ISP (not port forwarding on a single public ip). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say your public IP address you're using for your mail server is 65.12.32.2 and the inside (real) IP address for your mail server is 192.168.1.2. In the senerio I just described, you have something like this in your config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 65.12.32.2 192.168.1.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any  host 65.12.32.2 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case we are allowing smtp (tcp 25) from anywhere on the internet to 65.12.32.2 (our mail server's public IP address). You stated that you only want to allow mail traffic from 64.18.0.0/20. All you would have to do in this case add the following access-list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp 64.18.0.0 255.255.240.0 host 65.12.32.2 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then remove the old access-list and you're done! Your new config will have the followig entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 65.12.32.2 192.168.1.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp 64.18.0.0 255.255.240.0 host 65.12.32.2 eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 02:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506e-easy-question/m-p/681052#M1029710</guid>
      <dc:creator>bthibode</dc:creator>
      <dc:date>2007-01-05T02:33:44Z</dc:date>
    </item>
  </channel>
</rss>

