<?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-5510 ACL host issues in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072387#M894315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update! Glad to know it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 19:10:05 GMT</pubDate>
    <dc:creator>ajagadee</dc:creator>
    <dc:date>2008-10-30T19:10:05Z</dc:date>
    <item>
      <title>ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072381#M894296</link>
      <description>&lt;P&gt;I'm trying to give access from host A into the ASA. When I put the ACL in, it gives me a error saying Invalid Hostname. I'm sure the ACL is correct. Not sure if I need to just create a static routing or something else. Here's the ACL's I'm trying to config. Please help. Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 214.24.3.101 range 15000-15015&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:05:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072381#M894296</guid>
      <dc:creator>calvinz21</dc:creator>
      <dc:date>2019-03-11T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072382#M894302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here's the current config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ASA Version 8.0(3)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname asa510-01&lt;/P&gt;&lt;P&gt;domain-name corp.com&lt;/P&gt;&lt;P&gt;enable password xxxxxxxxxxxx encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&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 214.x.x.114 255.255.255.240&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&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.20.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone CST -6&lt;/P&gt;&lt;P&gt;clock summer-time CDT recurring&lt;/P&gt;&lt;P&gt;dns domain-lookup inside&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name corp.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_1_cryptomap extended permit ip 10.20.1.0 255.255.0.0 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 10.20.1.0 255.255.255.0 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;access-list outside_access_in remark allow public to http&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 214.24.29.115 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging buffered debugging&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;logging host inside 10.1.xx.xx&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 verify reverse-path interface inside&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;&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 inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.20.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,outside) 214.24.29.115 10.20.1.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 214.24.29.113 1&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 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;aaa-server LIST1 protocol tacacs+&lt;/P&gt;&lt;P&gt; key xxxxxxxxx&lt;/P&gt;&lt;P&gt;aaa authentication http console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa accounting enable console LIST1&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 10.20.10.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 207.40.115.253 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;snmp-server host inside 10.1.11.45 community 1232344&lt;/P&gt;&lt;P&gt;snmp-server location xxxxxxxx&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community 123cabaf3a&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto map outside_map 1 match address outside_1_cryptomap&lt;/P&gt;&lt;P&gt;crypto map outside_map 1 set pfs&lt;/P&gt;&lt;P&gt;crypto map outside_map 1 set peer 207.40.115.1&lt;/P&gt;&lt;P&gt;crypto map outside_map 1 set transform-set ESP-3DES-SHA&lt;/P&gt;&lt;P&gt;crypto map outside_map interface outside&lt;/P&gt;&lt;P&gt;crypto isakmp enable outside&lt;/P&gt;&lt;P&gt;crypto isakmp policy 10&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;console timeout 5&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tunnel-group 207.40.115.1 type ipsec-l2l&lt;/P&gt;&lt;P&gt;tunnel-group 207.40.115.1 ipsec-attributes&lt;/P&gt;&lt;P&gt; pre-shared-key *&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns preset_dns_map&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;  inspect http&lt;/P&gt;&lt;P&gt;  inspect icmp&lt;/P&gt;&lt;P&gt;  inspect snmp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 02:05:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072382#M894302</guid>
      <dc:creator>calvinz21</dc:creator>
      <dc:date>2008-10-30T02:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072383#M894307</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;Try without the hyphen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 214.24.3.101 range 15000 15015&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/asa/asa72/command/reference/a1_72.html#wp1444018" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/a1_72.html#wp1444018&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pls rate if it helps*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 03:15:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072383#M894307</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-10-30T03:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072384#M894311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try it with just a port and still giving the same error. ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 214.24.3.101 eq 8400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Curious, does it have something to do with that fact that it's almost on the same subnet or the first 2 sets of IP's are the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 14:49:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072384#M894311</guid>
      <dc:creator>calvinz21</dc:creator>
      <dc:date>2008-10-30T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072385#M894313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loaded your configuration on one of the lab ASA and the above ACL works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the the exact steps from the ASA, along with the errors. Also, make sure that you are in config mode and have authorization to configure the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 18:36:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072385#M894313</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-10-30T18:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072386#M894314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ajagadee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I swear to god. I did the same thing yesterday and it was not taking it at all. The acl's went in fine today. Thanks for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 18:52:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072386#M894314</guid>
      <dc:creator>calvinz21</dc:creator>
      <dc:date>2008-10-30T18:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-5510 ACL host issues</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072387#M894315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update! Glad to know it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 19:10:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-acl-host-issues/m-p/1072387#M894315</guid>
      <dc:creator>ajagadee</dc:creator>
      <dc:date>2008-10-30T19:10:05Z</dc:date>
    </item>
  </channel>
</rss>

