<?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: weird nat problem ???!!!! in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182886#M1066198</link>
    <description>&lt;P&gt;what can i do to fix this problem?????&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2017 09:17:47 GMT</pubDate>
    <dc:creator>baraa272</dc:creator>
    <dc:date>2017-09-12T09:17:47Z</dc:date>
    <item>
      <title>weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182873#M1066193</link>
      <description>&lt;P&gt;hi everyone of the community&lt;/P&gt;&lt;P&gt;today i stumbled upon such a weird and annoying nat problem&lt;/P&gt;&lt;P&gt;simply i have two networks and theres eigrp applied&lt;/P&gt;&lt;P&gt;and i can ping any computer within the 2 networks&lt;/P&gt;&lt;P&gt;the problem appeared when i started applying NAT&lt;/P&gt;&lt;P&gt;first when i applied the PAT on "ppp" the nat works and i still can ping&lt;/P&gt;&lt;P&gt;then when i applied PAT on "mikrotik"&lt;/P&gt;&lt;P&gt;then i lost the ability to ping any computer within the 2 networks&lt;/P&gt;&lt;P&gt;heres config 'MIKROTIK"&lt;/P&gt;&lt;P&gt;Building configuration...&lt;BR /&gt;&lt;BR /&gt;Current configuration : 1401 bytes&lt;BR /&gt;!&lt;BR /&gt;version 15.1&lt;BR /&gt;no service timestamps log datetime msec&lt;BR /&gt;no service timestamps debug datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname mikrotik&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip dhcp excluded-address 192.168.88.1 192.168.88.10&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool pp.ps&lt;BR /&gt;&amp;nbsp;network 192.168.88.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;default-router 192.168.88.1&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;license udi pid CISCO2911/K9 sn FTX15241P58&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode pvst&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;ip address 192.168.88.1 255.255.255.0&lt;BR /&gt;&amp;nbsp;ip nat inside&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt;&amp;nbsp;ip address 85.64.25.11 255.255.0.0&lt;BR /&gt;&amp;nbsp;ip nat outside&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/2/0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/2/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;router eigrp 1&lt;BR /&gt;&amp;nbsp;network 85.64.0.0 0.0.255.255&lt;BR /&gt;&amp;nbsp;network 192.168.88.0&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;ip nat inside source list 1 interface Serial0/0/0 overload&lt;BR /&gt;ip classless&lt;BR /&gt;!&lt;BR /&gt;ip flow-export version 9&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.168.88.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;!&lt;BR /&gt;line aux 0&lt;BR /&gt;!&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;login&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&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;config "ppp"&lt;/P&gt;&lt;P&gt;Building configuration...&lt;BR /&gt;&lt;BR /&gt;Current configuration : 1218 bytes&lt;BR /&gt;!&lt;BR /&gt;version 15.1&lt;BR /&gt;no service timestamps log datetime msec&lt;BR /&gt;no service timestamps debug datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname ppp&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip cef&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;license udi pid CISCO2911/K9 sn FTX152468BI&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;spanning-tree mode pvst&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;&amp;nbsp;ip nat inside&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt;&amp;nbsp;ip address 85.64.25.15 255.255.0.0&lt;BR /&gt;&amp;nbsp;ip nat outside&lt;BR /&gt;&amp;nbsp;clock rate 64000&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1/1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;clock rate 2000000&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;router eigrp 1&lt;BR /&gt;&amp;nbsp;network 85.64.0.0 0.0.255.255&lt;BR /&gt;&amp;nbsp;network 192.168.1.0&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;ip nat inside source list 1 interface Serial0/0/0 overload&lt;BR /&gt;ip classless&lt;BR /&gt;!&lt;BR /&gt;ip flow-export version 9&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.168.1.0 0.0.0.255&lt;BR /&gt;ip access-list standard nat&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;!&lt;BR /&gt;line aux 0&lt;BR /&gt;!&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;login&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS.ROUTERS can ping any client but clients cant ping&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/775i0B0FBCD2C39234C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:17:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182873#M1066193</guid>
      <dc:creator>baraa272</dc:creator>
      <dc:date>2020-02-21T14:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182883#M1066195</link>
      <description>&lt;P&gt;This is beacuse of asymetric NAT issue.&lt;BR /&gt;Kindly note that PAT is use to NAT the source for outbound connection.&lt;BR /&gt;Here in this case you are intiating connection from mikrotik loaction to ppplocation for ppp its inbound connection and that PAT on ppp router create asyemtric nat issue.&lt;/P&gt;&lt;P&gt;Lets consider PC1 behind mikrotik has IP address 192.168.88.10 and PC4 behind PPP has IP 192.168.1.10&lt;/P&gt;&lt;P&gt;So PC1 ping to PC2 that is Source: 192.168.88.10 destination: 192.168.1.10&lt;/P&gt;&lt;P&gt;on router mikrotik beacuse of PAT rule source getting NAT for outbound connection so now Source: 85.64.25.11 destination: 192.168.1.10&lt;/P&gt;&lt;P&gt;But on router PPP the connection is inbound so it will ignore the PAT and Source: 85.64.25.11 destination: 192.168.1.10.&lt;/P&gt;&lt;P&gt;So packet reaches to PC4 and it send ICMP reply back to PC1 now here source is Source: 192.168.1.10 destination: 85.64.25.11.&lt;/P&gt;&lt;P&gt;on router PPP baecause of PAT rule source getting NAT for outbound connection so now Source:85.64.25.15 destination: 85.64.25.11.&lt;/P&gt;&lt;P&gt;But the router mikrotik expecting icmp reply from source IP 192.168.1.10 and not from 85.64.25.15&lt;/P&gt;&lt;P&gt;192.168.88.x --&amp;gt;85.64.25.11&lt;/P&gt;&lt;P&gt;ppp&lt;BR /&gt;192.168.1.y --&amp;gt;85.64.25.15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan (CCIE#52104)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly Rate for helpful post&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 09:13:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182883#M1066195</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2017-09-12T09:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182886#M1066198</link>
      <description>&lt;P&gt;what can i do to fix this problem?????&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 09:17:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182886#M1066198</guid>
      <dc:creator>baraa272</dc:creator>
      <dc:date>2017-09-12T09:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182896#M1066199</link>
      <description>&lt;P&gt;Also I noticed you used same subnet&amp;nbsp;&lt;SPAN&gt;85.64.0.0/16 on outside interface on both router you can split the subnet into two and use&amp;nbsp;85.64.0.0/17&amp;nbsp;on&amp;nbsp;mikrotik router outside interface and&amp;nbsp;85.64.128.0/17 on ppp router outside interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For NAT you can use static host to host nat instead on PAT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;on router&amp;nbsp;&amp;nbsp;mikrotik&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip nat inside source static &amp;lt;PC1 IP address&amp;gt;&amp;nbsp;85.64.0.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;on router &amp;nbsp;PPP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip nat inside source static &amp;lt;PC4 IP address&amp;gt;&amp;nbsp;85.64.128.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this will help you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 09:44:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182896#M1066199</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2017-09-12T09:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182901#M1066201</link>
      <description>&lt;P&gt;using static not a solution!&lt;/P&gt;&lt;P&gt;i want the 2 networks to be behind NAT with 1 address&lt;/P&gt;&lt;P&gt;192.168.1.0 &amp;gt;&amp;gt;&amp;gt;&amp;gt; ppp router ip address&lt;/P&gt;&lt;P&gt;192.168.88.0 &amp;gt;&amp;gt;&amp;gt;&amp;gt; mikrotik ip address&lt;/P&gt;&lt;P&gt;and i want a real solution for this problem!&lt;/P&gt;&lt;P&gt;does cisco routers cant do that????? like cheap home/office routers!!!???&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 09:53:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182901#M1066201</guid>
      <dc:creator>baraa272</dc:creator>
      <dc:date>2017-09-12T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182908#M1066203</link>
      <description>&lt;P&gt;What you really want to achive.Cisco router can do that and home router dont allow any inbound connections.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 10:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182908#M1066203</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2017-09-12T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182918#M1066205</link>
      <description>&lt;P&gt;if you own tp link router with RIP you can easily apply nat&amp;nbsp;&lt;/P&gt;&lt;P&gt;so can you tell me how i can fix this problem in packet tracer or at least how i can do that ????!!!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 10:51:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3182918#M1066205</guid>
      <dc:creator>baraa272</dc:creator>
      <dc:date>2017-09-12T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: weird nat problem ???!!!!</title>
      <link>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3183326#M1066206</link>
      <description>&lt;P&gt;You can do the PAT as you alreday did but you will not able to ping the end to end IP address.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 01:49:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/weird-nat-problem/m-p/3183326#M1066206</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2017-09-13T01:49:00Z</dc:date>
    </item>
  </channel>
</rss>

