<?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 Config - Problem with Telnet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299900#M620451</link>
    <description>&lt;P&gt;I know routers and switches quite well, but I'm weak with the PIX OS.  Given the config below, can anybody tell me why I can't telnet to the inside interface from a device on the inside network?  I get this error: "402106: Rec'd packet not an IPSEC packet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 5.2(3)&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;nameif gb-ethernet0 intf2 security10&lt;/P&gt;&lt;P&gt;nameif gb-ethernet1 intf3 security15&lt;/P&gt;&lt;P&gt;enable password xxxxx &lt;/P&gt;&lt;P&gt;passwd xxxxx&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 1720&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&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;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;no logging timestamp&lt;/P&gt;&lt;P&gt;no logging standby&lt;/P&gt;&lt;P&gt;no logging console&lt;/P&gt;&lt;P&gt;no logging monitor&lt;/P&gt;&lt;P&gt;no logging buffered&lt;/P&gt;&lt;P&gt;no logging trap&lt;/P&gt;&lt;P&gt;no logging history&lt;/P&gt;&lt;P&gt;logging facility 20&lt;/P&gt;&lt;P&gt;logging queue 512&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface gb-ethernet0 1000auto shutdown&lt;/P&gt;&lt;P&gt;interface gb-ethernet1 1000auto shutdown&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu intf2 1500&lt;/P&gt;&lt;P&gt;mtu intf3 1500&lt;/P&gt;&lt;P&gt;ip address outside 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address inside 10.1.1.205 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address intf3 127.0.0.1 255.255.255.255&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;no failover&lt;/P&gt;&lt;P&gt;failover timeout 0:00:00&lt;/P&gt;&lt;P&gt;failover poll 15&lt;/P&gt;&lt;P&gt;failover ip address outside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address inside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf2 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf3 0.0.0.0&lt;/P&gt;&lt;P&gt;arp timeout 14400&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&lt;/P&gt;&lt;P&gt;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;no floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;isakmp identity hostname&lt;/P&gt;&lt;P&gt;telnet 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxxx&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:08:50 GMT</pubDate>
    <dc:creator>Kevin Love</dc:creator>
    <dc:date>2020-02-21T07:08:50Z</dc:date>
    <item>
      <title>PIX Config - Problem with Telnet</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299900#M620451</link>
      <description>&lt;P&gt;I know routers and switches quite well, but I'm weak with the PIX OS.  Given the config below, can anybody tell me why I can't telnet to the inside interface from a device on the inside network?  I get this error: "402106: Rec'd packet not an IPSEC packet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 5.2(3)&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;nameif gb-ethernet0 intf2 security10&lt;/P&gt;&lt;P&gt;nameif gb-ethernet1 intf3 security15&lt;/P&gt;&lt;P&gt;enable password xxxxx &lt;/P&gt;&lt;P&gt;passwd xxxxx&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 1720&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&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;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;no logging timestamp&lt;/P&gt;&lt;P&gt;no logging standby&lt;/P&gt;&lt;P&gt;no logging console&lt;/P&gt;&lt;P&gt;no logging monitor&lt;/P&gt;&lt;P&gt;no logging buffered&lt;/P&gt;&lt;P&gt;no logging trap&lt;/P&gt;&lt;P&gt;no logging history&lt;/P&gt;&lt;P&gt;logging facility 20&lt;/P&gt;&lt;P&gt;logging queue 512&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto&lt;/P&gt;&lt;P&gt;interface gb-ethernet0 1000auto shutdown&lt;/P&gt;&lt;P&gt;interface gb-ethernet1 1000auto shutdown&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu intf2 1500&lt;/P&gt;&lt;P&gt;mtu intf3 1500&lt;/P&gt;&lt;P&gt;ip address outside 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address inside 10.1.1.205 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255&lt;/P&gt;&lt;P&gt;ip address intf3 127.0.0.1 255.255.255.255&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;no failover&lt;/P&gt;&lt;P&gt;failover timeout 0:00:00&lt;/P&gt;&lt;P&gt;failover poll 15&lt;/P&gt;&lt;P&gt;failover ip address outside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address inside 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf2 0.0.0.0&lt;/P&gt;&lt;P&gt;failover ip address intf3 0.0.0.0&lt;/P&gt;&lt;P&gt;arp timeout 14400&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&lt;/P&gt;&lt;P&gt;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;no floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;isakmp identity hostname&lt;/P&gt;&lt;P&gt;telnet 10.1.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxxx&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:08:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299900#M620451</guid>
      <dc:creator>Kevin Love</dc:creator>
      <dc:date>2020-02-21T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Config - Problem with Telnet</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299901#M620462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That log ID 402106 relates to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Log Message %PIX-4-402106: Rec'd packet not an IPSEC packet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explanation:-   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Received packet matched crypto map ACL, but is not IPSEC-encapsulated. IPSEC Peer is sending unencapsulated packets. This may occur because of a policy setup error on the peer. This may also be a hostile event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommended Action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contact the peer's administrator to compare policy settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and let me know how you get on - Jay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2003 08:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299901#M620462</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-12-10T08:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Config - Problem with Telnet</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299902#M620479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;upgrade the os may help. 5.2(3) is very old by now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2003 00:45:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-problem-with-telnet/m-p/299902#M620479</guid>
      <dc:creator>jackko</dc:creator>
      <dc:date>2003-12-11T00:45:43Z</dc:date>
    </item>
  </channel>
</rss>

