<?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: Trouble with NAT in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538968#M149802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you send your conf file or nat inside and outside interfaces configs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 22:36:45 GMT</pubDate>
    <dc:creator>mrdogantr</dc:creator>
    <dc:date>2010-11-18T22:36:45Z</dc:date>
    <item>
      <title>Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538962#M149796</link>
      <description>&lt;P&gt;Goday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some trouble with my NAT-configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my network I have two cameras that i want to be connectable from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet4 overload&lt;BR /&gt;ip nat inside source static 192.168.0.109 121.183.XXX.XXX&lt;BR /&gt;ip nat inside source static 192.168.0.110 121.183.XXX.XXX&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try to use these settings I get warnings in the log about multiple ip addresses ( 192.168.......) and the comunication to the cameras does´nt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Linus&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 18:29:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538962#M149796</guid>
      <dc:creator>Lilleman79</dc:creator>
      <dc:date>2019-03-04T18:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538963#M149797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't have 2 static nats pointing to the same public address unless you specify the protocol/port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 09:59:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538963#M149797</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-11-18T09:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538964#M149798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure, but I think "&lt;SPAN class="content"&gt;ip nat pool&lt;/SPAN&gt;" can work for what you need.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can read about that from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/technologies/tk648/tk361/tk438/technologies_white_paper09186a0080091cb9.html"&gt;http://www.cisco.com/en/US/technologies/tk648/tk361/tk438/technologies_white_paper09186a0080091cb9.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 10:09:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538964#M149798</guid>
      <dc:creator>enkhbat.n</dc:creator>
      <dc:date>2010-11-18T10:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538965#M149799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for example; camera port = tcp 8888&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet4 overload&lt;BR /&gt;ip nat inside source static tcp 192.168.0.109 8888 121.183.XXX.XXX 8888&lt;BR /&gt;ip nat inside source static tcp 192.168.0.110 8888 121.183.XXX.XXX 8889&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if connect 121.183.XXX.XXX 8888&amp;nbsp; --------- answer from 192.168.0.109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if connect 121.183.XXX.XXX 8889&amp;nbsp; --------- answer from 192.168.0.110&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;-----------------------&lt;/DIV&gt;&lt;DIV&gt;hope to help&lt;/DIV&gt;&lt;DIV&gt;Muammer&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 10:34:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538965#M149799</guid>
      <dc:creator>mrdogantr</dc:creator>
      <dc:date>2010-11-18T10:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538966#M149800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, thanks for all the answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface FastEthernet4 overload&lt;BR /&gt;ip nat inside source static tcp 192.168.0.109 121.183.XXX.X21 &lt;BR /&gt;ip nat inside source static tcp 192.168.0.110 121.183.XXX.X22&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;I do have three public ip-addresses that i´m trying to use, so ím not trying to merge the two cameras into one ip-address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My router is a cisco 871, and i´m using cisco cp to configure it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I just follow the guide and let the program write the config file, the lines above is what I get. Shouldn't that be enough??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never the less it doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i have to add these lines? never done this before, but you probably already had figured that out &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if connect 121.183.XXX.XXX 8888&amp;nbsp; --------- answer from 192.168.0.109&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if connect 121.183.XXX.XXX 8889&amp;nbsp; --------- answer from 192.168.0.110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m stuck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Linus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 12:18:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538966#M149800</guid>
      <dc:creator>Lilleman79</dc:creator>
      <dc:date>2010-11-18T12:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538967#M149801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if connect 121.183.XXX.XXX 8888&amp;nbsp; --------- answer from 192.168.0.109&amp;nbsp; if connect 121.183.XXX.XXX 8889&amp;nbsp; --------- answer from 192.168.0.110 &lt;/P&gt;&lt;P&gt;These are not commands,&amp;nbsp; just to demonstrate what effect the previous commands would&amp;nbsp; have.&lt;/P&gt;&lt;P&gt;These are hardware cameras which have their dedicated IP addresses?&lt;/P&gt;&lt;P&gt;if so then you can try this &lt;/P&gt;&lt;P&gt;Try changing the access-list used for dynamic mappings:&lt;/P&gt;&lt;P&gt;no access-list 1&lt;/P&gt;&lt;P&gt;access-list 1 deny&amp;nbsp;&amp;nbsp; host 192.168.0.109&lt;/P&gt;&lt;P&gt;access-list 1 deny host 192.168.0.110&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.0.0 0.0.0.255 &lt;/P&gt;&lt;P&gt;ip nat inside source list 1 interface f0/4 overload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 13:11:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538967#M149801</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-11-18T13:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538968#M149802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you send your conf file or nat inside and outside interfaces configs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 22:36:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538968#M149802</guid>
      <dc:creator>mrdogantr</dc:creator>
      <dc:date>2010-11-18T22:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538969#M149803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 11139 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 15:23:25 PCTime Thu Nov 18 2010 by XXX&lt;/P&gt;&lt;P&gt;! NVRAM config last updated at 13:40:15 PCTime Wed Nov 17 2010 by cisco&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;no service pad&lt;BR /&gt;service tcp-keepalives-in&lt;BR /&gt;service tcp-keepalives-out&lt;BR /&gt;service timestamps debug datetime msec localtime show-timezone&lt;BR /&gt;service timestamps log datetime msec localtime show-timezone&lt;BR /&gt;service password-encryption&lt;BR /&gt;service sequence-numbers&lt;BR /&gt;!&lt;BR /&gt;hostname XXXXXXX&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;security authentication failure rate 3 log&lt;BR /&gt;security passwords min-length 6&lt;BR /&gt;logging message-counter syslog&lt;BR /&gt;logging buffered 51200&lt;BR /&gt;logging console critical&lt;BR /&gt;enable secret 5 $1$HoHN$fuRjhmlQ5TprszWAk/btT1&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default local&lt;BR /&gt;aaa authentication login ciscocp_vpn_xauth_ml_1 local&lt;BR /&gt;aaa authorization exec default local &lt;BR /&gt;aaa authorization network ciscocp_vpn_group_ml_1 local &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;clock timezone PCTime 1&lt;BR /&gt;clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00&lt;BR /&gt;!&lt;BR /&gt;crypto pki trustpoint TP-self-signed-1829044327&lt;BR /&gt;enrollment selfsigned&lt;BR /&gt;subject-name cn=IOS-Self-Signed-Certificate-1829044327&lt;BR /&gt;revocation-check none&lt;BR /&gt;rsakeypair TP-self-signed-1829044327&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto pki certificate chain TP-self-signed-1829044327&lt;BR /&gt;certificate self-signed 01&lt;BR /&gt;&amp;nbsp; 3082024F 308201B8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 &lt;BR /&gt;&amp;nbsp; 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 &lt;BR /&gt;&amp;nbsp; 69666963 6174652D 31383239 30343433 3237301E 170D3032 30333031 30303039 &lt;BR /&gt;&amp;nbsp; 33305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 &lt;BR /&gt;&amp;nbsp; 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 38323930 &lt;BR /&gt;&amp;nbsp; 34343332 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 &lt;BR /&gt;&amp;nbsp; 8100B681 828052B9 2217C287 81B2EBC2 AF9D2C25 131A7B3C D29DFCE5 1F03D50F &lt;BR /&gt;&amp;nbsp; 15A4ED2D 59A02CEF AC2C2B4F EBD35027 EE488A0D B2B3D6C5 6674338D 6AC302A1 &lt;BR /&gt;&amp;nbsp; 4C706481 2ADDE61A 69A07D05 B718F60D E71886BA 3B7BB698 B964504A 678967D3 &lt;BR /&gt;&amp;nbsp; DCBC0155 D19E71DB E4A9EAC2 E131641D D1B774B1 F5B215C2 ABBE7701 40D13C51 &lt;BR /&gt;&amp;nbsp; 95010203 010001A3 77307530 0F060355 1D130101 FF040530 030101FF 30220603 &lt;BR /&gt;&amp;nbsp; 551D1104 1B301982 17796F75 726E616D 652E796F 7572646F 6D61696E 2E636F6D &lt;BR /&gt;&amp;nbsp; 301F0603 551D2304 18301680 149CE370 95778325 AFF90CBB DC74812B 60DD2092 &lt;BR /&gt;&amp;nbsp; 9F301D06 03551D0E 04160414 9CE37095 778325AF F90CBBDC 74812B60 DD20929F &lt;BR /&gt;&amp;nbsp; 300D0609 2A864886 F70D0101 04050003 8181005F AF2494E0 FBC692A2 DE43B867 &lt;BR /&gt;&amp;nbsp; 055A8EBA 7BA47F5E B195556A 057BACEF 192E3145 F8FC17A9 2DFC295A 2346DED8 &lt;BR /&gt;&amp;nbsp; 50216D3E A851DD9E 5EA11125 FE3A8C00 9E588F54 25CEACBF 81AA9B89 B15F3AA8 &lt;BR /&gt;&amp;nbsp; B86E614D B1B10E4F 734B5528 47C74A21 CA8C3052 5589E711 BC1E1A5F AFB762A6 &lt;BR /&gt;&amp;nbsp; 589B04E6 8F511979 217B834A 8D09E644 988A11&lt;BR /&gt;&amp;nbsp;&amp;nbsp; quit&lt;BR /&gt;dot11 syslog&lt;BR /&gt;no ip source-route&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool ccp-pool1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; import all&lt;BR /&gt;&amp;nbsp;&amp;nbsp; network 192.168.0.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; default-router 192.168.0.1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp; dns-server 19X.XXX.XXX.XXX XXX.XXX.XXX.XXX &lt;BR /&gt;&amp;nbsp;&amp;nbsp; lease infinite&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip cef&lt;BR /&gt;no ip bootp server&lt;BR /&gt;ip name-server 19X.XXX.XXX.XXX&lt;BR /&gt;ip name-server 19X.XXX.XXX.XXX&lt;BR /&gt;ip name-server 192.168.0.250&lt;BR /&gt;ip port-map user-ctcp-ezvpnsvr port tcp 10000&lt;BR /&gt;no ipv6 cef&lt;BR /&gt;!&lt;BR /&gt;multilink bundle-name authenticated&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;username XXXXX privilege 15 secret 5 $1$42Ij$KN6ZQBxJ.zmTkoGdZeU5W.&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 1&lt;BR /&gt;encr 3des&lt;BR /&gt;authentication pre-share&lt;BR /&gt;group 2&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp client configuration group&lt;/P&gt;&lt;P&gt;key XX&lt;/P&gt;&lt;P&gt;pool SDM_POOL_1&lt;BR /&gt;crypto isakmp profile ciscocp-ike-profile-1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; match identity group XXX&lt;/P&gt;&lt;P&gt;client authentication list ciscocp_vpn_xauth_ml_1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; isakmp authorization list ciscocp_vpn_group_ml_1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; client configuration address respond&lt;BR /&gt;&amp;nbsp;&amp;nbsp; virtual-template 1&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &lt;BR /&gt;!&lt;BR /&gt;crypto ipsec profile CiscoCP_Profile1&lt;BR /&gt;set transform-set ESP-3DES-SHA &lt;BR /&gt;set isakmp-profile ciscocp-ike-profile-1&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto ctcp port 10000 &lt;BR /&gt;archive&lt;BR /&gt;log config&lt;BR /&gt;&amp;nbsp; hidekeys&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 10&lt;BR /&gt;ip ssh time-out 60&lt;BR /&gt;ip ssh authentication-retries 2&lt;BR /&gt;!&lt;BR /&gt;class-map type inspect match-any SDM_AH&lt;BR /&gt;match access-group name SDM_AH&lt;BR /&gt;class-map type inspect match-any ccp-skinny-inspect&lt;BR /&gt;match protocol skinny&lt;BR /&gt;class-map type inspect match-any ccp-cls-insp-traffic&lt;BR /&gt;match protocol cuseeme&lt;BR /&gt;match protocol dns&lt;BR /&gt;match protocol ftp&lt;BR /&gt;match protocol https&lt;BR /&gt;match protocol icmp&lt;BR /&gt;match protocol imap&lt;BR /&gt;match protocol pop3&lt;BR /&gt;match protocol netshow&lt;BR /&gt;match protocol shell&lt;BR /&gt;match protocol realmedia&lt;BR /&gt;match protocol rtsp&lt;BR /&gt;match protocol smtp extended&lt;BR /&gt;match protocol sql-net&lt;BR /&gt;match protocol streamworks&lt;BR /&gt;match protocol tftp&lt;BR /&gt;match protocol vdolive&lt;BR /&gt;match protocol tcp&lt;BR /&gt;match protocol udp&lt;BR /&gt;class-map type inspect match-all ccp-insp-traffic&lt;BR /&gt;match class-map ccp-cls-insp-traffic&lt;BR /&gt;class-map type inspect match-any SDM_IP&lt;BR /&gt;match access-group name SDM_IP&lt;BR /&gt;class-map type inspect match-all sdm-nat--1&lt;BR /&gt;match access-group 101&lt;BR /&gt;class-map type inspect match-any SDM_ESP&lt;BR /&gt;match access-group name SDM_ESP&lt;BR /&gt;class-map type inspect match-any SDM_EASY_VPN_SERVER_TRAFFIC&lt;BR /&gt;match protocol isakmp&lt;BR /&gt;match protocol ipsec-msft&lt;BR /&gt;match protocol user-ctcp-ezvpnsvr&lt;BR /&gt;match class-map SDM_AH&lt;BR /&gt;match class-map SDM_ESP&lt;BR /&gt;class-map type inspect match-all SDM_EASY_VPN_SERVER_PT&lt;BR /&gt;match class-map SDM_EASY_VPN_SERVER_TRAFFIC&lt;BR /&gt;class-map type inspect match-all sdm-nat--2&lt;BR /&gt;match access-group 102&lt;BR /&gt;class-map type inspect match-any ccp-h323nxg-inspect&lt;BR /&gt;match protocol h323-nxg&lt;BR /&gt;class-map type inspect match-any ccp-cls-icmp-access&lt;BR /&gt;match protocol icmp&lt;BR /&gt;match protocol tcp&lt;BR /&gt;match protocol udp&lt;BR /&gt;class-map type inspect match-any ccp-h225ras-inspect&lt;BR /&gt;match protocol h225ras&lt;BR /&gt;class-map type inspect match-any ccp-h323annexe-inspect&lt;BR /&gt;match protocol h323-annexe&lt;BR /&gt;class-map type inspect match-any ccp-h323-inspect&lt;BR /&gt;match protocol h323&lt;BR /&gt;class-map type inspect match-all ccp-invalid-src&lt;BR /&gt;match access-group 100&lt;BR /&gt;class-map type inspect match-all ccp-icmp-access&lt;BR /&gt;match class-map ccp-cls-icmp-access&lt;BR /&gt;class-map type inspect match-any ccp-sip-inspect&lt;BR /&gt;match protocol sip&lt;BR /&gt;class-map type inspect match-all ccp-protocol-http&lt;BR /&gt;match protocol http&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect ccp-permit-icmpreply&lt;BR /&gt;class type inspect ccp-icmp-access&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class class-default&lt;BR /&gt;&amp;nbsp; pass&lt;BR /&gt;policy-map type inspect sdm-pol-NATOutsideToInside-1&lt;BR /&gt;class type inspect sdm-nat--1&lt;BR /&gt;&amp;nbsp; pass log&lt;BR /&gt;class type inspect sdm-nat--2&lt;BR /&gt;&amp;nbsp; pass log&lt;BR /&gt;class class-default&lt;BR /&gt;&amp;nbsp; pass log&lt;BR /&gt;policy-map type inspect ccp-inspect&lt;BR /&gt;class type inspect ccp-invalid-src&lt;BR /&gt;&amp;nbsp; drop log&lt;BR /&gt;class type inspect ccp-protocol-http&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-insp-traffic&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-sip-inspect&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-h323-inspect&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-h323annexe-inspect&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-h225ras-inspect&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-h323nxg-inspect&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;class type inspect ccp-skinny-inspect&lt;BR /&gt;&amp;nbsp; inspect &lt;BR /&gt;policy-map type inspect ccp-permit&lt;BR /&gt;class type inspect SDM_EASY_VPN_SERVER_PT&lt;BR /&gt;&amp;nbsp; pass&lt;BR /&gt;class class-default&lt;BR /&gt;&amp;nbsp; drop&lt;BR /&gt;policy-map type inspect sdm-permit-ip&lt;BR /&gt;class type inspect SDM_IP&lt;BR /&gt;&amp;nbsp; pass&lt;BR /&gt;class class-default&lt;BR /&gt;&amp;nbsp; drop log&lt;BR /&gt;!&lt;BR /&gt;zone security out-zone&lt;BR /&gt;zone security in-zone&lt;BR /&gt;zone security ezvpn-zone&lt;BR /&gt;zone-pair security ccp-zp-self-out source self destination out-zone&lt;BR /&gt;service-policy type inspect ccp-permit-icmpreply&lt;BR /&gt;zone-pair security sdm-zp-NATOutsideToInside-1 source out-zone destination in-zone&lt;BR /&gt;service-policy type inspect sdm-pol-NATOutsideToInside-1&lt;BR /&gt;zone-pair security ccp-zp-in-out source in-zone destination out-zone&lt;BR /&gt;service-policy type inspect ccp-inspect&lt;BR /&gt;zone-pair security ccp-zp-out-self source out-zone destination self&lt;BR /&gt;service-policy type inspect ccp-permit&lt;BR /&gt;zone-pair security sdm-zp-in-ezvpn1 source in-zone destination ezvpn-zone&lt;BR /&gt;service-policy type inspect sdm-permit-ip&lt;BR /&gt;zone-pair security sdm-zp-out-ezpn1 source out-zone destination ezvpn-zone&lt;BR /&gt;service-policy type inspect sdm-permit-ip&lt;BR /&gt;zone-pair security sdm-zp-ezvpn-out1 source ezvpn-zone destination out-zone&lt;BR /&gt;service-policy type inspect sdm-permit-ip&lt;BR /&gt;zone-pair security sdm-zp-ezvpn-in1 source ezvpn-zone destination in-zone&lt;BR /&gt;service-policy type inspect sdm-permit-ip&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet3&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet4&lt;BR /&gt;description $ES_WAN$$ETH-WAN$$FW_OUTSIDE$&lt;BR /&gt;ip address 212.181.XXX.XX2 255.255.255.248&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;zone-member security out-zone&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Virtual-Template1 type tunnel&lt;BR /&gt;ip unnumbered FastEthernet4&lt;BR /&gt;zone-member security ezvpn-zone&lt;BR /&gt;tunnel mode ipsec ipv4&lt;BR /&gt;tunnel protection ipsec profile CiscoCP_Profile1&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$&lt;BR /&gt;ip address 192.168.0.1 255.255.255.0&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip unreachables&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;ip flow ingress&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;zone-member security in-zone&lt;BR /&gt;ip tcp adjust-mss 1452&lt;BR /&gt;!&lt;BR /&gt;ip local pool SDM_POOL_1 192.168.0.10 192.168.0.20&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 212.181.XXX.XXX&lt;BR /&gt;ip http server&lt;BR /&gt;ip http authentication local&lt;BR /&gt;ip http secure-server&lt;BR /&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip nat inside source list 1 interface FastEthernet4 overload&lt;BR /&gt;ip nat inside source static 192.168.0.109 212.183.XX.XX3&lt;BR /&gt;ip nat inside source static 192.168.0.110 212.183.XX.XX4&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended SDM_AH&lt;BR /&gt;remark CCP_ACL Category=1&lt;BR /&gt;permit ahp any any&lt;BR /&gt;ip access-list extended SDM_ESP&lt;BR /&gt;remark CCP_ACL Category=1&lt;BR /&gt;permit esp any any&lt;BR /&gt;ip access-list extended SDM_IP&lt;BR /&gt;remark CCP_ACL Category=1&lt;BR /&gt;permit ip any any&lt;BR /&gt;!&lt;BR /&gt;logging trap debugging&lt;BR /&gt;access-list 1 remark INSIDE_IF=Vlan1&lt;BR /&gt;access-list 1 remark CCP_ACL Category=2&lt;BR /&gt;access-list 1 permit 192.168.0.0 0.0.0.255&lt;BR /&gt;access-list 100 remark CCP_ACL Category=128&lt;BR /&gt;access-list 100 permit ip host 255.255.255.255 any&lt;BR /&gt;access-list 100 permit ip 127.0.0.0 0.255.255.255 any&lt;BR /&gt;access-list 100 permit ip 212.181.XXX.XX0 0.0.0.7 any&lt;BR /&gt;access-list 101 remark CCP_ACL Category=0&lt;BR /&gt;access-list 101 permit ip any host 192.168.0.109&lt;BR /&gt;access-list 102 remark CCP_ACL Category=0&lt;BR /&gt;access-list 102 permit ip any host 192.168.0.110&lt;BR /&gt;no cdp run&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;banner exec ^C&lt;BR /&gt;! &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;banner login ^CAuthorized access only!&lt;BR /&gt;Disconnect IMMEDIATELY if you are not an authorized user!^C&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;no modem enable&lt;BR /&gt;transport output telnet&lt;BR /&gt;line aux 0&lt;BR /&gt;transport output telnet&lt;BR /&gt;line vty 0 4&lt;BR /&gt;transport input telnet ssh&lt;BR /&gt;!&lt;BR /&gt;scheduler max-task-time 5000&lt;BR /&gt;scheduler allocate 4000 1000&lt;BR /&gt;scheduler interval 500&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Config-file&lt;/P&gt;&lt;P&gt;Regards Linus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 07:17:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538969#M149803</guid>
      <dc:creator>Lilleman79</dc:creator>
      <dc:date>2010-11-19T07:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538970#M149804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you try configuration below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;BR /&gt;description $ES_WAN$$ETH-WAN$$FW_OUTSIDE$&lt;BR /&gt;ip address 212.181.XXX.XX2 255.255.255.248&lt;/P&gt;&lt;P&gt;ip address 212.181.XXX.XX3 255.255.255.255 secondary&lt;/P&gt;&lt;P&gt;ip address 212.181.XXX.XX4 255.255.255.255 secondary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope to help&lt;/P&gt;&lt;P&gt;Muammer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 10:39:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538970#M149804</guid>
      <dc:creator>mrdogantr</dc:creator>
      <dc:date>2010-11-19T10:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with NAT</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538971#M149805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was having this same problem and watching your thread for suggestions.&lt;BR /&gt;I tried to add two addresses similar to how M.D suggested (with mask 255.255.255.255) but I got an error about adding the /32 secondary addresses&lt;/P&gt;&lt;P&gt;I then used a subnet mask that was more appropriate for my network and it worked!&lt;/P&gt;&lt;P&gt;(I also had to add access rule to permit anyone to those additional addresses)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's all the parts I think are important::&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; description to ISP (untrusted)&lt;/P&gt;&lt;P&gt; ip address 77.77.77.250 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ip address 77.77.77.246 255.255.255.240 secondary&lt;/P&gt;&lt;P&gt; ip address 77.77.77.247 255.255.255.240 secondary&lt;/P&gt;&lt;DIV&gt; ip nat outside&lt;/DIV&gt;&lt;DIV&gt; ip access-group 100 in&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description Internal (trusted)&lt;/P&gt;&lt;P&gt; ip address 10.10.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat pool PUBLICIPPOOL 77.77.77.250 77.77.77.250 prefix-length 28&lt;/P&gt;&lt;P&gt;ip nat inside source list permit_local_networks pool PUBLICIPPOOL overload&lt;/P&gt;&lt;DIV&gt;ip nat inside source static 10.10.10.71 77.77.77.246&lt;/DIV&gt;&lt;P&gt;ip nat inside source static 10.10.10.72 77.77.77.247&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;ip access-list standard permit_local_networks&lt;/DIV&gt;&lt;DIV&gt; remark permit all local networks&lt;/DIV&gt;&lt;DIV&gt; permit 10.10.10.0 0.0.0.255&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-group 100 in&lt;/P&gt;&lt;P&gt;access-list 100 remark ACL for outside interface (f0/0 in)&lt;/P&gt;&lt;P&gt;&lt;LOTS of="" stuff="" omitted=""&gt;&lt;/LOTS&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 permit ip any host 77.77.77.246&lt;/P&gt;&lt;P&gt;access-list 100 permit ip any host 77.77.77.247&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 21:00:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/trouble-with-nat/m-p/1538971#M149805</guid>
      <dc:creator>Daniel Bethke</dc:creator>
      <dc:date>2010-11-19T21:00:53Z</dc:date>
    </item>
  </channel>
</rss>

