<?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: Denying traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602014#M559889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can confirm that it's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# sh run access-group &lt;BR /&gt;access-group DMZ_access_in in interface DMZ&lt;BR /&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 192.168.1.1 is part of a subnet that is routed to the firewall and not used anywhere else but it's not in the same subnet as the outside interface. The outside interface is 192.168.1.248.0/29.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also configured Clientless SSL VPN on this ASA and it stopped authenticating users when trying to loing. I had to reboot it and it is fixed now, so not sure why that happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 01:37:34 GMT</pubDate>
    <dc:creator>hadisharifi</dc:creator>
    <dc:date>2011-03-16T01:37:34Z</dc:date>
    <item>
      <title>Denying traffic</title>
      <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602012#M559884</link>
      <description>&lt;P&gt;Hi, I am new to ASA specially 8.3. I have configured static NAT with port translation as per the following: The traffic flow is from outside to DMZ on port 3389.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object network Terminal-Server&lt;/P&gt;&lt;P&gt;host 10.0.22.51&lt;/P&gt;&lt;P&gt;Object network Streamer&lt;/P&gt;&lt;P&gt;host 10.0.22.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object network Terminal-Server&lt;/P&gt;&lt;P&gt;nat (DMZ,outside) static 192.168.1.1 service tcp 3389 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object network Streamer&lt;/P&gt;&lt;P&gt;nat (DMZ,outside) static 192.168.1.1 service tcp www www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any object Terminal-Server eq 3389&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any object Streamer eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When tryign to RDP to 192.168.1.1 on port 3389 the log on the ASA says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound TCP connection denied from x.x.x.x/52413 to 192.168.1.1/3389 flag SYN on interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please point what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:07:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602012#M559884</guid>
      <dc:creator>hadisharifi</dc:creator>
      <dc:date>2019-03-11T20:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Denying traffic</title>
      <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602013#M559886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you confirm if your access-list is applied to the outside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is 192.168.1.1 a spare ip address in the same subnet as the outside interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 01:20:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602013#M559886</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-03-16T01:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Denying traffic</title>
      <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602014#M559889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can confirm that it's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# sh run access-group &lt;BR /&gt;access-group DMZ_access_in in interface DMZ&lt;BR /&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 192.168.1.1 is part of a subnet that is routed to the firewall and not used anywhere else but it's not in the same subnet as the outside interface. The outside interface is 192.168.1.248.0/29.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also configured Clientless SSL VPN on this ASA and it stopped authenticating users when trying to loing. I had to reboot it and it is fixed now, so not sure why that happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 01:37:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602014#M559889</guid>
      <dc:creator>hadisharifi</dc:creator>
      <dc:date>2011-03-16T01:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Denying traffic</title>
      <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602015#M559892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might need to see the complete ACL to see why it's being denied.&lt;/P&gt;&lt;P&gt;Do you happen to have any "deny" statement above the specific "permit" that might be denying the traffic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 01:47:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602015#M559892</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-03-16T01:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Denying traffic</title>
      <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602016#M559893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, my bad as I had a nat pool with the IP address used for static NAT. I have removed this nad everyting is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However Clinetless SSL VPN is not authenticating users after a while when they are logged in, it simply says login failed and reprompts for username and password. The same username and password can be used to telnet to ASA and it works fine. Last time I rebooted the ASA which fixed the problem but I can't do this everytime this happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what could be causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 02:53:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602016#M559893</guid>
      <dc:creator>hadisharifi</dc:creator>
      <dc:date>2011-03-16T02:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Denying traffic</title>
      <link>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602017#M559894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many SSL VPN license do you have?&lt;/P&gt;&lt;P&gt;Have you exhausted the number of concurrent SSL VPN connections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share a copy of "show version" and also the output of "sh vpn-sessiondb summary"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 04:59:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/denying-traffic/m-p/1602017#M559894</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-03-16T04:59:11Z</dc:date>
    </item>
  </channel>
</rss>

