<?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: No Internet Access? in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014708#M328084</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;Mapped ip subnet/range&lt;/STRONG&gt; in the picture needs to be the object used for the wan public ip addressing and not the other lan subnet&lt;/P&gt;
&lt;P&gt;I think you would already have an object created for this public ip address/range, if not then create one if so then just append that to the the&amp;nbsp; &lt;STRONG&gt;Mapped ip subnet/range&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2020 15:17:15 GMT</pubDate>
    <dc:creator>paul driver</dc:creator>
    <dc:date>2020-01-20T15:17:15Z</dc:date>
    <item>
      <title>No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010204#M327649</link>
      <description>&lt;P&gt;I have a test lab environment at home. I have one Cisco 1841 router and a Zyxel Zywall USG 20.&lt;/P&gt;&lt;P&gt;The Zywall connects to my ISP. The Cisco router is behind that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Zywall is on the 10.10.10.0/24 network (10.10.10.1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Router setup:&lt;/P&gt;&lt;P&gt;-fa0/0 10.10.10.254 255.255.255.0 (directly connected to my Zywall)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-no shut&lt;/P&gt;&lt;P&gt;-fa0/1 10.10.11.254 255.255.255.0 (directly connected to my laptop)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-no shut&lt;/P&gt;&lt;P&gt;-No routing protocols are configured on this router (eigrp, rip, ospf, etc...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why can't I get out to the internet with my laptop directly connected to the router with static IP of 10.10.11.1/24?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 02:33:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010204#M327649</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-13T02:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010209#M327652</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you probably need to configure NAT on your Cisco router. Add the below to your configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;
&lt;P&gt;ip nat outside&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;
&lt;P&gt;ip nat inside&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;access-list 1 permit 10.10.11.0 0.0.0.255&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;ip route 0.0.0.0 0.0.0.0 FastEthernet0/0&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 02:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010209#M327652</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-01-13T02:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010326#M327672</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/986920"&gt;@keithhampshire&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Router setup:&lt;/P&gt;
&lt;P&gt;-fa0/0 10.10.10.254 255.255.255.0 (directly connected to my Zywall)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-no shut&lt;/P&gt;
&lt;P&gt;-fa0/1 10.10.11.254 255.255.255.0 (directly connected to my laptop)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-no shut&lt;/P&gt;
&lt;P&gt;Why can't I get out to the internet with my laptop directly connected to the router with static IP of 10.10.11.1/24?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Probably because the Fw isn't aware of the 10.10.11.0/24 subnet, you need to add a static route on the FW for that subnet to point towards the rtr and also add this subnet to the NAT FW rule.&lt;BR /&gt;&lt;BR /&gt;Alternatively you can perform NAT on the rtr just for that subnet as stated by &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/162085"&gt;@Georg Pauwen&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 09:04:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010326#M327672</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-13T09:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010330#M327674</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/162085"&gt;@Georg Pauwen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip route 0.0.0.0 0.0.0.0 FastEthernet0/0&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #58585b; cursor: text; font-family: inherit; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.7142; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: #58585b; cursor: text; display: inline; float: none; font-family: inherit; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.7142; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; Georg&lt;/SPAN&gt; - Specifying a more of a specific static route to would cut down on unnecessary arp requests&lt;/SPAN&gt;&lt;BR style="box-sizing: border-box; color: #58585b; font-family: CiscoSans,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #58585b; cursor: text; font-family: inherit; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.7142; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;ip route 0.0.0.0 0.0.0.0 fa0/0 &lt;/SPAN&gt;&lt;STRONG style="box-sizing: border-box; color: #58585b; font-family: CiscoSans,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;10.10.10.1&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 09:13:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4010330#M327674</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-13T09:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4011530#M327765</link>
      <description>&lt;P&gt;Isn't NAT for routing internal private IP address out to the internet (Public IP address)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why would I use NAT when I'm using private IP addresses on both sides of the router? Remember my FireWall is facing the internet and then my router is behind that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can ping both sides of the router 10.10.11.254/24 and 10.10.10.254/24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't ping the firewall 10.10.10.1/24&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 21:55:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4011530#M327765</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-14T21:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4011536#M327768</link>
      <description>&lt;P&gt;There are at least 2 probable issues that may be causing your problem:&lt;/P&gt;
&lt;P&gt;1) the firewall is probably not aware of the subnet where your PC is connected. It needs a route to that subnet. Or you need to configure nat so that the PC address looks like part of the subnet connecting the firewall and your router.&lt;/P&gt;
&lt;P&gt;2) the firewall is probably not configured to perform address translation for the address of your PC. If you choose to add a route on the firewall for the subnet of your PC then you also need to add address translation for that subnet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 22:02:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4011536#M327768</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2020-01-14T22:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4011555#M327772</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/986920"&gt;@keithhampshire&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Isn't NAT for routing internal private IP address out to the internet (Public IP address)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why would I use NAT when I'm using private IP addresses on both sides of the router? Remember my FireWall is facing the internet and then my router is behind that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;No it isn't&lt;/STRONG&gt; - It sounds like your FW is natting on&amp;nbsp;10.10.10.254/24 ONLY. &lt;BR /&gt;Regards your fw its ONLY aware of its lan facing subnet (10.10.10.254/24) which is the rtrs wan facing interface&lt;BR /&gt;It is most probably as i stated before unaware of that rtrs own lan facing subnet (10.10.11.254/24) So you need to do either of those 2 options suggested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) On the FW - add a static route to point to its lan facing interface (the rtrs wan interface) and its ip address and then append its existing nat ruling to incorporate the rtr lan subnet 10.10.11.0/24&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;2) On the rtr apply nat&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/162085"&gt;@Georg Pauwen&lt;/a&gt;&amp;nbsp;suggested&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 22:35:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4011555#M327772</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-14T22:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4012308#M327849</link>
      <description>&lt;P&gt;Getting closer... I can almost taste it!&lt;/P&gt;&lt;P&gt;After adding the static route to the new subnet (10.10.11.0/24) in the Firwall, I'm able to PING the Firewall's private (internal) IP address from my laptop. I still need to setup NAT for the 10.10.11.0/24 network in the Firewall.&lt;/P&gt;&lt;P&gt;I've never done this before on the Zywall USG 20. I'm not sure of the terms it's asking me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zywall.JPG" style="width: 698px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/65133i176D915BA0942DA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="zywall.JPG" alt="zywall.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 02:31:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4012308#M327849</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-16T02:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4012418#M327854</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you need to create a new object for the 10.10.11.0/24 network and select that from the drop down list:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.zyxel.eu/hc/en-us/articles/360001390934-NAT-Rule-Configuration-on-a-USG-Port-Forwarding-" target="_blank"&gt;https://support.zyxel.eu/hc/en-us/articles/360001390934-NAT-Rule-Configuration-on-a-USG-Port-Forwarding-&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you configure the NAT on the 1841, you don't need to add anything on the Zyxel except a static route to the 10.10.11.0/24 network, so that is probably the easier option.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 08:11:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4012418#M327854</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-01-16T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013132#M327894</link>
      <description>&lt;P&gt;I followed your NAT directions to a "T" but I'm still not able to get out to the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 02:27:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013132#M327894</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-17T02:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013214#M327899</link>
      <description>&lt;P&gt;looking at your post&lt;BR /&gt;try the following:&lt;/P&gt;
