<?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 destination with rotary pool not work in Cisco ISR 4331 in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319167#M349323</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/1180987"&gt;@madmongoose&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 netmask 255.255.255.0 type rotary&lt;BR /&gt;ip nat inside source list &lt;STRONG&gt;ais-nat&lt;/STRONG&gt; interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list &lt;STRONG&gt;ais-acl-mail&lt;/STRONG&gt; pool ais-pool-mail&lt;/P&gt;
&lt;P&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;permit tcp any host x.x.x.x eq www&lt;BR /&gt;permit tcp any host x.x.x.x eq 443&lt;BR /&gt;permit tcp any host x.x.x.x eq smtp&lt;BR /&gt;permit tcp any host x.x.x.x eq 465&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Okay I think we got lost somewhere but now i believe we are on the same lines.&lt;BR /&gt;&lt;BR /&gt;Now regards your nat configuration, I see two acls for nat, one performing PAT for the whole lan and one for NAT load balancing.&lt;/P&gt;
&lt;P&gt;As a test can you deny the hosts that are being stated in acl &lt;STRONG&gt;ais-nat&lt;/STRONG&gt;-&lt;STRONG&gt;mail&lt;/STRONG&gt; from&lt;STRONG&gt; acl ais-nat &lt;/STRONG&gt;making sure the deny ace's are above the permit aces statement&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip access-list extended ais-nat&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1 deny tcp host x.x.x.x any&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2 deny tcp host x.x.x.y any&lt;/EM&gt;&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 09:22:56 GMT</pubDate>
    <dc:creator>paul driver</dc:creator>
    <dc:date>2021-04-06T09:22:56Z</dc:date>
    <item>
      <title>Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318387#M349236</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We have finally replaced the old Cisco 2851 on the more recent Cisco 4331. The config from the old 2851 was&amp;nbsp;successful moved to 4331 except for one moment. Rotary nat was used to load balance external connections to internal mail servers on 2851, but it didn't work on the new 4331.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ambiguous command: "ip nat inside destination list 100 pool pool-mail"&lt;/P&gt;&lt;P&gt;This is nat related config from Cisco 2851:&lt;BR /&gt;ip nat pool pool-mail 10.10.10.11 10.10.10.12 netmask 255.255.255.0 type rotary&lt;BR /&gt;ip nat inside source list acl-nat interface GigabitEthernet0/0 overload&lt;BR /&gt;ip nat inside destination list 100 pool-mail&lt;BR /&gt;access-list 100 permit tcp any host 100.100.100.100 eq www&lt;BR /&gt;access-list 100 permit tcp any host 100.100.100.100 eq 443&lt;BR /&gt;access-list 100 permit tcp any host 100.100.100.100 eq smtp&lt;/P&gt;&lt;P&gt;This from Cisco 4331:&lt;BR /&gt;ip nat pool pool-mail 10.10.10.11 10.10.10.12 netmask 255.255.255.0 type rotary&lt;BR /&gt;ip nat inside source list acl-nat interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip access-list extended 100&lt;BR /&gt;&amp;nbsp; permit tcp any host 100.100.100.100 eq www&lt;BR /&gt;&amp;nbsp; permit tcp any host 100.100.100.100 eq 443&lt;BR /&gt;&amp;nbsp; permit tcp any host 100.100.100.100 eq smtp&lt;BR /&gt;When I try setup nat destination, I see this "Ambiguous command: "ip nat inside destination list 100 pool pool-mail"&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-16-8/nat-xe-16-8-book/iadnat-addr-consv.html?bookSearch=true" target="_self"&gt;I read docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But example did't work:&lt;/P&gt;&lt;P&gt;ip nat pool real-hosts 192.168.15.2 192.168.15.15 prefix-length 28 type rotary&lt;BR /&gt;access-list 2 permit 192.168.15.1&lt;BR /&gt;ip nat inside destination list 2 pool real-hosts&lt;BR /&gt;interface gigabitethernet 0/0/0&lt;BR /&gt;ip address 192.168.15.129 255.255.255.240&lt;BR /&gt;ip nat inside&lt;BR /&gt;interface serial 0&lt;BR /&gt;ip address 192.168.15.17 255.255.255.240&lt;BR /&gt;ip nat outside&lt;/P&gt;&lt;P&gt;rt-01(config)#$s 192.168.15.2 192.168.15.15 prefix-length 28 type rotary&lt;BR /&gt;rt-01(config)#access-list 2 permit 192.168.15.1&lt;BR /&gt;rt-01(config)#ip nat inside destination list 2 pool real-hosts&lt;BR /&gt;% Ambiguous command: "ip nat inside destination list 2 pool real-hosts"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Cisco ISR 4331 HSECK9 Version 16.9.7 Fuji&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Community, please help.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 21:42:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318387#M349236</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-04T21:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318392#M349237</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the output that you've pasted you are using the command:&lt;/P&gt;&lt;PRE&gt;ip nat inside destination list 2 pool real-hosts&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;However in the documentation the command looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;ip nat inside destination-list 2 pool real-hosts&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;So try with "destination-list" instead of "destination list"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 20:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318392#M349237</guid>
      <dc:creator>kubn2</dc:creator>
      <dc:date>2021-04-04T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318400#M349238</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-05 at 00.35.06.png" style="width: 691px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/108110iBEA92A9969653CD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-04-05 at 00.35.06.png" alt="Screen Shot 2021-04-05 at 00.35.06.png" /&gt;&lt;/span&gt;Thank you for answer. This is example from Cisco Configuring NAT for isr 4300 Fuji firmware. My config above. But I try this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enter configuration commands, one per line. End with CNTL/Z.&lt;BR /&gt;rt-01(config)# ip nat pool real-hosts 192.168.15.2 192.168.15.15 prefix-length 28 type rotary&lt;BR /&gt;rt-01(config)#access-list 2 permit 192.168.15.1&lt;BR /&gt;rt-01(config)#ip nat inside destination-list 2 pool real-hosts&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;BR /&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rt-01(config)#ip nat inside destination list 2 ?&lt;BR /&gt;redundancy NAT redundancy operation&lt;BR /&gt;&amp;lt;cr&amp;gt; &amp;lt;cr&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 21:40:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318400#M349238</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-04T21:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318422#M349240</link>
      <description>&lt;P&gt;try this post :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/routing/forward-range-ports-for-few-hosts-in-isr4331/td-p/3316899" target="_blank"&gt;https://community.cisco.com/t5/routing/forward-range-ports-for-few-hosts-in-isr4331/td-p/3316899&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;still an issue please post-show&lt;STRONG&gt;&amp;nbsp;version&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 23:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318422#M349240</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-04-04T23:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318561#M349246</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;It seems you are not running the correct software or license to support the load balancing, have you tried upgrading the router?&lt;BR /&gt;Also regards your configuration&amp;nbsp; you are currently including the broadcast address for the subnet in the nat pool..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;192.168.15.2 192.168.15.&lt;STRONG&gt;15&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;it should be&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;192.168.15.2 192.168.15.&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 08:29:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318561#M349246</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-04-05T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318565#M349247</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/15810"&gt;@paul&lt;/a&gt; - Good catch..&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 08:32:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318565#M349247</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-04-05T08:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318586#M349249</link>
      <description>&lt;P&gt;Thank you for answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, named ACL passed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the work config:&lt;/P&gt;&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 netmask 255.255.255.0 type rotary&lt;/P&gt;&lt;P&gt;ip nat inside source list ais-nat interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list ais-acl-mail pool ais-pool-mail&lt;/P&gt;&lt;P&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;&amp;nbsp; permit tcp any any eq www&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit tcp any any eq 443&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit tcp any any eq smtp &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; permit tcp any any eq 465&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And then an amazing poltergeist begins. The telnet test passes from external devices on Windows, http page opens, but it does not work from macos, iphone, linux devices.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From linux and&amp;nbsp;macOS:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;telnet x.x.x.x 465&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;telnet: Unable to connect to remote host: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;telnet: can't connect to remote host (&lt;SPAN&gt;x.x.x.x&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Connection refused&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From Windows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;220 &lt;SPAN&gt;&lt;STRONG&gt;mail-01&lt;/STRONG&gt;.xxx.ru&lt;/SPAN&gt; Microsoft ESMTP MAIL Service ready at Mon, 5 Apr 2021 12:28:10 +0300&lt;/P&gt;&lt;P&gt;quit&lt;/P&gt;&lt;P&gt;220 &lt;SPAN&gt;&lt;STRONG&gt;mail-02&lt;/STRONG&gt;.xxx.ru&lt;/SPAN&gt; Microsoft ESMTP MAIL Service ready at Mon, 5 Apr 2021 12:28:52 +0300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load balancing is worked, but not for all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rt-01#sh ver&lt;BR /&gt;Cisco IOS XE Software, Version 16.09.07&lt;BR /&gt;Cisco IOS Software [Fuji], ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.9.7, RELEASE SOFTWARE (fc1)&lt;BR /&gt;Technical Support: &lt;A href="http://www.cisco.com/techsupport" target="_blank" rel="noopener"&gt;http://www.cisco.com/techsupport&lt;/A&gt;&lt;BR /&gt;Copyright (c) 1986-2021 by Cisco Systems, Inc.&lt;BR /&gt;Compiled Wed 10-Feb-21 09:23 by mcpre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ROM: IOS-XE ROMMON&lt;/P&gt;&lt;P&gt;ais-rt-01 uptime is 16 hours, 45 minutes&lt;BR /&gt;Uptime for this control processor is 16 hours, 47 minutes&lt;BR /&gt;System returned to ROM by Reload Command at 19:43:53 MSK Sun Apr 4 2021&lt;BR /&gt;System restarted at 19:48:39 MSK Sun Apr 4 2021&lt;BR /&gt;System image file is "bootflash:isr4300-universalk9.16.09.07.SPA.bin"&lt;BR /&gt;Last reload reason: Reload Command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suite License Information for Module:'esg'&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Suite Suite Current Type Suite Next reboot&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;FoundationSuiteK9 None None None&lt;BR /&gt;securityk9&lt;BR /&gt;appxk9&lt;/P&gt;&lt;P&gt;AdvUCSuiteK9 None None None&lt;BR /&gt;uck9&lt;BR /&gt;cme-srst&lt;BR /&gt;cube&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Technology Package License Information:&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------&lt;BR /&gt;Technology Technology-package Technology-package&lt;BR /&gt;Current Type Next reboot&lt;BR /&gt;------------------------------------------------------------------&lt;BR /&gt;appxk9 appxk9 RightToUse appxk9&lt;BR /&gt;uck9 None None None&lt;BR /&gt;securityk9 securityk9 RightToUse securityk9&lt;BR /&gt;ipbase ipbasek9 Permanent ipbasek9&lt;/P&gt;&lt;P&gt;The current throughput level is 100000 kbps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Smart Licensing Status: Smart Licensing is DISABLED&lt;/P&gt;&lt;P&gt;cisco ISR4331/K9 (1RU) processor with 1784185K/6147K bytes of memory.&lt;BR /&gt;Processor board ID FDO2219A08H&lt;BR /&gt;3 Gigabit Ethernet interfaces&lt;BR /&gt;32768K bytes of non-volatile configuration memory.&lt;BR /&gt;4194304K bytes of physical memory.&lt;BR /&gt;3223551K bytes of flash memory at bootflash:.&lt;BR /&gt;0K bytes of WebUI ODM Files at webui:.&lt;/P&gt;&lt;P&gt;Configuration register is 0x102&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firmware upgrade to last version.&amp;nbsp;&lt;SPAN&gt;It all looks like a bug.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 09:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318586#M349249</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-05T09:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318592#M349250</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please note this is taken from the official Cisco documentation. And there are claims to their writer.&amp;nbsp;But no matter, my config is a different, I wrote about it above. In my config with addresses and mask everything is in order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-16-8/nat-xe-16-8-book/iadnat-addr-consv.html?bookSearch=true" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-16-8/nat-xe-16-8-book/iadnat-addr-consv.html?bookSearch=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip nat pool ais-pool-mail 10.10.10.11 10.10.10.12 netmask 255.255.255.0 type rotary&lt;/SPAN&gt;&lt;BR /&gt;ip nat inside source list ais-nat interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list ais-acl-mail pool ais-pool-mail&lt;BR /&gt;&lt;SPAN&gt;ip access-list extended ais-acl-mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; permit tcp any host x.x.x.x eq www&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; permit tcp any host x.x.x.x eq 443&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; permit tcp any host x.x.x.x eq smtp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; permit tcp any host x.x.x.x eq 465&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 11:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318592#M349250</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-05T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318605#M349251</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/1180987"&gt;@madmongoose&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;rt-01(config)#ip nat inside destination list 2 ?&lt;BR /&gt;redundancy NAT redundancy operation&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Does your rtr except the&lt;STRONG&gt; pool&lt;/STRONG&gt; the above suggests otherwise?&lt;/P&gt;
