<?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 does not allow 2nd Static IP through in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301061#M568451</link>
    <description>&lt;P&gt;Can anyone tell me why I can not access my mail server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok here is my setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 5 useable static addresses, 217 is the pix, 218 is my mail server.  I have complete internet access from any of the workstations that I am using DHCP (from the PIX) and access with the static IP of 192.168.1.3 that is assigened to my mail server.  What I can not seem to do is access my mail server from the internet (SMTP, HTTP).  The mail server will not receive any traffic (that it did not initiate) while it is behind the firewall.  I seriously need to have it accept SMTP and HTTP for my mail to be deliverable and to access the account over the internet. Oh yes, I can transmit email from behind the pix, just not receive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried multiple configs and nothing works.&lt;/P&gt;&lt;P&gt;when I tried pinging from inside the pix to the 218 address, I received nothing and the sh arp gave nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config (very standard from the net):&lt;/P&gt;&lt;P&gt;PIX Version 6.1(4)&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 XXXXXXXXXX encrypted&lt;/P&gt;&lt;P&gt;passwd XXXXXXXXX encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;&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 1720&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 smtp 25&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;&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name XX.XXX.XX.218 MAIL&lt;/P&gt;&lt;P&gt;name XX.XXX.XX.219 WEB&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;ip address outside XX.XXX.XX.217 255.255.255.248&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;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&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;static (inside,outside) MAIL 192.168.1.3 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;conduit permit tcp any host 192.168.1.3 eq smtp&lt;/P&gt;&lt;P&gt;conduit permit tcp any host 192.168.1.3 eq www&lt;/P&gt;&lt;P&gt;conduit permit tcp any host 192.168.1.3 eq 32000&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 64.216.83.222 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout xlate 3:00: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 sip 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;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.20-192.168.1.50 inside&lt;/P&gt;&lt;P&gt;dhcpd dns 151.164.11.201 151.164.1.8&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;&lt;/P&gt;&lt;P&gt;Thank you all in advance!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry N.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:15:23 GMT</pubDate>
    <dc:creator>EBWservices</dc:creator>
    <dc:date>2020-02-21T07:15:23Z</dc:date>
    <item>
      <title>PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301061#M568451</link>
      <description>&lt;P&gt;Can anyone tell me why I can not access my mail server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok here is my setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 5 useable static addresses, 217 is the pix, 218 is my mail server.  I have complete internet access from any of the workstations that I am using DHCP (from the PIX) and access with the static IP of 192.168.1.3 that is assigened to my mail server.  What I can not seem to do is access my mail server from the internet (SMTP, HTTP).  The mail server will not receive any traffic (that it did not initiate) while it is behind the firewall.  I seriously need to have it accept SMTP and HTTP for my mail to be deliverable and to access the account over the internet. Oh yes, I can transmit email from behind the pix, just not receive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried multiple configs and nothing works.&lt;/P&gt;&lt;P&gt;when I tried pinging from inside the pix to the 218 address, I received nothing and the sh arp gave nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config (very standard from the net):&lt;/P&gt;&lt;P&gt;PIX Version 6.1(4)&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 XXXXXXXXXX encrypted&lt;/P&gt;&lt;P&gt;passwd XXXXXXXXX encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;&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 1720&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 smtp 25&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;&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;name XX.XXX.XX.218 MAIL&lt;/P&gt;&lt;P&gt;name XX.XXX.XX.219 WEB&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;ip address outside XX.XXX.XX.217 255.255.255.248&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;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&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;static (inside,outside) MAIL 192.168.1.3 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;conduit permit tcp any host 192.168.1.3 eq smtp&lt;/P&gt;&lt;P&gt;conduit permit tcp any host 192.168.1.3 eq www&lt;/P&gt;&lt;P&gt;conduit permit tcp any host 192.168.1.3 eq 32000&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 64.216.83.222 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout xlate 3:00: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 sip 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;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.20-192.168.1.50 inside&lt;/P&gt;&lt;P&gt;dhcpd dns 151.164.11.201 151.164.1.8&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;&lt;/P&gt;&lt;P&gt;Thank you all in advance!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry N.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:15:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301061#M568451</guid>
      <dc:creator>EBWservices</dc:creator>
      <dc:date>2020-02-21T07:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301062#M568452</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;Your conduit statements are incorrect, they should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp any host MAIL eq smtp &lt;/P&gt;&lt;P&gt;conduit permit tcp any host MAIL eq www &lt;/P&gt;&lt;P&gt;conduit permit tcp any host MAIL eq 32000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Feb 2004 16:34:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301062#M568452</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2004-02-21T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301063#M568453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for pointing that out. After I looked at your suggestion, I did realize they were incorrect.  I made the changes, but I still can not get through!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2004 01:24:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301063#M568453</guid>
      <dc:creator>EBWservices</dc:creator>
      <dc:date>2004-02-22T01:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301064#M568454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still backwards - conduit commands go destination then source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host mailserver.ip.address.here eq smtp any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will allow any to access the smtp port of mailserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might want to just use access lists, as conduits will no be supported in the future&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2004 13:06:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301064#M568454</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-02-22T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301065#M568455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a6.html#1026209" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_reference_chapter09186a00801727a6.html#1026209&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2004 13:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301065#M568455</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2004-02-22T13:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301066#M568456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mostiguy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the correction, you are absolutely right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2004 13:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301066#M568456</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2004-02-22T13:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 does not allow 2nd Static IP through</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301067#M568457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that the access list solved my problem.  I reformatted the conduit commands as you suggested, but still got nothing. Once I did the access list, everything started working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank both of you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terry N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Feb 2004 16:41:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-does-not-allow-2nd-static-ip-through/m-p/301067#M568457</guid>
      <dc:creator>EBWservices</dc:creator>
      <dc:date>2004-02-22T16:41:04Z</dc:date>
    </item>
  </channel>
</rss>

