<?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: asa 5505 remote access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257718#M346123</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;You can only use Telnet to manage the ASA on a &lt;STRONG&gt;"security-level 0" &lt;/STRONG&gt;interface through a VPN Connection (or it might be the interface with the default route might be the thing that defines the interface which wont accept Telnet connections). Otherwise it will be blocked by the ASA whatever you configure with the &lt;STRONG&gt;"telnet"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I would suggest using SSH as Marvin has already suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jul 2013 15:36:03 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-07-19T15:36:03Z</dc:date>
    <item>
      <title>asa 5505 remote access</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257716#M346112</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a network that uses asa 5505 . I am able to telnet to it from w/ in the network , but when I am at home I cannot telnet to it . my question is what type of config I need to apply for the connection to work , I also want to be able to use asdm as the tool for config. at work I was able to check the &lt;/P&gt;&lt;P&gt;﻿config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;asa#sho run http&lt;/P&gt;&lt;P&gt;http server anble&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0. inside&lt;/P&gt;&lt;P&gt;http x.x.x.x.x 255.255.255.0 outside &amp;lt;---- this is the config that I added.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more think , I can't ping the asa ip from home either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karim&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, 12 Mar 2019 02:14:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257716#M346112</guid>
      <dc:creator>ocporbust2</dc:creator>
      <dc:date>2019-03-12T02:14:33Z</dc:date>
    </item>
    <item>
      <title>asa 5505 remote access</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257717#M346119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the configuration guide&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/access_management.html"&gt; here&lt;/A&gt;. It covers setting up management access including ping (icmp).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your http line should have your remote (outside) client public IP in the line, generally with a /32 mask (255.255.255.255).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping can be allowed with "icmp permit any outside".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I strongly suggest you not use insecure telnet to manage a security device like an ASA firewall. SSH or ASDM (over https) is recommended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 15:21:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257717#M346119</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-07-19T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5505 remote access</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257718#M346123</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;You can only use Telnet to manage the ASA on a &lt;STRONG&gt;"security-level 0" &lt;/STRONG&gt;interface through a VPN Connection (or it might be the interface with the default route might be the thing that defines the interface which wont accept Telnet connections). Otherwise it will be blocked by the ASA whatever you configure with the &lt;STRONG&gt;"telnet"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I would suggest using SSH as Marvin has already suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 15:36:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-remote-access/m-p/2257718#M346123</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-19T15:36:03Z</dc:date>
    </item>
  </channel>
</rss>

