<?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: Query regarding established keyword in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435555#M820826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;As I mentioned earlier restrict who can initiate the conversation via access-list applied on the interface.&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Aug 2010 04:01:41 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2010-08-20T04:01:41Z</dc:date>
    <item>
      <title>Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435550#M820672</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement of only allowing certain port range access 'back through' a firewall from B to A, when a connection already exists from A to B, so for example, A connects to B on port X, and when that connection is established, B can then connect to A from port Y01 to Y99.&amp;nbsp; I have been looking at the established keyword, but cant seem to find any way of limiting that to a given IP or set of IPs - is this even possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:28:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435550#M820672</guid>
      <dc:creator>dmease</dc:creator>
      <dc:date>2019-03-11T18:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435551#M820678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically allows only requested port to respond. For example, if A (source&lt;/P&gt;&lt;P&gt;port 1024) tries to access B (destination port 80), then when B responds, it&lt;/P&gt;&lt;P&gt;should use only port 80 as the source. If it uses any other port, the&lt;/P&gt;&lt;P&gt;firewall (statefull) will block the connection. If you are using router as a&lt;/P&gt;&lt;P&gt;firewall and have not configured statefull features, then you can try the&lt;/P&gt;&lt;P&gt;access-lists as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 199 permit tcp host &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 13:00:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435551#M820678</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-08-19T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435552#M820694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I wasnt too clear there...&lt;/P&gt;&lt;P&gt;Please see attached for the command I am referring to &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 13:31:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435552#M820694</guid>
      <dc:creator>dmease</dc:creator>
      <dc:date>2010-08-19T13:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435553#M820739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, established command is what you need. We use this command if inspection is not available for the particular flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually we use this for X-windows application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once a telent is established on tcp 23 then a range of ports 1024-65535 can be open in the other direction. The pdf that you enclosed has nice examples. Let me know if you have any further questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have this command globally, you can restirct hosts using object groups on ACLs that you apply on the interfaces. There is no way to restrict that with this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;command ref: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/ef.html#wp1927618"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/ef.html#wp1927618&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 13:52:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435553#M820739</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-08-19T13:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435554#M820778</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;Sorry to be a pain, but just to ensure that I understand the above, using the below example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside hosts (higher security): 10.1.1.0/24&lt;/P&gt;&lt;P&gt;DMZ hosts (lower security): 10.1.2.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have a requirement whereby I need to allow 10.1.2.1 to communicate to 10.1.1.1 over port 1000/tcp, only if there is an existing connection from 10.1.1.1 to 10.1.2.1 over port 80/tcp, I would use the global command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;established tcp 80 0 permitto tcp 1000 permitfrom 1024-65535&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when this command is used, there is no way of restricting it to these two hosts, and if for arguments sake 10.1.1.100 connected to 10.1.2.100 over port 80, then 10.1.2.100 could connect to 10.1.1.100 over port 1000 also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:11:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435554#M820778</guid>
      <dc:creator>dmease</dc:creator>
      <dc:date>2010-08-19T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435555#M820826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;As I mentioned earlier restrict who can initiate the conversation via access-list applied on the interface.&lt;/P&gt;&lt;P class="pB1_Body1"&gt;&lt;/P&gt;&lt;P class="pB1_Body1"&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 04:01:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435555#M820826</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-08-20T04:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Query regarding established keyword</title>
      <link>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435556#M820888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your swift and very helpful response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 07:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/query-regarding-established-keyword/m-p/1435556#M820888</guid>
      <dc:creator>dmease</dc:creator>
      <dc:date>2010-08-20T07:49:42Z</dc:date>
    </item>
  </channel>
</rss>

