<?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: Auth-proxy with NAT issue (aironet wireless) in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/auth-proxy-with-nat-issue-aironet-wireless/m-p/464803#M428394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution: The Cisco ACS was blocking access to it. So note to anyone else, if you receive a popup with an "Internal HTTP Error" message during auth-proxy, check that the router/firewall can connect to the RADIUS/TACACS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2005 18:18:43 GMT</pubDate>
    <dc:creator>nickpowers</dc:creator>
    <dc:date>2005-10-04T18:18:43Z</dc:date>
    <item>
      <title>Auth-proxy with NAT issue (aironet wireless)</title>
      <link>https://community.cisco.com/t5/network-access-control/auth-proxy-with-nat-issue-aironet-wireless/m-p/464802#M428393</link>
      <description>&lt;P&gt;I have setup auth-proxy on a 2651 router that contacts the cisco ACS using Tacacs+. On the Cisco ACS i am currently using the ciscosecure database currently. I have a cisco 1130AG wireless AP that provides wireless access to our users. The 2651 is also acting as a DHCP and NAT server for the wireless users. My issue is when the user is given the auth-proxy login screen and types in his/her login information and clicks ok, I get a popup and inside that popup I always receive an error message "HTTP 500 - Internal Server Error Page cannot be displayed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug tacacs, and auth-proxy on the 2651 I get nothing coming up on the screen. I have verified that tacacs packets are moving from the 2651 to the Cisco ACS server but not back. Does this error ring a bell for anyone? Below is the config from my 2651:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CC2T-2651-02#show run&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 2460 bytes&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;service timestamps debug uptime&lt;/P&gt;&lt;P&gt;service timestamps log uptime&lt;/P&gt;&lt;P&gt;no service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname CC2T-2651-02&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ TRENT_WL&lt;/P&gt;&lt;P&gt; server ###.###.###.###&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login con local&lt;/P&gt;&lt;P&gt;aaa authentication login telnet local&lt;/P&gt;&lt;P&gt;aaa authorization auth-proxy default group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting auth-proxy default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;enable secret xxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username admin password 0 ######&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ip dhcp conflict logging&lt;/P&gt;&lt;P&gt;ip dhcp excluded-address 192.168.1.1 192.168.1.25&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip dhcp pool trent_pool&lt;/P&gt;&lt;P&gt;   network 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;   domain-name trentu.ca&lt;/P&gt;&lt;P&gt;   dns-server ###.###.###.###&lt;/P&gt;&lt;P&gt;   default-router 192.168.1.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip auth-proxy auth-proxy-banner ^C Welcome &amp;lt;p&amp;gt;Please login: ^C&lt;/P&gt;&lt;P&gt;ip auth-proxy auth-cache-time 3&lt;/P&gt;&lt;P&gt;ip auth-proxy name PROXY_LIST http list 10&lt;/P&gt;&lt;P&gt;ip audit notify log&lt;/P&gt;&lt;P&gt;ip audit po max-events 100&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;call rsvp-sync&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;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;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; description outside access&lt;/P&gt;&lt;P&gt; ip address ###.###.###.### 255.255.255.252&lt;/P&gt;&lt;P&gt; ip access-group 101 out&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description inside wireless LAN&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip access-group 102 in&lt;/P&gt;&lt;P&gt; ip access-group 102 out&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip auth-proxy PROXY_LIST&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip nat pool trent_nat ###.###.###.### ###.###.###.### prefix-length 24&lt;/P&gt;&lt;P&gt;ip nat inside source list 1 pool trent_nat overload&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 ###.###.###.###&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http access-class 11&lt;/P&gt;&lt;P&gt;ip http authentication aaa&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 1 permit 192.168.1.0 0.0.0.255&lt;/P&gt;&lt;P&gt;access-list 10 permit any&lt;/P&gt;&lt;P&gt;access-list 11 deny   any&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp ###.###.###.### 0.0.0.255 any eq telnet&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp host ###.###.###.### any eq telnet log&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp host ###.###.###.### eq tacacs any&lt;/P&gt;&lt;P&gt;access-list 100 deny   ip any any log&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any eq tacacs log&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any any&lt;/P&gt;&lt;P&gt;access-list 102 permit ip any host 192.168.1.34 log&lt;/P&gt;&lt;P&gt;access-list 102 permit ip any any log&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;snmp-server community ##### RO&lt;/P&gt;&lt;P&gt;snmp-server enable traps tty&lt;/P&gt;&lt;P&gt;tacacs-server host ###.###.###.###&lt;/P&gt;&lt;P&gt;tacacs-server directed-request&lt;/P&gt;&lt;P&gt;tacacs-server key ####&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dial-peer cor custom&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;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication con&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; access-class 100 in&lt;/P&gt;&lt;P&gt; password ##########&lt;/P&gt;&lt;P&gt; login authentication telnet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&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;</description>
      <pubDate>Sun, 10 Mar 2019 21:19:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auth-proxy-with-nat-issue-aironet-wireless/m-p/464802#M428393</guid>
      <dc:creator>nickpowers</dc:creator>
      <dc:date>2019-03-10T21:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Auth-proxy with NAT issue (aironet wireless)</title>
      <link>https://community.cisco.com/t5/network-access-control/auth-proxy-with-nat-issue-aironet-wireless/m-p/464803#M428394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution: The Cisco ACS was blocking access to it. So note to anyone else, if you receive a popup with an "Internal HTTP Error" message during auth-proxy, check that the router/firewall can connect to the RADIUS/TACACS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2005 18:18:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/auth-proxy-with-nat-issue-aironet-wireless/m-p/464803#M428394</guid>
      <dc:creator>nickpowers</dc:creator>
      <dc:date>2005-10-04T18:18:43Z</dc:date>
    </item>
  </channel>
</rss>

