<?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: Need to allow inbound connection over TCP 9000 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806027#M970931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you used the correct name in ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your acl:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 1.2.3.4 eq 9000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default acl name when you use the ASDM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 1.2.3.4 eq 9000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 18:07:16 GMT</pubDate>
    <dc:creator>rigoberto.cintron</dc:creator>
    <dc:date>2007-08-20T18:07:16Z</dc:date>
    <item>
      <title>Need to allow inbound connection over TCP 9000</title>
      <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806023#M970927</link>
      <description>&lt;P&gt;I am trying to configure an ASA5510 (v7.12) to allow an inbound connection over TCP port 9000. I have a web server on the inside that is listening on port 9000 (&lt;A class="jive-link-custom" href="http://192.168.1.1:9000" target="_blank"&gt;http://192.168.1.1:9000&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup a static NAT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.2.3.4 192.168.1.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the access rule:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 1.2.3.4 eq 9000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clients on the inside can reach the web server, but those outside the firewall are getting an unable to connect error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing? This should be really straighforward.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:59:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806023#M970927</guid>
      <dc:creator>tom.brockman</dc:creator>
      <dc:date>2019-03-11T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to allow inbound connection over TCP 9000</title>
      <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806024#M970928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u grouped the ACL in outside interface.Have u placed the route?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 06:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806024#M970928</guid>
      <dc:creator>sureshkum</dc:creator>
      <dc:date>2007-08-20T06:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to allow inbound connection over TCP 9000</title>
      <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806025#M970929</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;Check what sureshkum has stated ? also try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 192.168.1.1 eq 9000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best thing is to check the logs to get clear picture of your peoblem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logs will tell you if the problem is realted to NAT or access list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 09:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806025#M970929</guid>
      <dc:creator>rajatsetia</dc:creator>
      <dc:date>2007-08-20T09:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to allow inbound connection over TCP 9000</title>
      <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806026#M970930</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;Do you have implemented same access-list on OUTSIDE interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT seems to be fine configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group OUTSIDE_IN in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 11:28:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806026#M970930</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-08-20T11:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to allow inbound connection over TCP 9000</title>
      <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806027#M970931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if you used the correct name in ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your acl:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 1.2.3.4 eq 9000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default acl name when you use the ASDM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 1.2.3.4 eq 9000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 18:07:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806027#M970931</guid>
      <dc:creator>rigoberto.cintron</dc:creator>
      <dc:date>2007-08-20T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to allow inbound connection over TCP 9000</title>
      <link>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806028#M970933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured this out. It was an internal routing issue. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 18:11:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-to-allow-inbound-connection-over-tcp-9000/m-p/806028#M970933</guid>
      <dc:creator>tom.brockman</dc:creator>
      <dc:date>2007-08-20T18:11:40Z</dc:date>
    </item>
  </channel>
</rss>

