<?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 IOS Firewall Configuration for PoP3 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819366#M958342</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured a Cisco 1841 IOS firewall. All works well except for PoP3 traffic. If I take out the inspect rule applied outbound on the outside interface and the access list applied inbound to the outside interface PoP3 works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i know for sure my config is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help pls..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect name firewall ftp&lt;/P&gt;&lt;P&gt;ip inspect name firewall http&lt;/P&gt;&lt;P&gt;ip inspect name firewall dns&lt;/P&gt;&lt;P&gt;ip inspect name firewall tcp router-traffic&lt;/P&gt;&lt;P&gt;ip inspect name firewall udp router-traffic&lt;/P&gt;&lt;P&gt;ip inspect name firewall https&lt;/P&gt;&lt;P&gt;ip inspect name firewall smtp&lt;/P&gt;&lt;P&gt;ip inspect name firewall ssh&lt;/P&gt;&lt;P&gt;ip inspect name firewall telnet&lt;/P&gt;&lt;P&gt;ip inspect name firewall pop3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial0/0/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; encapsulation frame-relay IETF&lt;/P&gt;&lt;P&gt; no ip route-cache cef&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; no fair-queue&lt;/P&gt;&lt;P&gt; frame-relay lmi-type ansi&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/0/0.1 point-to-point&lt;/P&gt;&lt;P&gt;ip address 99.1.10.11 255.255.252&lt;/P&gt;&lt;P&gt; ip access-group 100 in&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip inspect firewall out&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 101 interface Serial0/0/0.1 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 deny   ip host 255.255.255.255 any&lt;/P&gt;&lt;P&gt;access-list 100 deny   ip 192.168.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 time-exceeded&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 packet-too-big&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 traceroute&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 unreachable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 192.168.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 00:52:38 GMT</pubDate>
    <dc:creator>p.holley</dc:creator>
    <dc:date>2019-03-13T00:52:38Z</dc:date>
    <item>
      <title>IOS Firewall Configuration for PoP3</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819366#M958342</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured a Cisco 1841 IOS firewall. All works well except for PoP3 traffic. If I take out the inspect rule applied outbound on the outside interface and the access list applied inbound to the outside interface PoP3 works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i know for sure my config is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help pls..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect name firewall ftp&lt;/P&gt;&lt;P&gt;ip inspect name firewall http&lt;/P&gt;&lt;P&gt;ip inspect name firewall dns&lt;/P&gt;&lt;P&gt;ip inspect name firewall tcp router-traffic&lt;/P&gt;&lt;P&gt;ip inspect name firewall udp router-traffic&lt;/P&gt;&lt;P&gt;ip inspect name firewall https&lt;/P&gt;&lt;P&gt;ip inspect name firewall smtp&lt;/P&gt;&lt;P&gt;ip inspect name firewall ssh&lt;/P&gt;&lt;P&gt;ip inspect name firewall telnet&lt;/P&gt;&lt;P&gt;ip inspect name firewall pop3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial0/0/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; encapsulation frame-relay IETF&lt;/P&gt;&lt;P&gt; no ip route-cache cef&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; no fair-queue&lt;/P&gt;&lt;P&gt; frame-relay lmi-type ansi&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/0/0.1 point-to-point&lt;/P&gt;&lt;P&gt;ip address 99.1.10.11 255.255.252&lt;/P&gt;&lt;P&gt; ip access-group 100 in&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip inspect firewall out&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 101 interface Serial0/0/0.1 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 deny   ip host 255.255.255.255 any&lt;/P&gt;&lt;P&gt;access-list 100 deny   ip 192.168.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 time-exceeded&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 packet-too-big&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 traceroute&lt;/P&gt;&lt;P&gt;access-list 100 permit icmp any 192.168.0.0 0.0.0.255 unreachable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 192.168.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:52:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819366#M958342</guid>
      <dc:creator>p.holley</dc:creator>
      <dc:date>2019-03-13T00:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall Configuration for PoP3</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819367#M958343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I got when I enabled audit-trail for pop3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec 19 2007 17:50:12.151 UTC: %FW-6-SESS_AUDIT_TRAIL: Stop pop3 session: initiator (192.168.0.134:1503) sent 70 bytes -- responder (99.1.20.2:110) sent 1577 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error message the user got on their PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your message did not reach some or all of the intended recipients.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      Subject:  test&lt;/P&gt;&lt;P&gt;      Sent:     12/19/2007 5:51 PM&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The following recipient(s) could not be reached:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      '&lt;A href="mailto:tom@hotmail.com"&gt;tom@hotmail.com&lt;/A&gt;' on 12/19/2007 5:51 PM&lt;/P&gt;&lt;P&gt;            550 5.7.1 &amp;lt;&lt;A href="mailto:tom@hotmail.com"&gt;tom@hotmail.com&lt;/A&gt;&amp;gt;... Relaying denied. IP name possibly forged [99.1.10.11]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99.1.10.11 is the ip address of my router to the public internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:12:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819367#M958343</guid>
      <dc:creator>p.holley</dc:creator>
      <dc:date>2007-12-19T22:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Firewall Configuration for PoP3</title>
      <link>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819368#M958344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also this is for only outgoing emails, incoming works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 22:51:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ios-firewall-configuration-for-pop3/m-p/819368#M958344</guid>
      <dc:creator>p.holley</dc:creator>
      <dc:date>2007-12-19T22:51:56Z</dc:date>
    </item>
  </channel>
</rss>

