<?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 help configuring http port on Cisco ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684029#M423178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran "sysopt noproxyarp inside" but still wasn't able to connect to http:\&lt;SERVER&gt;.&lt;DOMAIN&gt;:10300\ from behind the pix. Connecting to http:\\10.0.1.25 is fine though.&lt;/DOMAIN&gt;&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make sure that my HTTP service is working fine for port 10300?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also ran:&lt;/P&gt;&lt;P&gt;access-list outside-in extended permit tcp any host 67.104.112.163 eq www &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 67.104.112.163 www 10.0.1.25 10300 netmask 255.255.255.255  dns &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to check immediately if access from outside is possible since I'm behind the pix, but will do later tonight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks a lot for taking the time to reply. Unfortunately at this point, I am still not able to access to this url...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2006 21:11:42 GMT</pubDate>
    <dc:creator>sylvainnguyen</dc:creator>
    <dc:date>2006-10-11T21:11:42Z</dc:date>
    <item>
      <title>Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684022#M423156</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Cisco ASA 5510.&lt;/P&gt;&lt;P&gt;I have a NT Server hosting a web server setup to use the http port 10300.&lt;/P&gt;&lt;P&gt;How can I configure my pix to allow traffic to this application from other machines in the network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My NT Server private IP is 10.0.1.25 and I'm able to access it from the other machines in the network, but when I connect to the web application through the url: http:\\&amp;lt;server name&amp;gt;.&amp;lt;domain name&amp;gt;:10300\xxxx&lt;/P&gt;&lt;P&gt;then I receive a "Server Not found error".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried multiple config of the access list / nat but could not get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an extract of my current configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 7.0(4) &lt;/P&gt;&lt;P&gt;[...]&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 67.104.112.162 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.0.1.1 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;nameif DMZ&lt;/P&gt;&lt;P&gt;security-level 50&lt;/P&gt;&lt;P&gt;ip address 172.16.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt;nameif management&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;access-list outside-in extended permit icmp any any &lt;/P&gt;&lt;P&gt;access-list outside-in extended permit tcp any eq www host 67.104.112.163 eq 10300 &lt;/P&gt;&lt;P&gt;access-list SPLIT-TUNNEL extended permit ip 10.0.1.0 255.255.255.0 192.168.24.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list NONAT extended permit ip 10.0.1.0 255.255.255.0 192.168.24.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit tcp any any &lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (outside) 1 192.168.24.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list NONAT&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;static (inside,outside) 67.104.112.163 10.0.1.25 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) 67.104.112.164 10.0.1.26 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-group outside-in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 67.104.112.161 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 167.1.162.143 255.255.255.255 outside&lt;/P&gt;&lt;P&gt;http 10.0.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 10.0.1.25 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate if you can help me!&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:13:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684022#M423156</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2020-02-21T09:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684023#M423157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 67.104.112.163 10.0.1.25 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 67.104.112.163 10.0.1.25 netmask 255.255.255.255 dns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH pls rate!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 17:36:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684023#M423157</guid>
      <dc:creator>mmorris11</dc:creator>
      <dc:date>2006-10-10T17:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684024#M423159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;I tried that. I'm wondering if I'm not missing something in the acl because from inside the network (where I am right now), I'm not able to connect to the application on this server (10.0.1.25).&lt;/P&gt;&lt;P&gt;Do you think the acl are correctly defined?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:24:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684024#M423159</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-10T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684025#M423162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried adding:&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit tcp any eq www host 67.104.112.163 eq 10300 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this doesn't seem to improve anything...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:34:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684025#M423162</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-10T18:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684026#M423175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I am missing something here...but isn't this NAT on your outside interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus the ACE you would need to add would need to be on your outside ACL. Also the source port isn't going to be 80 it is going to be random I believe. The destination port is going to be in this case 10300...for normal www traffic it would be 80 of course. Thus I think that eq www statement is blocking this. Are you seeing the deny on the syslog when you test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So thus it would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside-acl(whatever your acl is) permit tcp any host 67.104.112.163 eq 10300&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 22:43:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684026#M423175</guid>
      <dc:creator>jwjohansen</dc:creator>
      <dc:date>2006-10-10T22:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684027#M423176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this, hopefully it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: How can I configure my pix to allow traffic to this application from other machines in the network? &lt;/P&gt;&lt;P&gt;   My NT Server private IP is 10.0.1.25 and I'm able to access it from the other machines in the network, but when I connect to the&lt;/P&gt;&lt;P&gt;   web application through the url: http:\\&lt;SERVER name=""&gt;.&lt;DOMAIN name=""&gt;:10300\xxxx , then I receive a "Server Not found error". &lt;/DOMAIN&gt;&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: Disabled the proxyarp on your inside interface,&lt;/P&gt;&lt;P&gt;   command: sysopt noproxyarp &lt;INTERFACE_NAME&gt; , hostname(config)# sysopt noproxyarp inside&lt;/INTERFACE_NAME&gt;&lt;/P&gt;&lt;P&gt;   To enable it, use "no sysopt noproxyarp interface_name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In rare circumstances, you might want to disable proxy ARP for global addresses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a host sends IP traffic to another device on the same Ethernet network, the host needs to know the MAC address of the device. ARP is a Layer 2 protocol that resolves an IP address to a MAC address. A host sends an ARP request asking "Who is this IP address?" The device owning the IP address replies, "I own that IP address; here is my MAC address." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proxy ARP is when a device responds to an ARP request with its own MAC address, even though the device does not own the IP address. The security appliance uses proxy ARP when you configure NAT and specify a global address that is on the same network as the security appliance interface. The only way traffic can reach the hosts is if the security appliance uses proxy ARP to claim that the security appliance MAC address is assigned to destination global addresses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before that, pls ensure that your HTTP service via port 10300 is working fine. Otherwise, this could be the  primary issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: How to allow outside/internet clients access your web server via 10300 (TC)&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;A: Since you're not using standard port 80-www, this might require port redirection.&lt;/P&gt;&lt;P&gt;   Change your current static map from :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   static (inside,outside) 67.104.112.163 10.0.1.25 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;   to&lt;/P&gt;&lt;P&gt;   static (inside,outside) tcp 67.104.112.163 www 10.0.1.25 10300 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Changed the ACL as well to:&lt;/P&gt;&lt;P&gt;   access-list outside-in extended permit tcp any host 67.104.112.163 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will allow outsiders to access your server without having to specify "10300" in their web browser. PIX/ASA will do the redirection automatically to port 10300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 23:33:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684027#M423176</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-10T23:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684028#M423177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are behind the pix, using a web browser on a host 10.0.1.x and you cannot connect to your web server on your nonstandard port which you specified, check your web server config.  You certainly need to get this working before anyone can be expected to access it through the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 12:25:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684028#M423177</guid>
      <dc:creator>mmorris11</dc:creator>
      <dc:date>2006-10-11T12:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684029#M423178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran "sysopt noproxyarp inside" but still wasn't able to connect to http:\&lt;SERVER&gt;.&lt;DOMAIN&gt;:10300\ from behind the pix. Connecting to http:\\10.0.1.25 is fine though.&lt;/DOMAIN&gt;&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make sure that my HTTP service is working fine for port 10300?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also ran:&lt;/P&gt;&lt;P&gt;access-list outside-in extended permit tcp any host 67.104.112.163 eq www &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 67.104.112.163 www 10.0.1.25 10300 netmask 255.255.255.255  dns &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to check immediately if access from outside is possible since I'm behind the pix, but will do later tonight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks a lot for taking the time to reply. Unfortunately at this point, I am still not able to access to this url...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 21:11:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684029#M423178</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-11T21:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684030#M423180</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;thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to connect to http:\\10.0.1.25 from a laptop behind the pix, but not to http:\\&lt;SERVER&gt;.&lt;DOMAIN&gt;:10300\...&lt;/DOMAIN&gt;&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything else I should be checking?&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 21:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684030#M423180</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-11T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684031#M423183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your answer. I agree I had it backward.&lt;/P&gt;&lt;P&gt;I tried this:&lt;/P&gt;&lt;P&gt;access-list outside-in extended permit tcp any host 67.104.112.163 eq 10300&lt;/P&gt;&lt;P&gt;and it did not make any changes.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 21:20:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684031#M423183</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-11T21:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684032#M423185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To verify your http via port 10300 is working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. check your http port setup on the www server or application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b. run http test from the server itself using web browser. Try any of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://10.0.1.25:10300" target="_blank"&gt;http://10.0.1.25:10300&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://" target="_blank"&gt;http://&lt;/A&gt;&lt;HOSTNAME.DOMAIN-NAME&gt;:10300&lt;/HOSTNAME.DOMAIN-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://127.0.0.1:10300" target="_blank"&gt;http://127.0.0.1:10300&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c. from any pc in the same segment, telnet to the server's IP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet 10.0.1.25 10300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR telnet from outside firewall to the public IP natted to 10.0.1.25 (which is 67.104.112.163)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet 67.104.112.163 10300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you got some kindly of successful telnet reply, with http keyword...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:09:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684032#M423185</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-12T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684033#M423186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or from Outside/internet, you can do port scan to the public IP of 67.104.112.163. Make sure the port is open or visible from outside. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu can download lots of free port scanning tool, i.e yaps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:19:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684033#M423186</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-12T06:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684034#M423187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks. I tried Yaps which gave me the following results from outside:&lt;/P&gt;&lt;P&gt;67.104.112.163:80 -&amp;gt; www-http (World Wide Web HTTP) -&amp;gt; HTTP/1.1 404 Not Found..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting this resutls for port 10300 and 10500 was kind of expected, but not for port 80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when running it for ports 10300 to 10500, it wasn't even giving me any results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 03:11:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684034#M423187</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-13T03:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684035#M423188</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;b:&lt;/P&gt;&lt;P&gt;all tests gave me an error 404 Not Found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:&lt;/P&gt;&lt;P&gt;I wasn't able to telnet using 10.0.1.25 from my laptop which was 10.0.1.6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received the following results from outside:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\&amp;gt;telnet 67.104.112.163 10300&lt;/P&gt;&lt;P&gt;Connecting To 67.104.112.163...Could not open connection to the host, on port 10300: Connect failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\&amp;gt;telnet 67.104.112.163&lt;/P&gt;&lt;P&gt;Connecting To 67.104.112.163...Could not open connection to the host, on port 23: Connect failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same thing after launching the VPN Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 03:14:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684035#M423188</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-13T03:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684036#M423189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you telnet from local subnet or from a PC in same subnet with the server, and if the server port 10300 is up &amp;amp; running, you should be able to get some kind of reply with 'http' keyword, not the "..could not open connection to..". The error indicates service port not running/opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do port scanning from local LAN and outside firewall, and compare the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From internal LAN, you should see port 10300 opened. Indirectly, this will also verify that the service port is running fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't see this port, check the server itself &amp;amp; verify the port is really working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 03:42:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684036#M423189</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-13T03:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684037#M423190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From inside the LAN I ran Yaps which gave me the following results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Started scan&lt;/P&gt;&lt;P&gt;10.0.1.25:10300&lt;/P&gt;&lt;P&gt;Stopping scan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it means 10300 is configured properly on the server. But in this case, why wouldn't I be able to access it when I type in the url http?&lt;/P&gt;&lt;P&gt;I tried something different with Yaps. I entered the name of the server in the IP address and it returned 10.0.1.6 which is a dynamic IP used by the same server but on a different ethernet card (this server has 3 cards). Could that be the problem?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 21:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684037#M423190</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-13T21:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684038#M423191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example, the results of Yaps while resolving name are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Started scan&lt;/P&gt;&lt;P&gt;10.0.1.6:10300 -&amp;gt; &lt;SERVER name=""&gt;&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;10.0.1.25:10300&lt;/P&gt;&lt;P&gt;Stopping scan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 21:29:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684038#M423191</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-13T21:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684039#M423192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting additional info. So, your server actually has 3 NICs, in which 2 of it bearing 10.0.1.6 and 10.0.1.25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the gateway for each IPs:&lt;/P&gt;&lt;P&gt;ip: 10.0.1.6, gw: ??&lt;/P&gt;&lt;P&gt;ip: 10.0.1.25, gw: ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you point both to inside interface IP (10.0.1.1) as gateway, or only one? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, can you run "&lt;A class="jive-link-custom" href="http://10.0.1.6:10300/" target="_blank"&gt;http://10.0.1.6:10300/&lt;/A&gt;" and check what's the result looks like? IF this is ok, try to eliminate/isolate the problem by disabling/disconnect the card with 10.0.1.6 IP, and let it run on the 10.0.1.25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The port scan result show the http using tcp 10300 was running fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Oct 2006 18:03:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684039#M423192</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-10-14T18:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help configuring http port on Cisco ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684040#M423193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;So I disabled all cards but the one configured as a static IP 10.0.1.25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\&amp;gt;ping &lt;SERVER name=""&gt;&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;Ping request could not find host &lt;SERVER name=""&gt;. Please check the name and try again.&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\&amp;gt;ping 10.0.1.25&lt;/P&gt;&lt;P&gt;Pinging 10.0.1.25 with 32 bytes of data:&lt;/P&gt;&lt;P&gt;Reply from 10.0.1.25: bytes=32 time&amp;lt;1ms TTL=128&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weird thing is that after disabling the 2 NICs on the server, I am not able to connect to the web application from the server itself (which I'm able to do when the NICS are enabled).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the server name is recognized only for the IP 10.0.1.6. Not sure how this could be changed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI: both IP use the same default gateway 10.0.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 16:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-configuring-http-port-on-cisco-asa-5510/m-p/684040#M423193</guid>
      <dc:creator>sylvainnguyen</dc:creator>
      <dc:date>2006-10-16T16:50:01Z</dc:date>
    </item>
  </channel>
</rss>

