<?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 - Accessing Website Through Outside Interface in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178320#M284632</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am not clear on what you are asking. Your current configuration looks fine, and all your internal users should be able to access the public IP address of your website. Is that not the case ?&lt;/P&gt;
&lt;P&gt;When you use the FQDN of the website, it will probably first always resolve to the local IP address.&lt;/P&gt;
&lt;P&gt;Can you clarify your question ?&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 07:27:08 GMT</pubDate>
    <dc:creator>Georg Pauwen</dc:creator>
    <dc:date>2017-08-31T07:27:08Z</dc:date>
    <item>
      <title>NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178271#M284627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was hoping for some guidance from someone who can offer any. I am trying to get users to access devices through NAT from the&amp;nbsp;inside using the external interface. I have tried a domainless NAT configuration as well but I am back to what I guess you'd call a more standard NAT as of now. I know DNS plays into this as well so thank you for your help. The windows domain is local.domain.com and main local network is 192.168.10.0. Users get primary DNS server through DHCP which is 192.168.10.2 with 8.8.8.8 as secondary. We are hosting our public website on 192.168.10.5 and we can access the website from the outside fine as I've updated the public DNS records to our ISP IP address and inside as well as long as I point clients to the local IP address. There has to be a way to access the webpage from the inside using the outside IP I would think. Also, concerning ACLs 110 and 111 would adding the statement: [ permit ip 192.168.10.0 0.0.0.255&amp;nbsp;any ]&amp;nbsp;when assigning them to GigabitEthernet0/1 in keep traffic flowing normal? Would I just need to add it to one or both ACLs? If there is anything else in the configuration that looks off feel free to let me know. Thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:04:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178271#M284627</guid>
      <dc:creator>kyle.jones1</dc:creator>
      <dc:date>2019-03-05T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178320#M284632</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am not clear on what you are asking. Your current configuration looks fine, and all your internal users should be able to access the public IP address of your website. Is that not the case ?&lt;/P&gt;
&lt;P&gt;When you use the FQDN of the website, it will probably first always resolve to the local IP address.&lt;/P&gt;
&lt;P&gt;Can you clarify your question ?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:27:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178320#M284632</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-08-31T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178339#M284634</link>
      <description>&lt;P&gt;Right now in the local DNS (Windows server) I have an A record of &lt;A href="http://www.ourdomain.com" target="_blank"&gt;www.ourdomain.com&lt;/A&gt; pointing to 192.168.10.5 and it works, but if I change that record to our public IP or just try to type the public IP into the address bar it will not load the website from the inside. When I type the public IP it asks me to log into the router through http. Everything loads&amp;nbsp;with the website out of the building. Thanks for your assitance.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:56:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178339#M284634</guid>
      <dc:creator>kyle.jones1</dc:creator>
      <dc:date>2017-08-31T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178351#M284635</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;ok, understood.&lt;/P&gt;
&lt;P&gt;Try and change the static NAT entry:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip nat inside source static tcp 192.168.10.5 80 interface GigabitEthernet0/1 80&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip nat inside source static tcp 192.168.10.5 80 x.x.x.x 80 extendable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;where x.x.x.x is the IP address of GigabitEthernet0/1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 08:18:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178351#M284635</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-08-31T08:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178598#M284664</link>
      <description>&lt;P&gt;I tried that and still no luck. I read somewhere that this isn't possible on my router but I do not know how accurate that is. I have a Cisco 1921 IOS router. It is still asking to login to the router through http when I try accesing the webpage using the public IP address.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 18:15:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178598#M284664</guid>
      <dc:creator>kyle.jones1</dc:creator>
      <dc:date>2017-08-31T18:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178617#M284670</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;what is the public IP address of the web site ? I want to try and see if I can access it from the outside...&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 19:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178617#M284670</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-08-31T19:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178619#M284672</link>
      <description>&lt;P&gt;I wet back to domainless NAT again to see if it would work with the extendable added and still no luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All interfaces:&lt;/P&gt;
&lt;P&gt;no ip nat inside/outside&lt;/P&gt;
&lt;P&gt;ip nat enable on all&lt;/P&gt;
&lt;P&gt;ip nat source list 1 interface GigabitEthernet0/1 overload&lt;/P&gt;
&lt;P&gt;no ip nat insidce source list 1 GigabitEthernet0/1 overload&lt;/P&gt;
&lt;P&gt;ip nat source static tcp 192.168.10.5 80 hidden&amp;nbsp;80 extendable&lt;/P&gt;
&lt;P&gt;no ip nat inside source static tcp 192.168.10.5 80 hidden&amp;nbsp;80 extendable&lt;/P&gt;
&lt;P&gt;So on and so on....&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 07:42:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178619#M284672</guid>
      <dc:creator>kyle.jones1</dc:creator>
      <dc:date>2018-01-31T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178626#M284674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;when I type in the IP address, this is what I get:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://okcgcc.com/" target="_blank"&gt;https://okcgcc.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Can you try to change your NAT entry to use port 443 instead of 80 ?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 19:34:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178626#M284674</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-08-31T19:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178640#M284678</link>
      <description>Yeah, I have 443 in there as well. Could having all 3 (80,8080, and 443) be causing the issue?&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 20:02:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178640#M284678</guid>
      <dc:creator>kyle.jones1</dc:creator>
      <dc:date>2017-08-31T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: NAT - Accessing Website Through Outside Interface</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178643#M284679</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;that could be an issue. Try one port (I can connect on 80 and 8080, both get me to&amp;nbsp;&lt;A href="https://okcgcc.com" target="_blank"&gt;https://okcgcc.com&lt;/A&gt;)...&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 20:07:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-accessing-website-through-outside-interface/m-p/3178643#M284679</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-08-31T20:07:52Z</dc:date>
    </item>
  </channel>
</rss>

