<?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: Pix 501 problem, I cant receive smtp mail in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338662#M551215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way could be to NAT on the PIX so that all traffic from 192.168.1.0 is forwarded one to one to 192.168.2.0 instead of NATing, port forwarding the traffic. This would increase the performance but I don't think that performance is an issue on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this setup is more interesting for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Feb 2005 14:13:22 GMT</pubDate>
    <dc:creator>Patrick Iseli</dc:creator>
    <dc:date>2005-02-23T14:13:22Z</dc:date>
    <item>
      <title>Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338651#M551202</link>
      <description>&lt;P&gt;Currently I can send mail but cannot receive mail from the Internet, if I remove the Pix and connect directly to the Modem/Router then I can SMTP in on port 25 and SMTP mail works fine both in &amp;amp; out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All we want this Pix to allow at present is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Internet access to all internal network clients&lt;/P&gt;&lt;P&gt;b) Allow clients to pop mail from web mail accounts&lt;/P&gt;&lt;P&gt;c) We wish to use Exchange &amp;amp; Outlook and host our own e-mail using SMTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached two documents: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A current edited running config of my 501 Pix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A PowerPoint diagram of my network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I very much appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinny.&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;</description>
      <pubDate>Fri, 21 Feb 2020 07:58:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338651#M551202</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2020-02-21T07:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338652#M551203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at your network setup, but it states that the NetGear modem is forwarding port 25 to 192.168.1.1. It should actually forward to either the interface or a static ip-address in the 192.168.0.x range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a reason why you want to have your clients go through the server, then through the pix and then through the netgear on the Internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an example how it could work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet &amp;lt;--&amp;gt; 80.x.x.225 Netgear 192.168.1.1 &amp;lt;-&amp;gt; 192.168.1.2 (outside) PIX (inside) 192.168.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PIX would become the default gateway for the clients and the server. A static translation can be set for 192.168.1.3 to the internal ipaddress of the server:&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.3 192.168.0.y&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.1.3 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and configure the netgear router to forward smtp to 192.168.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the network configuration is much easier and the clients will connect through the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the following url for more information:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094466.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094466.shtml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pieter-Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2005 17:59:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338652#M551203</guid>
      <dc:creator>nefkensp</dc:creator>
      <dc:date>2005-02-21T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338653#M551204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mixed some IPs the smtp, www and pop3 traffic should go 192.168.1.2 which is your internal IP address and not the inside IP of your PIX !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.1.2 www netmask 255.255.255.25&lt;/P&gt;&lt;P&gt;5 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.1.2 smtp netmask 255.255.255.&lt;/P&gt;&lt;P&gt;255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pop3 192.168.1.2 pop3 netmask 255.255.255.&lt;/P&gt;&lt;P&gt;255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 01:46:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338653#M551204</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-22T01:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338654#M551205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you correctly I should use 192.168.1.2 which is the external interface of my mail server, for the static commands that relate to (www, smtp &amp;amp; pop3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about my last static command? do I leave this as 192.168.1.1?&lt;/P&gt;&lt;P&gt;static (inside,outside) 80.x.x.168.1.1 netmask 255.x.x.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have the Router/modem port forwarding to 192.168.0.2 which is the External interface of the Pix, is this still OK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made the changes as I understood them and I still do not get mail back in, please let me know if I have done something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, Vinny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxxx&lt;/P&gt;&lt;P&gt;passwd xxxx&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;no fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 80.xxx.xxx.225 eq smtp&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 80.xxx.xxx.225 eq pop3&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 80.xxx.xxx.225 eq www&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;interface ethernet0 10baset&lt;/P&gt;&lt;P&gt;interface ethernet1 10full&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.x.x.x.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 192.168.1.2 www netmask 255.255.255.25&lt;/P&gt;&lt;P&gt;5 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.1.2 smtp netmask 255.255.255.&lt;/P&gt;&lt;P&gt;255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface pop3 192.168.1.2 pop3 netmask 255.255.255.&lt;/P&gt;&lt;P&gt;255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 80.xxx.xxx.225 192.168.1.1 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si&lt;/P&gt;&lt;P&gt;p 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.2 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;[OK]&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 14:50:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338654#M551205</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-22T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338655#M551206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done a:&lt;/P&gt;&lt;P&gt;"clear xlate" on the PIX Firewall after you have changed the static configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicly all smtp, pop and www should be forwarded on the public IP that you defined, which is your router outside IP. Then you forward this trafic to the PIX outside IP and finaly you Port forwarding this three protocols on the Mail Servers internal IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To test that traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On an externel connection on the internet do a &lt;/P&gt;&lt;P&gt;telnet YourMailServerPublicIP 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should get a mail server banner !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use the capture command (PIX sniffer) to check if you see the packets comming on the outside PIX interface.&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 smtp permit tcp any any eq 25&lt;/P&gt;&lt;P&gt;capture smtpcap access-list smtp interface outside &lt;/P&gt;&lt;P&gt;show capture smtpcap access-list smtp detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove the capture:&lt;/P&gt;&lt;P&gt;no capture smtpcap &lt;/P&gt;&lt;P&gt;#Do this twice to remove the data from the capture on the PIX&lt;/P&gt;&lt;P&gt;no capture smtpcap &lt;/P&gt;&lt;P&gt;no access-list smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 15:18:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338655#M551206</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-22T15:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338656#M551207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done a clear xlate but still no joy getting mail back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mail bounces with the following message: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I wasn't able to establish an SMTP connection. (#4.4.1)&lt;/P&gt;&lt;P&gt;I'm not going to try again; this message has been in the queue too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can't telnet in as connection is refused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I remove Pix both the above work fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would much appreciated&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;Vinny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 16:27:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338656#M551207</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-22T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338657#M551208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you enable logging on the pix, this way we should be able to see what the pix is doing when trying to send/receive SMTP mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in config mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging buffer debug&lt;/P&gt;&lt;P&gt;&lt;SEND e-mail=""&gt;&lt;/SEND&gt;&lt;/P&gt;&lt;P&gt;sho log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[to disable logging do: no logging on]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post the results here, taking out any sensitive info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 16:39:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338657#M551208</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2005-02-22T16:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338658#M551209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen that your outside interface has a Dynamic IP. How did you setup the network between the router and PIX. It is better to use a static IP on the PIX outside interface !!!&lt;/P&gt;&lt;P&gt;What is the outside IP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You configured that access-list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 80.xxx.xxx.225 eq smtp&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 80.xxx.xxx.225 eq pop3&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 80.xxx.xxx.225 eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The  80.xxx.xxx.225 should be the IP address of the PIX outside interface !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also coould configure that the access-list use the DHCP outside IP with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any interface outside eq smtp&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any interface outside eq pop3&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any interface outside eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 16:50:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338658#M551209</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-22T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338659#M551210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the sho log you requested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinny.&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>Tue, 22 Feb 2005 17:22:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338659#M551210</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-22T17:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338660#M551213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My outside interface receives DHCP from the Router/Modem but I have limited the range of IP addresses to only one, so the outside interface of the Pix can only ever be 192.168.0.2.&lt;/P&gt;&lt;P&gt;The Router is 192.168.0.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'The 80.xxx.xxx.225 should be the IP address of the PIX outside interface'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry but I don't understand, I only have one static IP address from my ISP, you suggest this static IP address should be assigned to the outside interface of the Pix, so what IP address would the Router be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry if these questions sound dumb but I am a little confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 01:50:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338660#M551213</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-23T01:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338661#M551214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finaly found the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ADSL Router you have configured the same Network 192.168.0.0/24 as you use behind the Mail &lt;/P&gt;&lt;P&gt;Server. This setup will not work because this leads into a duplicated IP range and you will have routing&lt;/P&gt;&lt;P&gt;problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the setup for another IP range between the ADSL router and the PIX Firewall and everthing will&lt;/P&gt;&lt;P&gt;work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the only Public IP that is configured, received is on the Netgear ADSL router all other interfaces uses&lt;/P&gt;&lt;P&gt;public IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resume of the networks and IPs:&lt;/P&gt;&lt;P&gt;80.x.y.z/255.255.255.x = Netgear outside IP&lt;/P&gt;&lt;P&gt;192.168.2.0/255.255.255.0 = Network between the Netgear internal and the PIX outside interface &lt;/P&gt;&lt;P&gt;192.168.1.0/255.255.255.0 = Network between the PIX inside and the Mail Server external interface&lt;/P&gt;&lt;P&gt;192.168.0.0/255.255.255.0 = Network between the Mail server internal interface and the Mail clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use 192.168.2.0 255.255.255.0 for this network, then configure 192.168.2.1 for your ADSL Router inside &lt;/P&gt;&lt;P&gt;interface, use a static IP 192.168.2.2 255.255.255.0 on the PIX Firewall outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADSL Setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can choose on the Netgear between forwarding all traffic from the public IP 80.x.y.z to 192.168.2.2 which is NAT or&lt;/P&gt;&lt;P&gt;you can port forward the http, pop3 and smtp,  it does not really matter, it is just important that you NAT or PAT it&lt;/P&gt;&lt;P&gt;to the PIX Firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX setup example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All traffic received on the PIX outside interface for http, pop3 and smtp is then forwarded from 192.168.2.2 to the mail &lt;/P&gt;&lt;P&gt;server 192.168.1.2 external IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.2.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.2.2 eq http &lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.2.2 eq pop&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.2.2 eq smtp &lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 192.168.2.2 80 192.168.1.2 80 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 192.168.2.2 110 192.168.1.2 110 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 192.168.2.2 25 192.168.1.2 25 netmask 255.255.255.255 0 0 &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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.2.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail Server setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mail server has a default route to the PIX Firewall. &lt;/P&gt;&lt;P&gt;Default gateway on Mail server = 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you NAt or PAT the internal clients on the Mail server to go to the Internet in direction of the PIX? If no then you have to add another route on the PIX, so that the PIX know that the network 192.168.0.0/24 is behind the Mail Server as this device is doing the routing for this network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a route on the PIX inside interface:&lt;/P&gt;&lt;P&gt;route inside 192.168.0.0 255.255.255.0 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail clients:&lt;/P&gt;&lt;P&gt;All mail clients have the Mail Server internal IP as default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default gateway = 192.168.0.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This setup will work at 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I confused you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 13:57:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338661#M551214</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-23T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338662#M551215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way could be to NAT on the PIX so that all traffic from 192.168.1.0 is forwarded one to one to 192.168.2.0 instead of NATing, port forwarding the traffic. This would increase the performance but I don't think that performance is an issue on the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this setup is more interesting for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 14:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338662#M551215</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-23T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338663#M551216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much I understand this much better now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would still be very interested to learn the NAT method with the Router port forwarding all traffic to the extrenal interface of the Pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 14:46:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338663#M551216</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-23T14:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338664#M551217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented your suggestion but still no cigar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I unfortunately have another problem, since trying this our clients no longer get out on the Internet, but dns is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The server on the other hand still has Internet access as per usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail still gets out but mail can&amp;#146;t get back in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the latest attached config &amp;amp; sho log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your patients &amp;amp; hanging in there with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Vinny&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, 23 Feb 2005 19:34:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338664#M551217</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-23T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338665#M551218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you connect a Notebook directly on the PIX network 192.168.1.0 and you connect to the internet then it works ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done a clear xlate on the PIX ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 21:34:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338665#M551218</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-23T21:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338666#M551219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the mail server is on 192.168.1.2 and it works fine on the internet, but mail still does not get in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus, clients are not getting internet, it&amp;#146;s weird because if I ping &lt;A class="jive-link-custom" href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt; it resolves the address &amp;amp; requests times out (which is what I would expect).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All clients lost internet when I changed the router internal address to 192.168.2.1 &amp;amp; Pix External address to be 192.168.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick, you did not suggest a line of code to assign my public fixed IP address (80.xxx.xxx.225) to a specific interface, I put in the following line of code but I am not sure if this is correct: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 80.177.115.225 192.168.1.1 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After changing the code, I performed a write m and then a clear xlate, in that order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will perform a test using a laptop to be certain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Vinny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 23:20:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338666#M551219</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-23T23:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338667#M551220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No this line should not be there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (inside,outside) 80.177.115.225 192.168.1.1 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tryed if the connection to the internet from the 192.168.1.x network works ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2005 23:34:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338667#M551220</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-23T23:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338668#M551221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you changed the PAT and NAT settings on your ADSL Router ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other question what is the idea to connect your Mail clients behind another ethernet interface on the Mail server. This might be the problem. Connect them instead to the same network as the PIX inside interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2005 00:49:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338668#M551221</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-24T00:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338669#M551222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets change the config completly and disable NAT !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the only Public IP that is configured, received is on the Netgear ADSL router all other interfaces uses private IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resume of the networks and IPs:&lt;/P&gt;&lt;P&gt;80.x.y.z/255.255.255.x = Netgear outside IP&lt;/P&gt;&lt;P&gt;192.168.2.0/255.255.255.0 = Network between the Netgear internal and the PIX outside interface&lt;/P&gt;&lt;P&gt;192.168.1.0/255.255.255.0 = Network between the PIX inside and the Mail Server external interface&lt;/P&gt;&lt;P&gt;192.168.0.0/255.255.255.0 = Network between the Mail server internal interface and the Mail clients. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The netgear ADSL Router forwards all smtp, pop3 and http traffic to 192.168.1.2. Configure Port Address translation (masquerading) for 192.168.0.0 255.255.0.0 to your public IP 80.x.y.225 on the netgear Router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example PIX without NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list NONAT permit ip 192.168.0.0 255.255.255.0 192.168.2.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.1.2 eq smtp&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.1.2 eq www&lt;/P&gt;&lt;P&gt;access-list acl_out permit tcp any host 192.168.1.2 eq pop3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside 192.168.2.2 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list NONAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.2.1 1&lt;/P&gt;&lt;P&gt;route inside 192.168.0.0 255.255.255.0 192.168.1.2 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.2 inside&lt;/P&gt;&lt;P&gt;dhcpd dns YourDNSIP-1 YourDNSIP-2&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail Server setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mail server has a default route to the PIX Firewall = 192.168.1.1. The Mail server should not do any NAT just forwarding the traffic. But I think the setup would be much easyer if you would remove that internal interface on the mail server an instead connect all clients on the PIX inside interface 192.168.1.0 and not 192.168.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck.&lt;/P&gt;&lt;P&gt;Might be also a good idea to sniff to anlyse that traffic is correctly forwarded. You could use Ethereal to check that or the PIX capture command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2005 01:45:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338669#M551222</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-02-24T01:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 problem, I cant receive smtp mail</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338670#M551223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the above but still no joy with mail coming back in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the plus side we do have Internet back on all clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the latest config, if you could please have a look, in case I have done something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am prepared to do away with 192.168.0.0 subnet and go with your suggestion of connecting all clients to the 192.168.1.0 subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I need to be careful of before I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinny.&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>Fri, 25 Feb 2005 21:34:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-problem-i-cant-receive-smtp-mail/m-p/338670#M551223</guid>
      <dc:creator>firebird9</dc:creator>
      <dc:date>2005-02-25T21:34:05Z</dc:date>
    </item>
  </channel>
</rss>

