<?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: FWSM - telnet/ssh access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010283#M937367</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;We cannot use Telnet to the lowest security interface unless you use Telnet inside an IPSec tunnel. This is the reason you are getting %FWSM-4-402117 syslog. Please refer to following link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1054101" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1054101&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd rather recommend configuring SSH access on the outside interface, please refer to following link for the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1042023" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1042023&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 18:33:30 GMT</pubDate>
    <dc:creator>vitripat</dc:creator>
    <dc:date>2008-05-22T18:33:30Z</dc:date>
    <item>
      <title>FWSM - telnet/ssh access</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010282#M937365</link>
      <description>&lt;P&gt;I have added a new FWSM in a 6509 distribution box. Here is how it is conencted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access switch -&amp;gt; 6509 FWSM -&amp;gt; MSFC -&amp;gt; Core -&amp;gt; My PC network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config on the FWSM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan850&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.50.100.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan860&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt;  ip address 10.50.200.2 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.50.200.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_allow_all extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list acl_allow_all extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group acl_allow_all in interface outside&lt;/P&gt;&lt;P&gt;access-group acl_allow_all out interface outside&lt;/P&gt;&lt;P&gt;access-group acl_allow_all in interface inside&lt;/P&gt;&lt;P&gt;access-group acl_allow_all out interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no nat-control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet 10.27.9.52 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config on MSFC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firewall module 7 vlan-group 50&lt;/P&gt;&lt;P&gt;firewall vlan-group 50  850,860&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan860&lt;/P&gt;&lt;P&gt; ip address 10.50.200.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 10.50.100.0 255.255.255.0 10.50.200.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping the outside interface (10.50.200.2) of the FWSM from my PC but cannot ping the inside interface 10.50.100.1. I tried telent to the outside interface but I am getting the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May 22 2008 14:03:54: %FWSM-6-302013: Built inbound TCP connection 0 for outside:10.27.9.52/1122 (10.27.9.52/1122) to outside:10.50.200.2/23 (10.50.200.2/23)&lt;/P&gt;&lt;P&gt;May 22 2008 14:03:54: %FWSM-4-402117: IPSEC: Received a non-IPSec packet (protocol= tcp) from 10.27.9.52 to 10.50.200.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping my PC 10.27.9.52 from FWSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FWSM# ping 10.27.9.52&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 10.27.9.52, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have any crypto ACL and so do not know what the actual problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running 3.1(6) code on FWSM and 12.2(18)SXF8 on the sup720.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am puzzled. Any ideas?&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;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:40:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010282#M937365</guid>
      <dc:creator>mchockalingam</dc:creator>
      <dc:date>2019-03-26T00:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM - telnet/ssh access</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010283#M937367</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;We cannot use Telnet to the lowest security interface unless you use Telnet inside an IPSec tunnel. This is the reason you are getting %FWSM-4-402117 syslog. Please refer to following link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1054101" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1054101&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd rather recommend configuring SSH access on the outside interface, please refer to following link for the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1042023" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/fwsm/fwsm31/configuration/guide/mgacc_f.html#wp1042023&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 18:33:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010283#M937367</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2008-05-22T18:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM - telnet/ssh access</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010284#M937369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SSH worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have any PC/machine on the inside yet and so this was just temporary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 18:42:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010284#M937369</guid>
      <dc:creator>mchockalingam</dc:creator>
      <dc:date>2008-05-22T18:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: FWSM - telnet/ssh access</title>
      <link>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010285#M937372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, I have a host on the inside network with a static IP of 10.50.100.11 and the default gateway of FWSM's inside IP which is 10.50.100.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot ping anything from that machine to outside. Tried other types of traffic like ssh or telnet and nothing works. I disabled NAT and also allowed all ICMP and IP traffic and applied to the interfaces in all directions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 13:16:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fwsm-telnet-ssh-access/m-p/1010285#M937372</guid>
      <dc:creator>mchockalingam</dc:creator>
      <dc:date>2008-05-29T13:16:29Z</dc:date>
    </item>
  </channel>
</rss>

