<?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 not passing smtp traffic.. Config included in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171311#M580104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group smtp in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to bind the access list smtp to the outside interface, for traffic coming inbound&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2003 11:59:14 GMT</pubDate>
    <dc:creator>mostiguy</dc:creator>
    <dc:date>2003-09-24T11:59:14Z</dc:date>
    <item>
      <title>Pix 501 not passing smtp traffic.. Config included</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171310#M580101</link>
      <description>&lt;P&gt;Good morning fellas... Searching through the archives ive tried to fix my own problem with no luck =( Mind taking a look at the below config seeing if u find any reason why when this box is connected to the network no one can telnet into port 25 and get passed onto my internal email server? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i took the job i also took one building which is not correctly addressed.. Internal is 191.0.64.0 255.255.224.0 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&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;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;&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;access-list smtp permit tcp any host 65.116.xxx.xxx eq smtp &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 65.116.xxx.xxx 255.255.255.252&lt;/P&gt;&lt;P&gt;ip address inside 191.0.65.254 255.255.224.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;ip local pool pptp-pool 192.168.2.1-192.168.2.50&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) 0 access-list 101&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;static (inside,outside) tcp interface smtp 191.0.65.1 smtp netmask 255.255.255.255 0 0   &lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 65.116.xxx.xxx 1&lt;/P&gt;&lt;P&gt;&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 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;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 191.0.0.0 255.0.0.0 inside&lt;/P&gt;&lt;P&gt;http 191.0.0.0 255.255.224.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;sysopt connection permit-pptp&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;&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 accept dialin pptp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication pap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication chap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp authentication mschap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 ppp encryption mppe 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 client configuration address local pptp-pool&lt;/P&gt;&lt;P&gt;vpdn group 1 pptp echo 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn group 1 client authentication local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn username xxxxxxxx zzzzzzzzz&lt;/P&gt;&lt;P&gt;vpdn enable outside&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:00:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171310#M580101</guid>
      <dc:creator>bob</dc:creator>
      <dc:date>2020-02-21T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 not passing smtp traffic.. Config included</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171311#M580104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group smtp in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to bind the access list smtp to the outside interface, for traffic coming inbound&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2003 11:59:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171311#M580104</guid>
      <dc:creator>mostiguy</dc:creator>
      <dc:date>2003-09-24T11:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pix 501 not passing smtp traffic.. Config included</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171312#M580105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't seem to fine the access-group line applying the SMTP list to the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;access-group SMTP in interface OUTSIDE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2003 12:01:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-not-passing-smtp-traffic-config-included/m-p/171312#M580105</guid>
      <dc:creator>matthew.long</dc:creator>
      <dc:date>2003-09-24T12:01:00Z</dc:date>
    </item>
  </channel>
</rss>

