<?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: server side source NAT in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009651#M19954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. I use the ALL access-list on the interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lajos-ACE/Admin# sho access-list ALL&lt;/P&gt;&lt;P&gt;access-list:ALL, elements: 2, status: ACTIVE&lt;/P&gt;&lt;P&gt;  remark : &lt;/P&gt;&lt;P&gt;access-list ALL line 10 extended permit ip any any (hitcount=19682682)&lt;/P&gt;&lt;P&gt;access-list ALL line 20 extended permit icmp any any (hitcount=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a telnet connection from 192.168.13.81 to outside device.&lt;/P&gt;&lt;P&gt;the connection is made but the source IP is 192.168.16.81 instead of 10.42.16.30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2008 07:34:06 GMT</pubDate>
    <dc:creator>KAROLY KOHEGYI</dc:creator>
    <dc:date>2008-07-21T07:34:06Z</dc:date>
    <item>
      <title>server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009646#M19949</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below simple config is not working.&lt;/P&gt;&lt;P&gt;We would like to change the server source IP in the server initiated connection.&lt;/P&gt;&lt;P&gt;The access-list state is NOT-ACTIVE.&lt;/P&gt;&lt;P&gt;Why ? Any help would be appreciated !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any NAT_CLASS&lt;/P&gt;&lt;P&gt;  2 match access-list NAT_ACCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match NAT_POLICY&lt;/P&gt;&lt;P&gt;  class NAT_CLASS&lt;/P&gt;&lt;P&gt;    nat dynamic 1 vlan 87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 73&lt;/P&gt;&lt;P&gt;  description ACE-Application&lt;/P&gt;&lt;P&gt;  ip address 192.168.29.18 255.255.255.248&lt;/P&gt;&lt;P&gt;  alias 192.168.29.22 255.255.255.248&lt;/P&gt;&lt;P&gt;  peer ip address 192.168.29.20 255.255.255.248&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  access-group output ALL&lt;/P&gt;&lt;P&gt;  nat-pool 1 10.42.16.30 10.42.16.30 netmask 255.255.255.0 pat&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 87&lt;/P&gt;&lt;P&gt;  ip address 192.168.13.86 255.255.255.248&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  service-policy input NAT_POLICY&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 1 extended permit tcp host 192.168.13.81 any eq telnet&lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 30 extended permit icmp any any &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admin# sho access-list NAT_ACCESS &lt;/P&gt;&lt;P&gt;access-list:NAT_ACCESS, elements: 2, status: NOT-ACTIVE&lt;/P&gt;&lt;P&gt;  remark : &lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 1 extended permit tcp host 192.168.13.81 any eq telnet&lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 30 extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2008 06:49:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009646#M19949</guid>
      <dc:creator>KAROLY KOHEGYI</dc:creator>
      <dc:date>2008-07-21T06:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009647#M19950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the following change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match NAT_POLICY&lt;/P&gt;&lt;P&gt;class NAT_CLASS&lt;/P&gt;&lt;P&gt;nat dynamic 1 vlan 73&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 06:59:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009647#M19950</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-07-21T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009648#M19951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I overlooked.&lt;/P&gt;&lt;P&gt;Situation changed a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status     : ACTIVE&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;Interface: vlan 87 &lt;/P&gt;&lt;P&gt;  service-policy: NAT_POLICY&lt;/P&gt;&lt;P&gt;    class: NAT_CLASS&lt;/P&gt;&lt;P&gt;      nat:&lt;/P&gt;&lt;P&gt;        nat dynamic 1 vlan 73&lt;/P&gt;&lt;P&gt;        curr conns       : 1         , hit count        : 3         &lt;/P&gt;&lt;P&gt;        dropped conns    : 0         &lt;/P&gt;&lt;P&gt;        client pkt count : 59        , client byte count: 2754                &lt;/P&gt;&lt;P&gt;        server pkt count : 56        , server byte count: 3324                &lt;/P&gt;&lt;P&gt;        conn-rate-limit      : 0         , drop-count : 0         &lt;/P&gt;&lt;P&gt;        bandwidth-rate-limit : 0         , drop-count : 0         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lajos-ACE/Admin# sho access-list NAT_ACCESS &lt;/P&gt;&lt;P&gt;access-list:NAT_ACCESS, elements: 2, status: NOT-ACTIVE&lt;/P&gt;&lt;P&gt;  remark : &lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 1 extended permit tcp host 192.168.13.81 any eq telnet&lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 30 extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The policu is working but the accesslist is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT is not working also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 07:10:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009648#M19951</guid>
      <dc:creator>KAROLY KOHEGYI</dc:creator>
      <dc:date>2008-07-21T07:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009649#M19952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I overlooked.&lt;/P&gt;&lt;P&gt;Situation changed a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status     : ACTIVE&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;Interface: vlan 87 &lt;/P&gt;&lt;P&gt;  service-policy: NAT_POLICY&lt;/P&gt;&lt;P&gt;    class: NAT_CLASS&lt;/P&gt;&lt;P&gt;      nat:&lt;/P&gt;&lt;P&gt;        nat dynamic 1 vlan 73&lt;/P&gt;&lt;P&gt;        curr conns       : 1         , hit count        : 3         &lt;/P&gt;&lt;P&gt;        dropped conns    : 0         &lt;/P&gt;&lt;P&gt;        client pkt count : 59        , client byte count: 2754                &lt;/P&gt;&lt;P&gt;        server pkt count : 56        , server byte count: 3324                &lt;/P&gt;&lt;P&gt;        conn-rate-limit      : 0         , drop-count : 0         &lt;/P&gt;&lt;P&gt;        bandwidth-rate-limit : 0         , drop-count : 0         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lajos-ACE/Admin# sho access-list NAT_ACCESS &lt;/P&gt;&lt;P&gt;access-list:NAT_ACCESS, elements: 2, status: NOT-ACTIVE&lt;/P&gt;&lt;P&gt;  remark : &lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 1 extended permit tcp host 192.168.13.81 any eq telnet&lt;/P&gt;&lt;P&gt;access-list NAT_ACCESS line 30 extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The policu is working but the accesslist is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT is not working also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 07:16:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009649#M19952</guid>
      <dc:creator>KAROLY KOHEGYI</dc:creator>
      <dc:date>2008-07-21T07:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009650#M19953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access-list "NOT-ACTIVE " means that it is not applied to an interface. Which is normal for ACLs that are only used in class maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the traffic for NAT is covered by the ACL (ACL  applied to the interfaces) to allow the traffic through the ACE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 07:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009650#M19953</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-07-21T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009651#M19954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. I use the ALL access-list on the interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lajos-ACE/Admin# sho access-list ALL&lt;/P&gt;&lt;P&gt;access-list:ALL, elements: 2, status: ACTIVE&lt;/P&gt;&lt;P&gt;  remark : &lt;/P&gt;&lt;P&gt;access-list ALL line 10 extended permit ip any any (hitcount=19682682)&lt;/P&gt;&lt;P&gt;access-list ALL line 20 extended permit icmp any any (hitcount=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a telnet connection from 192.168.13.81 to outside device.&lt;/P&gt;&lt;P&gt;the connection is made but the source IP is 192.168.16.81 instead of 10.42.16.30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 07:34:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009651#M19954</guid>
      <dc:creator>KAROLY KOHEGYI</dc:creator>
      <dc:date>2008-07-21T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009652#M19955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry it is working !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 08:12:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009652#M19955</guid>
      <dc:creator>KAROLY KOHEGYI</dc:creator>
      <dc:date>2008-07-21T08:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: server side source NAT</title>
      <link>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009653#M19956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your config looks ok.&lt;/P&gt;&lt;P&gt;Are you sure the server initiated connection is not bypassing ACE?  Do you see this conn on ACE (sh conn)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for testing remove ACL from the class-map ,Instead use source-address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any NAT_CLASS&lt;/P&gt;&lt;P&gt;2 match source 192.168.13.81 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 08:13:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/server-side-source-nat/m-p/1009653#M19956</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-07-21T08:13:29Z</dc:date>
    </item>
  </channel>
</rss>

