<?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: Exchange2003 and pix firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498423#M557845</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;its confusing, as you said you have statically mapped ur exchange server to 1 public IP,then again mails are going out using different IPs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would request you to paste the NAT config here, so that we can check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;aashish C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2005 12:25:48 GMT</pubDate>
    <dc:creator>aashish.c</dc:creator>
    <dc:date>2005-05-25T12:25:48Z</dc:date>
    <item>
      <title>Exchange2003 and pix firewall</title>
      <link>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498422#M557839</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using exchange 2003 server in my network and it is connected to inside interface of the  pixfirewall which goes to leased line. In the firewall I have given a static nat for the exchange server also I have 16 global IPs nat to internal network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now I have a problem when the mail is going out it is using one of in the global IP range and it is changing always. I want it to have permanently the static nat public IP. How do I solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:10:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498422#M557839</guid>
      <dc:creator>peter.saldanha</dc:creator>
      <dc:date>2020-02-21T08:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange2003 and pix firewall</title>
      <link>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498423#M557845</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;its confusing, as you said you have statically mapped ur exchange server to 1 public IP,then again mails are going out using different IPs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would request you to paste the NAT config here, so that we can check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;aashish C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 12:25:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498423#M557845</guid>
      <dc:creator>aashish.c</dc:creator>
      <dc:date>2005-05-25T12:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange2003 and pix firewall</title>
      <link>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498424#M557850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason why you can not use one of those public IP&amp;#146;s for your outside interface of your pix and use the rest of the public IP&amp;#146;s for other services, such as access to internal mail servers, web servers, ftp servers etc? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you can now have ALL e-mails coming to one public IP and this will be mapped to your internal mail server on port 25, this way you&amp;#146;ll not lose connectivity for e-mail send/receive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-in permit tcp any host &lt;PUBLIC_IP&gt; eq smtp&lt;/PUBLIC_IP&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;static (inside,outside) tcp &lt;PUBLIC_IP&gt; smtp &lt;INTERNAL_MAIL_SRV_IP&gt; smtp netmask 255.255.255.255 0 0&lt;/INTERNAL_MAIL_SRV_IP&gt;&lt;/PUBLIC_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside &lt;PUBLIC_IP&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/PUBLIC_IP&gt;&lt;/P&gt;&lt;P&gt;ip address inside &lt;PRIVATE_IP&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/PRIVATE_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need further help then let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps a little, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2005 12:35:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498424#M557850</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2005-05-25T12:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange2003 and pix firewall</title>
      <link>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498425#M557854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used same configuration what you have mentioned above. I have given a global public ip range and used a static public ip to my exchange server which is outside the nat global ip range. Still exchange when it goes out uses one of the address from NAT public ip range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2005 02:59:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/exchange2003-and-pix-firewall/m-p/498425#M557854</guid>
      <dc:creator>peter.saldanha</dc:creator>
      <dc:date>2005-05-26T02:59:43Z</dc:date>
    </item>
  </channel>
</rss>

