<?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 IP Address translation issue for ACS Appliance Ver 4.1 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899013#M386781</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one issue of ACS appliance IP address has been translated to a different IP on different segment through the firewall ASA and PIX and associated AAA client Cat2960 (IOS 12.2) on the ACS with translated IP for TACACS+ server configured with same shared secret key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Communication between AAA client and ACS appliance is verified using translated IP as both client and ACS can able to ping each other in either directions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no authentications either pass or failed reported on ACS, We also tried translating to the same real ip address of ACS allowing connectivity for AAA clients from outside interface to the inside interface on ASA 7.x and PIX(6.3) but didnt worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:35:30 GMT</pubDate>
    <dc:creator>sahmedshahcsd</dc:creator>
    <dc:date>2019-03-10T22:35:30Z</dc:date>
    <item>
      <title>IP Address translation issue for ACS Appliance Ver 4.1</title>
      <link>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899013#M386781</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one issue of ACS appliance IP address has been translated to a different IP on different segment through the firewall ASA and PIX and associated AAA client Cat2960 (IOS 12.2) on the ACS with translated IP for TACACS+ server configured with same shared secret key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Communication between AAA client and ACS appliance is verified using translated IP as both client and ACS can able to ping each other in either directions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no authentications either pass or failed reported on ACS, We also tried translating to the same real ip address of ACS allowing connectivity for AAA clients from outside interface to the inside interface on ASA 7.x and PIX(6.3) but didnt worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas will be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:35:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899013#M386781</guid>
      <dc:creator>sahmedshahcsd</dc:creator>
      <dc:date>2019-03-10T22:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address translation issue for ACS Appliance Ver 4.1</title>
      <link>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899014#M386794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the PIX log say when you try and pass authentication? Does ACS ever see the auth attempt in its logs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 14:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899014#M386794</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-01-08T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address translation issue for ACS Appliance Ver 4.1</title>
      <link>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899015#M386800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list test permit icmp any any log&lt;/P&gt;&lt;P&gt;access-list test permit tcp any any eq 49 log&lt;/P&gt;&lt;P&gt;access-list test permit ip any any log&lt;/P&gt;&lt;P&gt;access-group test  in interface outside&lt;/P&gt;&lt;P&gt;static (i,o) acs_ip acs_ip net /32&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging host inside syslog_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine on my system even as I proxy off&lt;/P&gt;&lt;P&gt;the connection from ACS to RSA SecurID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root@LinuxES root]# telnet 192.168.1.1&lt;/P&gt;&lt;P&gt;Trying 192.168.1.1...&lt;/P&gt;&lt;P&gt;Connected to 192.168.1.1 (192.168.1.1).&lt;/P&gt;&lt;P&gt;Escape character is '^]'.&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;*****************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Verification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username: test3&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Enter your new PIN, containing 4 to 8 digits,&lt;/P&gt;&lt;P&gt;                or&lt;/P&gt;&lt;P&gt;   &lt;CTRL-D&gt; to cancel the New PIN procedure:&lt;/CTRL-D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 Please re-enter new PIN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait for the code on your card to change, then log in with the new PIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter PASSCODE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C2960#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Make sure you allow port 49 through the &lt;/P&gt;&lt;P&gt;firewall,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- make sure you have static NAT properly &lt;/P&gt;&lt;P&gt;defined,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3- make sure you have AAA client defined&lt;/P&gt;&lt;P&gt;in the ACS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- make sure the pre-share key matches on &lt;/P&gt;&lt;P&gt;both sides,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 15:55:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899015#M386800</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-01-08T15:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: IP Address translation issue for ACS Appliance Ver 4.1</title>
      <link>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899016#M386804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acs---&amp;gt;network configuration---&amp;gt;Proxy dis table---&amp;gt; Bring Deleverance1 in the fwd to box and your server name in the left box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you dont see proxy dis table , then you need to enable it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface configuration---&amp;gt; Advance option ---&amp;gt; Put a check in distribution table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~JG &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 16:45:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ip-address-translation-issue-for-acs-appliance-ver-4-1/m-p/899016#M386804</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-01-08T16:45:05Z</dc:date>
    </item>
  </channel>
</rss>