&lt;P&gt;1)click on &lt;STRONG&gt;many:1 nat&lt;/STRONG&gt;&lt;BR /&gt;2) rule name -&lt;STRONG&gt; rtr-nat&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;3) incoming interface = &lt;STRONG&gt;wan&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;4) Original/mapped ip range -&amp;nbsp; &lt;STRONG&gt;need to create an object&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;5) create object -&amp;nbsp; = name &lt;STRONG&gt;rtr1 subnet&lt;/STRONG&gt; start 10.10.11.1 end ip - 10.10.11.254&lt;/P&gt;
&lt;P&gt;6) create object -&amp;nbsp; = name &lt;STRONG&gt;wan&amp;nbsp;subnet&lt;/STRONG&gt; start 1.1.1.1 end ip - 1.1.1.1&amp;nbsp; ( public ip address)&lt;/P&gt;
&lt;P&gt;7) original ip range =&amp;nbsp;&lt;STRONG&gt;rtr1 subnet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; mapped ip range =&amp;nbsp;&lt;STRONG&gt;wan&amp;nbsp;subnet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;9) port mapping type = &lt;STRONG&gt;any&lt;BR /&gt;&lt;/STRONG&gt;10) &lt;STRONG&gt;enable rule&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:14:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013214#M327899</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-17T07:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013230#M327901</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with the 1841 configured for NAT, can you ping the 10.10.11.0 network from the Zyxel ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be sure you configured it correctly, post the amended configuration of the 1841 again including the NAT part.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 08:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013230#M327901</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-01-17T08:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013823#M327947</link>
      <description>&lt;P&gt;I can not PING the 10.10.11.0/24 (.254 or .1) network from a workstation that is on the 10.10.10.0/24 network. I can PING the FW (10.10.10.1) from a workstation that is on the 10.10.11.0/24.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets recap my setup in case we have some new viewers tuning in.&lt;/P&gt;&lt;P&gt;My setup so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have a internet facing Firewall (Zywall USG 20) w/ a LAN IP of 10.10.10.1/24.&lt;/LI&gt;&lt;LI&gt;I also have a Cisco 1841 route connected to the Firewall w/ a IP 10.10.10.254/24. The other network is 10.10.11.0/24&lt;/LI&gt;&lt;LI&gt;I have a static route on the Firewall pointing to the 10.10.11.0/24 using the port that has the IP 10.10.10.254&lt;/LI&gt;&lt;LI&gt;I have NAT setup on the Cisco 1841 w/ an access list allowing the 10.10.11.0/24 to go to the 10.10.10.0/24 network&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What else is there to do?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 01:43:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013823#M327947</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-18T01:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013860#M327950</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you must be missing something basic, post the full config of the 1841 again as it is currently configured.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 08:16:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013860#M327950</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-01-18T08:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013955#M327962</link>
      <description>&lt;P&gt;There has been some discussion about configuring the firewall to translate the addresses for network 10.10.11.0 (and to route to that network) and in some respects I consider this to be the more traditional and better solution. But there has also been discussion about configuring the 1841 to translate the 10.10.11.0 addresses and I believe that this is the approach currently being attempted by the original poster. (please correct me if I am not correct about that)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the 1841 is correctly translating addresses for traffic originated in 10.10.11.0 using the router address in 10.10.10.0 then the firewall should not see anything from 10.10.11.0 and therefore has no need of translation or routing for that subnet. If traffic from that subnet is not working then it suggests that the address translation is not correctly configured. I agree that it would be very helpful to see the complete current running config.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 17:07:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4013955#M327962</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2020-01-18T17:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014172#M328014</link>
      <description>&lt;P&gt;Here is my running config on the Cisco 1841.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also just to add a note, I can PING the WAN side of the Zywall (Public IP address) from the 10.10.11.0/24 network. I'm getting closer I just don't know what I'm missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R1#sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 1141 bytes&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname R1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;enable secret 5 $1$OUBD$XFT4F6CbXxRlBO1bhKVAR0&lt;BR /&gt;!&lt;BR /&gt;no aaa new-model&lt;BR /&gt;!&lt;BR /&gt;resource policy&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;ip address 10.10.10.254 255.255.255.0&lt;BR /&gt;ip nat outside&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;ip address 10.10.11.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;no fair-queue&lt;BR /&gt;!&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 FastEthernet0/0&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet0/0 overload&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 10.10.11.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;banner motd ^C&lt;BR /&gt;##########################################################&lt;/P&gt;&lt;P&gt;UNAUTHERIZED ACCESS TO THIS ROUTER IS PROHIBITED!!!&lt;/P&gt;&lt;P&gt;##########################################################&lt;BR /&gt;^C&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;password Password123&lt;BR /&gt;logging synchronous&lt;BR /&gt;login&lt;BR /&gt;line aux 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;R1#&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 15:20:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014172#M328014</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-19T15:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014179#M328017</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like now after adding a static route on that FW you now have reachabilty to the 10.10.11.0/24 so&amp;nbsp; If your are natting on the Zywall then you dont need nat on the rtr1 so remove it let the Zywall fw to this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You just now need to create a nat rule for that subnet 10.10.110/24 on the FW as explained before and you should be good to go.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 15:26:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014179#M328017</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-19T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014184#M328018</link>
      <description>&lt;P&gt;I deleted this one post because I did not want it to confuse people viewing this thread. It was a duplicate post on the Route's running configurations.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 16:20:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014184#M328018</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-20T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014650#M328080</link>
      <description>&lt;P&gt;Last time I made these settings it brought down the 10.10.10.0/24 network.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nat_many_11-subnet.JPG" style="width: 702px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/65477iFBD8A19A8E8B3D18/image-size/large?v=v2&amp;amp;px=999" role="button" title="nat_many_11-subnet.JPG" alt="nat_many_11-subnet.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 13:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014650#M328080</guid>
      <dc:creator>keithhampshire</dc:creator>
      <dc:date>2020-01-20T13:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: No Internet Access?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014708#M328084</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;Mapped ip subnet/range&lt;/STRONG&gt; in the picture needs to be the object used for the wan public ip addressing and not the other lan subnet&lt;/P&gt;
&lt;P&gt;I think you would already have an object created for this public ip address/range, if not then create one if so then just append that to the the&amp;nbsp; &lt;STRONG&gt;Mapped ip subnet/range&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:17:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/no-internet-access/m-p/4014708#M328084</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-01-20T15:17:15Z</dc:date>
    </item>
  </channel>
</rss>