&lt;P&gt;Also the access-list relatng to the public ip address for the serverpool, Is this separate from your public wan interface ip address address?&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>Mon, 05 Apr 2021 10:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318605#M349251</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-04-05T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318610#M349253</link>
      <description>&lt;P&gt;Thank you for answer.&amp;nbsp;&lt;SPAN&gt;I've written so much, but I don't see it here. I'll start again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Named ACL is accept!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 netmask 255.255.255.0 type rotary&lt;BR /&gt;ip nat inside source list ais-nat interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list ais-acl-mail pool ais-pool-mail&lt;/P&gt;&lt;P&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq www&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq 443&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq smtp&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq 465&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x.x.x.x - external ip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now my config looks like this. And it worked! &lt;STRONG&gt;But not for everyone. This is some incredible poltergest.&lt;/STRONG&gt; And it looks like a bug. Load balancing only works for external Windows clients. I can open the http page, connect telnet on port 465. But when I try to do the same with macos, iphone or linux the connection is refused.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On Windows&amp;nbsp;&lt;/SPAN&gt;clients:&lt;/P&gt;&lt;P&gt;220 xxx-01.xxx&amp;nbsp;Microsoft ESMTP MAIL Service ready at Mon, 5 Apr 2021 12:28:10 +0300&lt;/P&gt;&lt;P&gt;220 &lt;SPAN&gt;xxx-02.xxx&lt;/SPAN&gt; Microsoft ESMTP MAIL Service ready at Mon, 5 Apr 2021 12:28:52 +0300&lt;/P&gt;&lt;P&gt;I try connect from other City - worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On *nix clients:&lt;/P&gt;&lt;P&gt;telnet x.x.x.x 465&lt;/P&gt;&lt;P&gt;telnet: can't connect to remote host (&lt;SPAN&gt;x.x.x.x&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Connection refused&lt;/P&gt;&lt;P&gt;telnet x.x.x.x 465&lt;BR /&gt;Trying x.x.x.x...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have no idea how to diagnose it...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#sh ver&lt;BR /&gt;Cisco IOS XE Software, Version 16.09.07&lt;BR /&gt;Cisco IOS Software [Fuji], ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.9.7, RELEASE SOFTWARE (fc1)&lt;BR /&gt;ROM: IOS-XE ROMMON&lt;/P&gt;&lt;P&gt;ais-rt-01 uptime is 18 hours, 13 minutes&lt;BR /&gt;Uptime for this control processor is 18 hours, 15 minutes&lt;BR /&gt;System returned to ROM by Reload Command at 19:43:53 MSK Sun Apr 4 2021&lt;BR /&gt;System restarted at 19:48:39 MSK Sun Apr 4 2021&lt;BR /&gt;System image file is "bootflash:isr4300-universalk9.16.09.07.SPA.bin"&lt;BR /&gt;Last reload reason: Reload Command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suite License Information for Module:'esg'&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Suite Suite Current Type Suite Next reboot&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;FoundationSuiteK9 None None None&lt;BR /&gt;securityk9&lt;BR /&gt;appxk9&lt;/P&gt;&lt;P&gt;AdvUCSuiteK9 None None None&lt;BR /&gt;uck9&lt;BR /&gt;cme-srst&lt;BR /&gt;cube&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Technology Package License Information:&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------&lt;BR /&gt;Technology Technology-package Technology-package&lt;BR /&gt;Current Type Next reboot&lt;BR /&gt;------------------------------------------------------------------&lt;BR /&gt;appxk9 appxk9 RightToUse appxk9&lt;BR /&gt;uck9 None None None&lt;BR /&gt;securityk9 securityk9 RightToUse securityk9&lt;BR /&gt;ipbase ipbasek9 Permanent ipbasek9&lt;/P&gt;&lt;P&gt;The current throughput level is 100000 kbps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Smart Licensing Status: Smart Licensing is DISABLED&lt;/P&gt;&lt;P&gt;cisco ISR4331/K9 (1RU) processor with 1784185K/6147K bytes of memory.&lt;BR /&gt;Processor board ID FDO2219A08H&lt;BR /&gt;3 Gigabit Ethernet interfaces&lt;BR /&gt;32768K bytes of non-volatile configuration memory.&lt;BR /&gt;4194304K bytes of physical memory.&lt;BR /&gt;3223551K bytes of flash memory at bootflash:.&lt;BR /&gt;0K bytes of WebUI ODM Files at webui:.&lt;/P&gt;&lt;P&gt;Configuration register is 0x102&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help and your time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 11:04:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318610#M349253</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-05T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318623#M349258</link>
      <description>&lt;P&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 12:03:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318623#M349258</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-05T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318624#M349259</link>
      <description>&lt;P&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 12:03:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318624#M349259</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-05T12:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318628#M349261</link>
      <description>&lt;P&gt;Thank you for answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I didn't quite understand the question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yes, pool only for two mail servers. ACL for mail different from nat acl.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You are asking questions following an example taken from the documentation, which, as we found out, is not written correctly. And it no longer makes sense to disassemble it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would be grateful if you can figure out the main config. As I wrote above, balancing worked for Windows clients, but does not work for iphone, mac, linux. This is my actual config.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 netmask 255.255.255.0 type rotary&lt;BR /&gt;ip nat inside source list ais-nat interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list ais-acl-mail pool ais-pool-mail&lt;/P&gt;&lt;P&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq www&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq 443&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq smtp&lt;BR /&gt;&amp;nbsp; permit tcp any host x.x.x.x eq 465&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x.x.x.x - external ip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now my config looks like this. And it worked! &lt;STRONG&gt;But not for everyone. This is some incredible poltergest.&lt;/STRONG&gt; And it looks like a bug. Load balancing only works for external Windows clients. I can open the http page, connect telnet on port 465. But when I try to do the same with macos, iphone or linux the connection is refused.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On Windows&amp;nbsp;&lt;/SPAN&gt;clients:&lt;/P&gt;&lt;P&gt;220 xxx-01.xxx&amp;nbsp;Microsoft ESMTP MAIL Service ready at Mon, 5 Apr 2021 12:28:10 +0300&lt;/P&gt;&lt;P&gt;220 &lt;SPAN&gt;xxx-02.xxx&lt;/SPAN&gt; Microsoft ESMTP MAIL Service ready at Mon, 5 Apr 2021 12:28:52 +0300&lt;/P&gt;&lt;P&gt;I try connect from other City - worked!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On *nix clients:&lt;/P&gt;&lt;P&gt;telnet x.x.x.x 465&lt;/P&gt;&lt;P&gt;telnet: can't connect to remote host (&lt;SPAN&gt;x.x.x.x&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Connection refused&lt;/P&gt;&lt;P&gt;telnet x.x.x.x 465&lt;BR /&gt;Trying x.x.x.x...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have no idea how to diagnose it...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#sh ver&lt;BR /&gt;Cisco IOS XE Software, Version 16.09.07&lt;BR /&gt;Cisco IOS Software [Fuji], ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.9.7, RELEASE SOFTWARE (fc1)&lt;BR /&gt;ROM: IOS-XE ROMMON&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 12:01:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4318628#M349261</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-05T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319167#M349323</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/1180987"&gt;@madmongoose&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 netmask 255.255.255.0 type rotary&lt;BR /&gt;ip nat inside source list &lt;STRONG&gt;ais-nat&lt;/STRONG&gt; interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list &lt;STRONG&gt;ais-acl-mail&lt;/STRONG&gt; pool ais-pool-mail&lt;/P&gt;
&lt;P&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;permit tcp any host x.x.x.x eq www&lt;BR /&gt;permit tcp any host x.x.x.x eq 443&lt;BR /&gt;permit tcp any host x.x.x.x eq smtp&lt;BR /&gt;permit tcp any host x.x.x.x eq 465&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Okay I think we got lost somewhere but now i believe we are on the same lines.&lt;BR /&gt;&lt;BR /&gt;Now regards your nat configuration, I see two acls for nat, one performing PAT for the whole lan and one for NAT load balancing.&lt;/P&gt;
&lt;P&gt;As a test can you deny the hosts that are being stated in acl &lt;STRONG&gt;ais-nat&lt;/STRONG&gt;-&lt;STRONG&gt;mail&lt;/STRONG&gt; from&lt;STRONG&gt; acl ais-nat &lt;/STRONG&gt;making sure the deny ace's are above the permit aces statement&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ip access-list extended ais-nat&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1 deny tcp host x.x.x.x any&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2 deny tcp host x.x.x.y any&lt;/EM&gt;&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 09:22:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319167#M349323</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-04-06T09:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319197#M349327</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My config with the ais-nat &amp;nbsp;acl look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 prefix-length 29 type rotary&lt;BR /&gt;ip nat inside source static tcp 10.131.1.40 x.x.x.x extendable&lt;BR /&gt;ip nat inside source static tcp 10.131.1.40 x.x.x.x&amp;nbsp;extendable&lt;BR /&gt;ip nat inside source static udp 10.131.1.40 x.x.x.x&amp;nbsp;extendable&lt;BR /&gt;ip nat inside source list ais-nat interface GigabitEthernet0/0/0 overload&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip nat inside destination list ais-acl-mail pool ais-pool-mail&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 x.x.x.x&lt;BR /&gt;ip route 10.131.1.0 255.255.255.0 GigabitEthernet0/0/1&lt;BR /&gt;&lt;BR /&gt;ip access-list standard ais-nat&lt;BR /&gt;10 permit 10.131.1.0 0.0.0.255&lt;BR /&gt;20 permit 10.131.3.0 0.0.0.255&lt;BR /&gt;30 permit 192.168.7.0 0.0.0.255&lt;BR /&gt;40 permit 10.131.10.0 0.0.0.255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;10 permit tcp any host x.x.x.x eq www&lt;BR /&gt;20 permit tcp any host x.x.x.x eq 443&lt;BR /&gt;30 permit tcp any host x.x.x.x eq smtp&lt;BR /&gt;40 permit tcp any host x.x.x.x eq 465&lt;BR /&gt;50 permit tcp any host x.x.x.x eq 587&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't understand a bit why I need to make a deny rule?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't you find it interesting that Windows clients work in this configuration, but Linux, MacOS, iPhone, Android does not?&lt;/P&gt;&lt;P&gt;By the way, only telnet 587 passes for Unix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yesterday I updated the firmware to the latest possible Bengaluru 17.04.01b. I deleted all the config associated with NAT, made the settings again, but nothing changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for help!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 10:28:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319197#M349327</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-06T10:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319202#M349328</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;It does seem strange ,Are those other devcies accessing the internal server the way as the window machines?&lt;BR /&gt;&lt;BR /&gt;As for the ammendment, What i mean is deny the hosts that are being stated in the &lt;STRONG&gt;ais-acl-mail&lt;/STRONG&gt; acl in the &lt;STRONG&gt;ais-nat&lt;/STRONG&gt; acl:&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;ip access-list standard ais-nat&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;4 deny host x.x.x.w&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;5 deny host x.x.x.x&lt;BR /&gt;6 deny host x.x.x.y&lt;BR /&gt;7 deny host x.x.x.z&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;10 permit 10.131.1.0 0.0.0.255&lt;BR /&gt;20 permit 10.131.3.0 0.0.0.255&lt;BR /&gt;30 permit 192.168.7.0 0.0.0.255&lt;BR /&gt;40 permit 10.131.10.0 0.0.0.255&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 11:18:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319202#M349328</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-04-06T11:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nat destination with rotary pool not work in Cisco ISR 4331</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319530#M349340</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately it didn't help...(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But I solved the problem in a completely random way and it worked!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I added the ip address 10.131.2.10, which is not in my subnet and made a forwarding to it from external ip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is worked config:&lt;/P&gt;&lt;P&gt;x- external ips, w - another PAT&lt;/P&gt;&lt;P&gt;ip nat pool ais-pool-mail 10.131.1.11 10.131.1.12 prefix-length 29 type rotary&lt;BR /&gt;ip nat inside source static tcp 10.131.2.10 25 x.x.x.x 25 extendable&lt;BR /&gt;ip nat inside source static tcp 10.131.2.10 80 x.x.x.x 80 extendable&lt;BR /&gt;ip nat inside source static tcp 10.131.2.10 443 x.x.x.x 443 extendable&lt;BR /&gt;ip nat inside source static tcp 10.131.2.10 465 x.x.x.x 465 extendable&lt;BR /&gt;ip nat inside source static tcp 10.131.2.10 587 x.x.x.x 587 extendable&lt;BR /&gt;wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww&lt;/P&gt;&lt;P&gt;wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww&lt;/P&gt;&lt;P&gt;wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww&lt;/P&gt;&lt;P&gt;ip nat inside source list ais-nat interface GigabitEthernet0/0/0 overload&lt;BR /&gt;ip nat inside destination list ais-acl-mail pool ais-pool-mail&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 x.x.x.x&lt;BR /&gt;ip route 10.131.1.0 255.255.255.0 GigabitEthernet0/0/1&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip access-list standard ais-nat&lt;BR /&gt;10 permit 10.131.1.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;ip access-list extended ais-acl-mail&lt;BR /&gt;10 permit tcp any host x.x.x.x eq www&lt;BR /&gt;20 permit tcp any host x.x.x.x eq 443&lt;BR /&gt;30 permit tcp any host x.x.x.x eq smtp&lt;BR /&gt;40 permit tcp any host x.x.x.x eq 465&lt;BR /&gt;50 permit tcp any host x.x.x.x eq 587&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 19:57:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-destination-with-rotary-pool-not-work-in-cisco-isr-4331/m-p/4319530#M349340</guid>
      <dc:creator>madmongoose</dc:creator>
      <dc:date>2021-04-06T19:57:02Z</dc:date>
    </item>
  </channel>
</rss>

