<?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 Hi, in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078674#M282636</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried ping the default gateway 217.11.40.106 from different external locations. On some it works and on others it doesn't work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The 192.168.1.1 &amp;nbsp;is the address of lan interface of the modem. The modem gives a dhcp address 192.168.1.x to my interface gigabitethernet0/2 of my router.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It's correct for you ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 09:25:41 GMT</pubDate>
    <dc:creator>khhhhhhhh957</dc:creator>
    <dc:date>2017-02-01T09:25:41Z</dc:date>
    <item>
      <title>Cannot ping public ip after splitting data traffic and voip traffic</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078670#M282632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am usig cisco 2911 with dual WAN connection to the internet (One modem in "dmz mode" with public ip fix, and one modem in "normal mode" with dynamic ip public).I send all voice traffic accross one&amp;nbsp;link and Data traffic to other internet connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Everything in the LAN works. DATA traffic goes through the right path and VOIP too. The problem is that since the external, when I ping my ip address public 217.11.40.106 it does not always respond. Sometimes this answers and sometimes not. And I noticed that everything depends on the external place where I ping it will work or not.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you have any idea of the problem ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In attachment, this is my config router and my schema&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 15:56:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078670#M282632</guid>
      <dc:creator>khhhhhhhh957</dc:creator>
      <dc:date>2019-03-05T15:56:49Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078671#M282633</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you have to default routes and CEF enabled, which means that load balancing is being performed.&lt;/P&gt;
&lt;P&gt;Where does:&lt;/P&gt;
&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.1&lt;/P&gt;
&lt;P&gt;point to ? I don't see a corresponding interface from the same subnet in your router config.&lt;/P&gt;
&lt;P&gt;Also, ypu might want to try route maps for your NAT:&lt;/P&gt;
&lt;P&gt;ip nat inside source route-map DATA interface GigabitEthernet0/1 overload&lt;BR /&gt;!&lt;BR /&gt;route-map DATA permit 10&lt;BR /&gt;match ip address 24&lt;BR /&gt;match interface GigabitEthernet0/1&lt;/P&gt;
&lt;P&gt;ip nat inside source route-map VOICE interface GigabitEthernet0/2 overload&lt;BR /&gt;!&lt;BR /&gt;route-map VOICE permit 10&lt;BR /&gt;match ip address 25&lt;BR /&gt;match interface GigabitEthernet0/2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 12:06:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078671#M282633</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-01-31T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078672#M282634</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much for your reply !&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The route ip route 0.0.0.0 0.0.0.0 192.168.1.1&amp;nbsp;points to the voice modem interface. It's correct ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:28:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078672#M282634</guid>
      <dc:creator>khhhhhhhh957</dc:creator>
      <dc:date>2017-01-31T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078673#M282635</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;from where are you pinging the default gateway&amp;nbsp;217.11.40.106 when it doesn't respond ?&lt;/P&gt;
&lt;P&gt;Which interface is 192.168.1.1 connected to ? That is, which interface is the voice modem connected to ?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:57:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078673#M282635</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-01-31T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078674#M282636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried ping the default gateway 217.11.40.106 from different external locations. On some it works and on others it doesn't work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The 192.168.1.1 &amp;nbsp;is the address of lan interface of the modem. The modem gives a dhcp address 192.168.1.x to my interface gigabitethernet0/2 of my router.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It's correct for you ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078674#M282636</guid>
      <dc:creator>khhhhhhhh957</dc:creator>
      <dc:date>2017-02-01T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078675#M282637</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;when I ping the IP address with the default of 1500, I don't get a response. Try to ping with 1472:&lt;/P&gt;
&lt;P&gt;C:\windows\system32&amp;gt;&lt;STRONG&gt;ping -l 1472 217.11.40.106 -f&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Pinging 217.11.40.106 with 1472 bytes of data:&lt;BR /&gt;Reply from 217.11.40.106: bytes=1472 time=42ms TTL=245&lt;BR /&gt;Reply from 217.11.40.106: bytes=1472 time=42ms TTL=245&lt;/P&gt;
&lt;P&gt;Ping statistics for 217.11.40.106:&lt;BR /&gt; Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),&lt;BR /&gt;Approximate round trip times in milli-seconds:&lt;BR /&gt; Minimum = 42ms, Maximum = 42ms, Average = 42ms&lt;BR /&gt;Control-C&lt;BR /&gt;^C&lt;BR /&gt;C:\windows\system32&amp;gt;&lt;STRONG&gt;ping -l 1474 217.11.40.106 -f&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Pinging 217.11.40.106 with 1474 bytes of data:&lt;BR /&gt;Packet needs to be fragmented but DF set.&lt;BR /&gt;Packet needs to be fragmented but DF set.&lt;/P&gt;
&lt;P&gt;Ping statistics for 217.11.40.106:&lt;BR /&gt; Packets: Sent = 2, Received = 0, Lost = 2 (100% loss),&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:30:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078675#M282637</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-02-01T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078676#M282638</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Currently I haven't connected the gigabitethernet0/2 interface to the modem. I'll do it this weekend. I just wanted to be sure that when I do it will work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:16:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078676#M282638</guid>
      <dc:creator>khhhhhhhh957</dc:creator>
      <dc:date>2017-02-01T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078677#M282639</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;just to be sure, when you say you ping from an external location,do you mean the public Internet ? That is, which source IP are you pinging from ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:16:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078677#M282639</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-02-01T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078678#M282640</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I say that I ping from the outside, is that I am in another network and another provider than the 217.11.40.106&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 13:09:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078678#M282640</guid>
      <dc:creator>khhhhhhhh957</dc:creator>
      <dc:date>2017-02-02T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078679#M282641</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;can you ping the sites when you use the lower packet size ?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 15:50:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078679#M282641</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-02-02T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078680#M282642</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried the command no ip cef, but when I do that, I can no longer ping 8.8.8.8 from the lan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 10:56:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/cannot-ping-public-ip-after-splitting-data-traffic-and-voip/m-p/3078680#M282642</guid>
      <dc:creator>khhhhhhhh957</dc:creator>
      <dc:date>2017-02-03T10:56:05Z</dc:date>
    </item>
  </channel>
</rss>

