<?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: NAT inside config problem in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714604#M167407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand. Connect from from client on internet? What do you mean? Connect from the internet client to where? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2011 12:48:26 GMT</pubDate>
    <dc:creator>carpovalexandru123</dc:creator>
    <dc:date>2011-05-20T12:48:26Z</dc:date>
    <item>
      <title>NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714560#M167363</link>
      <description>&lt;P&gt;Hello Cisco comunity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure NAT to route trafic from outside port to an inside webserver but i keep failing. After a month of reading forums i decided to ask for help here.&lt;/P&gt;&lt;P&gt;The inside/outside interfaces are defined and working.&lt;/P&gt;&lt;P&gt;I tryed to route trafic received on outside interface on port 5555&amp;nbsp; to an internal webserver on port 80 but failed. Here is the command i used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &amp;lt;ip_of_webserver&amp;gt; 80 interface fastEthernet 0/0 5555&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fa0/0 is the outside interface&lt;/P&gt;&lt;P&gt;fa0/1 is the inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to route trafic from fa0/0 to fa0/1 and then from fa0/1 to my webserver? Do i need to setup an ACL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be apreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 20:27:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714560#M167363</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2019-03-04T20:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714561#M167364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; When you're trying to access this server from the internet , please post the output "&lt;STRONG&gt;show ip nat translation | inc &lt;IP_OF_WEBSERVER&gt;".&lt;/IP_OF_WEBSERVER&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:59:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714561#M167364</guid>
      <dc:creator>Thotsaphon Lueangwattanaphong</dc:creator>
      <dc:date>2011-05-19T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714562#M167365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a static NAT so the entry will always be in the NAT table even if there is no traffic.&lt;/P&gt;&lt;P&gt;To verify if it's NAT the problem then a debug ip nat would be more appropriate IMHO.&lt;/P&gt;&lt;P&gt;Is there an ACL on the outside interface or is there ZBF configured on the router?&lt;/P&gt;&lt;P&gt;I think a running config would be helpful here.&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:05:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714562#M167365</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-05-19T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714563#M167366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;"This is a static NAT so the entry will always be in the NAT table even if there is no traffic."&amp;nbsp; &lt;/STRONG&gt;You're right. However, we will see new entries if there are connections connecting to the router.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F.e.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Router#sh ip nat translations | inc 172.17.1.22&lt;BR /&gt;tcp 202.x.y.z:80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.17.1.22:80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 203.a.b.c:49155 203.a.b.c:49155&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;lt;--- Incoming Connection&lt;/STRONG&gt;&lt;BR /&gt;tcp 202.x.y.z:80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.17.1.22:80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;lt;---- Static Entry&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I ask for the output. However, it's a good idea to post the current configuration on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:16:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714563#M167366</guid>
      <dc:creator>Thotsaphon Lueangwattanaphong</dc:creator>
      <dc:date>2011-05-19T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714564#M167367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Toshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right. I thought about it after&amp;nbsp; I posted.&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:24:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714564#M167367</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-05-19T10:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714565#M167368</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;show ip nat translations shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pro Inside global&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside local&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outside global&lt;/P&gt;&lt;P&gt;tcp&amp;nbsp;&amp;nbsp;&amp;nbsp; fa0/0:5555&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; webserver_ip:80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug ip nat crashed my router and i had to restart it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'll post some of my runing config, i will try to remove some of the irelevant info:&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;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto pki trustpoint &lt;NAME&gt;&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt; enrollment selfsigned&lt;/P&gt;&lt;P&gt; serial-number none&lt;/P&gt;&lt;P&gt; ip-address none&lt;/P&gt;&lt;P&gt; revocation-check crl&lt;/P&gt;&lt;P&gt; rsakeypair &lt;NAME&gt;_RSAKey 512&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto pki certificate chain &lt;NAME&gt;&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt; certificate self-signed 01&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;DELETED ceritificate=""&gt;&lt;/DELETED&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN&gt; &lt;/SPAN&gt;quit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&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;&lt;P&gt;crypto isakmp policy 100&lt;/P&gt;&lt;P&gt; encr aes&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt;crypto isakmp key &lt;NAME&gt; address &lt;IP&gt;&lt;/IP&gt;&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;crypto map outside-map 10 ipsec-isakmp &lt;/P&gt;&lt;P&gt; set peer &lt;IP&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt; set transform-set ESP-3DES-MD5 &lt;/P&gt;&lt;P&gt; match address &lt;NAME&gt;&lt;/NAME&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;!&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;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; ip address &lt;IP&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; crypto map outside-map&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description $ES_LAN$&lt;/P&gt;&lt;P&gt; ip address &lt;IP&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt; ip access-group acl_out in&lt;/P&gt;&lt;P&gt; ip nbar protocol-discovery&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; service-policy input SDM-QoS-Policy-1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;IP routes="" here=""&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;no ip http secure-server&lt;/P&gt;&lt;P&gt;ip dns server&lt;/P&gt;&lt;P&gt;ip nat inside source list 122 interface FastEthernet0/0 overload&lt;/P&gt;&lt;P&gt;&lt;MORE working="" nat="" stuff="" here=""&gt;&lt;/MORE&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp &lt;WEBSERVER_IP&gt; 80 interface FastEthernet0/0 5555&lt;/WEBSERVER_IP&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended acl_out&lt;/P&gt;&lt;P&gt; remark SDM_ACL Category=17&lt;/P&gt;&lt;P&gt; permit ip any host &lt;IP&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt; permit tcp host &lt;IP&gt; any eq smtp&lt;/IP&gt;&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; tcp any any eq smtp&lt;/P&gt;&lt;P&gt; permit ip any any&lt;/P&gt;&lt;P&gt;ip access-list extended &lt;NAME&gt;&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt; permit ip &lt;IP&gt; &lt;IP&gt; &lt;WILDCARD&gt;&lt;/WILDCARD&gt;&lt;/IP&gt;&lt;/IP&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;access-list 122 permit ip host &lt;ISA_IP&gt;&lt;/ISA_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:32:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714565#M167368</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T10:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714566#M167369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i tested from outside to connect to fa0/0:5555. the output is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tcp fa0/0:5555&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;WEBSERVER_IP&gt;:80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 92.85.253.180:59626&amp;nbsp;&amp;nbsp; 92.85.253.180:59626&lt;/WEBSERVER_IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aparently NAT works. So what is my problem then? The page requested from outside wasn't displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:42:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714566#M167369</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714567#M167370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; 1. You can access this server via local lan. Right?&amp;nbsp; Please check the server by using &lt;STRONG&gt;"netstat -an"&lt;/STRONG&gt;. Is there connections from 92.85.253.180?&lt;/P&gt;&lt;P&gt; 2. Please post detailed ACL of interesting traffic for crypto map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;HTH,&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 10:45:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714567#M167370</guid>
      <dc:creator>Thotsaphon Lueangwattanaphong</dc:creator>
      <dc:date>2011-05-19T10:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714568#M167371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's all there is to post about cryptomap. The only thing i haven't posted was the map name and the peer ip. Is there anything else you think i haven't posted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;netstat -an doesn't show the request from outside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:00:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714568#M167371</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714569#M167372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the webserver IP on the same subnet as the fa0/1 interface IP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not does the device that routes for the web server have a default route pointing back to this router ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as Toshi suggested, can you post the actual acl details for the crypto map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:11:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714569#M167372</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-05-19T11:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714570#M167373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried disabling firewall on server?&lt;/P&gt;&lt;P&gt;Is the service up on the router&amp;nbsp; netstat -a -p tcp should output port 80 listening&lt;/P&gt;&lt;P&gt;Could you sniff your interface.&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:17:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714570#M167373</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-05-19T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714571#M167374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;fa0/1 is on a diferent subnet than my webserver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layout is basicaly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router-&amp;gt;switch-&amp;gt;ISA server-&amp;gt;switch-&amp;gt;webserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firewall on the webserver is disabled. Port 80 is listening. Maybe my ISA server is blocking the trafic?&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:28:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714571#M167374</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T11:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714572#M167375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;carpovalexandru123 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;fa0/1 is on a diferent subnet than my webserver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The layout is basicaly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router-&amp;gt;switch-&amp;gt;ISA server-&amp;gt;switch-&amp;gt;webserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firewall on the webserver is disabled. Port 80 is listening. Maybe my ISA server is blocking the trafic?&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your ISA server acting as a router then ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the ISA server settings, is it doing any firewalling ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:31:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714572#M167375</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-05-19T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714573#M167376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can look for that possibility.&lt;/P&gt;&lt;P&gt;You can mirror traffic(loca SPAN)&amp;nbsp; coming from isa server to switch port to another port connected to a pc where youinstall a sniffer and see if you have the syn packets.&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:35:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714573#M167376</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-05-19T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714574#M167377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Yes, i am using some policies on ISA but i have a rule in my ISA firewall that basicaly says allow all tcp trafic&amp;nbsp; port 5555 from external/anywhere to webserver_ip for all users.&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:46:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714574#M167377</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T11:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714575#M167378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It should not be TCP/5555.&amp;nbsp; It has to be TCP/80. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:50:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714575#M167378</guid>
      <dc:creator>Thotsaphon Lueangwattanaphong</dc:creator>
      <dc:date>2011-05-19T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714576#M167379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but i'm not sure it should be 80 and not 5555. Anyway, i changed it to http/https/80/5555 just to be sure and include all. Now when i try to connect if i type &lt;FA0&gt;/start.html it doesn't work BUT when i just type fa0/0 ip it says 'It works!'. I guess it's the apache server that replies that. Strange that it says that. It should pop SDM if i only type fa0/0 ip adress.&lt;/FA0&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just geting more confused.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 12:34:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714576#M167379</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T12:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714577#M167380</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;As Toshi said above it must be 80, don't forget you are doing static PAT on your router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;It should pop SDM if i only type fa0/0 ip adress&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Why? as long as you're hitting the router at tcp port 5555 then it will translate to server at port 80 and when you don't specify the page it should go to index..html.&lt;/P&gt;&lt;P&gt;So your port forwarding is now working .&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 12:49:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714577#M167380</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-05-19T12:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714578#M167381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No mate, when i input just fa0/0 ip, without a port number, it says 'It works!'&lt;/P&gt;&lt;P&gt;Typing the port number results in an 'cannot display the page' error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 12:57:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714578#M167381</guid>
      <dc:creator>carpovalexandru123</dc:creator>
      <dc:date>2011-05-19T12:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: NAT inside config problem</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714579#M167382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Now when i try to connect if i type &lt;FA0&gt;/start.html it 
doesn't work BUT when i just type fa0/0 ip it says 'It works!'&lt;/FA0&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;I see no reference to any port&lt;/P&gt;&lt;P&gt;When it says it works can you do&amp;nbsp; sh tcp brief on the router as well as sh ip nat transl and post output&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Typing the port number results in an 'cannot display the page' error&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Which page ? /start.html?&amp;nbsp; Do you still not see connections on port 80 of server with netstat?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you testing from internet or on the LAN?&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;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 13:22:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-inside-config-problem/m-p/1714579#M167382</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-05-19T13:22:26Z</dc:date>
    </item>
  </channel>
</rss>

