<?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 - web server access from outside in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019781#M916286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, not better. And the strangest thing is that it worked one time (but only one), so i made a backup and restarted the ASA, but it is out again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A. Outside HTTP client connect to &lt;A class="jive-link-custom" href="http://aaa.bbb.50.144" target="_blank"&gt;http://aaa.bbb.50.144&lt;/A&gt; from xxx.yyy.245.171&lt;/P&gt;&lt;P&gt;SYNC is send and wait for the ACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B. ASA5510 accept connection and translate address/port "xxx.yyy.245.171 172.16.1.80 Built inbound TCP connection 101 for outside:xxx.yyy.245.171/2738 (xxx.yyy.245.171/2738) to dmz:172.16.1.80/8080 (aaa.bbb.50.144/80)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C. The Web server in the DMZ receive the connection&lt;/P&gt;&lt;P&gt;SYNC is received and send back the ACK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D. The ACK go i don't know where and the connection end by a Time Out&lt;/P&gt;&lt;P&gt;"xxx.yyy.245.171 172.16.1.80 Teardown TCP connection 103 for outside:xxx.yyy.245.171/2798 to dmz:172.16.1.80/8080 duration 0:00:30 bytes 0 SYN Timeout"&lt;/P&gt;&lt;P&gt;But the web client is still waiting for the ACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the ASA don't allow incoming and outgoing traffic from the same interface or something like that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea where i can find any track to solve that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 13:38:55 GMT</pubDate>
    <dc:creator>scalacisco</dc:creator>
    <dc:date>2008-07-23T13:38:55Z</dc:date>
    <item>
      <title>asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019775#M916280</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a fresh cisco user, i am trying to configure a cisco asa 5510 with the ASDM GUI. Actually, Eth0 is set as Outside interface (DHCP, fixed ISP Public IP) and Eth1 as DMZ interface with a Web server (ip 172.16.1.80) behind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i don't find how to solve error message "TCP access denied by ACL from xxx.yyy.245.171/3277 to outside:aaa.bbb.50.144/80" and gain access to web server from outside.&lt;/P&gt;&lt;P&gt;Regarding ACL, Outside interface can receive anything from anywhere if it is tcp "http(s),ftp,smtp,8080".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also NAT fixed ISP Public IP to 172.16.1.80, which is my webserver address in order to access through &lt;A class="jive-link-custom" href="http://aaa.bbb.50.144" target="_blank"&gt;http://aaa.bbb.50.144&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, let me know what i have done wrong because i am having grey hairs... Here is in att the running conf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&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>Mon, 11 Mar 2019 13:17:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019775#M916280</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2019-03-11T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019776#M916281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your static nat statement should read:&lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp interface 80 172.16.1.80 80&lt;/P&gt;&lt;P&gt;your acl entry for this should look like:&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq 80&lt;/P&gt;&lt;P&gt;this assumes you're using the outside IP as the nat'ed public IP of the webserver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 08:58:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019776#M916281</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2008-07-22T08:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019777#M916282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks srue for your quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It solved the error message. Now i am facing another thing, when i try to reach the Web server from outside, the connection to DMZ is established, i can see it using tcpview, i can see the remote address xxx.yyy.245.171 &amp;gt; aaa.bbb.50.144 &amp;gt; 172.16.1.80.&lt;/P&gt;&lt;P&gt;But i have a message like "TCP request discarded from xxx.yyy.245.171/4817 to outside:aaa.bbb.50.144/8080, This message appears when the security applicance does not have a UDP server that services the UDP request".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it be solved with an ASA conf, do i have to add a rule let UDP traffic pass through (access-list outside_access_in line 1 extended permit udp 0.0.0.0 0.0.0.0 interface outside) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 10:36:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019777#M916282</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2008-07-22T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019778#M916283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"TCP request discarded from xx.yyy.245.171/4817 to outside:aaa.bbb.50.144/8080, &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; TCP traffic getting discarded on port tcp 8080 the outside interface. Add this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp interface 8080 172.16.1.80 8080&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq 8080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, before that please check whether the server 172.16.1.80 is listening on port tcp 8080 and you really need to allow connections on port tcp 8080 from outside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 11:59:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019778#M916283</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-22T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019779#M916284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the line "static (dmz,outside) tcp interface 8080 172.16.1.80 8080", the second line was already in place :&lt;/P&gt;&lt;P&gt;"object-group service ContentManager tcp&lt;/P&gt;&lt;P&gt; port-object eq 8080&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside object-group ContentManager"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Web server is listening on the port 8080, i can be sure because of two thing :&lt;/P&gt;&lt;P&gt;- i can connect to it with another local PC (my tomcat gets the connection),&lt;/P&gt;&lt;P&gt;- i use a windows tool that shows me active connection (tcpview.exe, state SYN_RCVD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only message on the ASA is "&lt;/P&gt;&lt;P&gt;Built inbound TCP connection 1118 for outside:xxx.yyy.245.171/2542 (xxx.yyy.245.171/2542) to dmz:172.16.1.80/8080 (aaa.bbb.50.144/8080)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection arrive but is not transmitted to outside ... The web browser stay in status SYN_SENT, and the remote Web browser in SYN_RCVD. No connection between. I think the ASA don't let the answer go out. Any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:29:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019779#M916284</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2008-07-22T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019780#M916285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try doing HTTP inspect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 13:59:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019780#M916285</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-07-22T13:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019781#M916286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, not better. And the strangest thing is that it worked one time (but only one), so i made a backup and restarted the ASA, but it is out again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A. Outside HTTP client connect to &lt;A class="jive-link-custom" href="http://aaa.bbb.50.144" target="_blank"&gt;http://aaa.bbb.50.144&lt;/A&gt; from xxx.yyy.245.171&lt;/P&gt;&lt;P&gt;SYNC is send and wait for the ACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B. ASA5510 accept connection and translate address/port "xxx.yyy.245.171 172.16.1.80 Built inbound TCP connection 101 for outside:xxx.yyy.245.171/2738 (xxx.yyy.245.171/2738) to dmz:172.16.1.80/8080 (aaa.bbb.50.144/80)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C. The Web server in the DMZ receive the connection&lt;/P&gt;&lt;P&gt;SYNC is received and send back the ACK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D. The ACK go i don't know where and the connection end by a Time Out&lt;/P&gt;&lt;P&gt;"xxx.yyy.245.171 172.16.1.80 Teardown TCP connection 103 for outside:xxx.yyy.245.171/2798 to dmz:172.16.1.80/8080 duration 0:00:30 bytes 0 SYN Timeout"&lt;/P&gt;&lt;P&gt;But the web client is still waiting for the ACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the ASA don't allow incoming and outgoing traffic from the same interface or something like that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea where i can find any track to solve that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 13:38:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019781#M916286</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2008-07-23T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019782#M916287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you show the actual configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 15:00:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019782#M916287</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-23T15:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019783#M916288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is in att. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 06:09:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019783#M916288</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2008-07-24T06:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019784#M916289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no static (dmz,outside) aaa.bbb.50.144 172.16.1.80 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp interface 80 172.16.1.80 80 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edited]&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list outside_access_in extended permit tcp any any object-group ContentManager log debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 06:20:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019784#M916289</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2008-07-24T06:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019785#M916290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved !!&lt;/P&gt;&lt;P&gt;Let me make some more test and i will post the solution and the running config in case of some one need it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 07:51:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019785#M916290</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2008-07-24T07:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: asa 5510 - web server access from outside</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019786#M916291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that i had a route problem.&lt;/P&gt;&lt;P&gt;The only thing i have changed is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no route outside 0.0.0.0 0.0.0.0 aaa.bbb.50.144 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and since i am in DHCP, i added setroute to eht0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address dhcp setroute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, everything is working well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 06:49:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-web-server-access-from-outside/m-p/1019786#M916291</guid>
      <dc:creator>scalacisco</dc:creator>
      <dc:date>2008-07-25T06:49:41Z</dc:date>
    </item>
  </channel>
</rss>

