<?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 It seems that your radius in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radius-wont-authenticate-default-users/m-p/2491954#M90805</link>
    <description>&lt;P&gt;It seems that your radius server is not listening on udp 1812 port. Try to use 1645 and 1646 port for radius authen/author and accounting respectively and also apply firewall rules to allow traffic on these udp ports.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;"Please rate helpful posts"&lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2014 16:17:54 GMT</pubDate>
    <dc:creator>Poonam Garg</dc:creator>
    <dc:date>2014-05-01T16:17:54Z</dc:date>
    <item>
      <title>Radius wont Authenticate Default Users</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-wont-authenticate-default-users/m-p/2491953#M90804</link>
      <description>&lt;P&gt;I am using free radius on ubuntu 12.04 LTS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The AAA configs I have, I &amp;nbsp;used on all of my Layer 2 devices, and it works successfully, however I can not get users to authenticate on a Layer 3 device.... here is some info... I can ping to and from my server, also I have rules on the asa 5510 allowing devices to talk to the radius server... as well as an access-list permit on the router....what am I missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cisco Internetwork Operating System Software&lt;BR /&gt;IOS (tm) s72033_rp Software (s72033_rp-ADVIPSERVICESK9_WAN-M), Version 12.2(18)SXF13, RELEASE SOFTWARE (fc1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the configs---&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server radius RadiusGrp&lt;/P&gt;&lt;P&gt;&amp;nbsp;server X.X.X.X auth-port 1812 acct-port 1813&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group RadiusGrp&lt;/P&gt;&lt;P&gt;aaa authorization exec default group RadiusGrp&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group RadiusGrp&lt;/P&gt;&lt;P&gt;aaa accounting system default start-stop group RadiusGrp&lt;/P&gt;&lt;P&gt;radius-server host X.X.X.X auth-port 1812 acct-port 1813 key secret&lt;/P&gt;&lt;P&gt;radius-server retransmit 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Debugging AAA authentication ---&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:24: AAA/AUTHEN/START (3020837816): port='tty1' list='' action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:24: AAA/AUTHEN/START (3020837816): using "default" list&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:24: AAA/AUTHEN/START (3020837816): Method=RadiusGrp (radius)&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:24: AAA/AUTHEN (3020837816): status = GETUSER&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:26: AAA/AUTHEN/CONT (3020837816): continue_login (user='(undef)')&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:26: AAA/AUTHEN (3020837816): status = GETUSER&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:26: AAA/AUTHEN (3020837816): Method=RadiusGrp (radius)&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:26: AAA/AUTHEN (3020837816): status = GETPASS&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:30: AAA/AUTHEN/CONT (3020837816): continue_login (user='thull')&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:30: AAA/AUTHEN (3020837816): status = GETPASS&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:30: AAA/AUTHEN (3020837816): Method=RadiusGrp (radius)&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:51: AAA/AUTHEN (3020837816): status = ERROR&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:51: AAA/AUTHEN/START (2366780039): port='tty1' list='' action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:51: AAA/AUTHEN/START (2366780039): Restart&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:51: AAA/AUTHEN/START (2366780039): no methods left to try&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:51: AAA/AUTHEN (2366780039): status = ERROR&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:51: AAA/AUTHEN/START (2366780039): failed to authenticate&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA/MEMORY: free_user_quiet (0x44BFCBB8) user='thull' ruser='NULL' port='tty1' rem_addr='X.X.X.X' authen_type=1 service=1 priv=1&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA: parse name=tty1 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA: name=tty1 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=1 channel=0&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA/MEMORY: create_user (0x44BFCBB8) user='NULL' ruser='NULL' ds0=0 port='tty1' rem_addr='X.X.X.X.'&amp;nbsp;100authen_type=ASCII service=LOGIN priv=1 initial_task_id='0', vrf= (id=0)&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA/AUTHEN/START (1597653700): port='tty1' list='' action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA/AUTHEN/START (1597653700): using "default" list&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA/AUTHEN/START (1597653700): Method=RadiusGrp (radius)&lt;/P&gt;&lt;P&gt;May&amp;nbsp; 1 13:22:53: AAA/AUTHEN (1597653700): status = GETUSER&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-wont-authenticate-default-users/m-p/2491953#M90804</guid>
      <dc:creator>tom0000037</dc:creator>
      <dc:date>2019-03-26T00:31:50Z</dc:date>
    </item>
    <item>
      <title>It seems that your radius</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-wont-authenticate-default-users/m-p/2491954#M90805</link>
      <description>&lt;P&gt;It seems that your radius server is not listening on udp 1812 port. Try to use 1645 and 1646 port for radius authen/author and accounting respectively and also apply firewall rules to allow traffic on these udp ports.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;"Please rate helpful posts"&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 16:17:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-wont-authenticate-default-users/m-p/2491954#M90805</guid>
      <dc:creator>Poonam Garg</dc:creator>
      <dc:date>2014-05-01T16:17:54Z</dc:date>
    </item>
  </channel>
</rss>

