<?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: Radius authentication timeout in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5025578#M1109506</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/151372"&gt;@jensscheuvens&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Found problems always sourcing traffic for Radius from the LAN traversing the same device, may i suggest you try using &lt;SPAN&gt;ASA1:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;GigabitEthernet0/1 instead&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 00:02:09 GMT</pubDate>
    <dc:creator>Ruben Cocheno</dc:creator>
    <dc:date>2024-02-28T00:02:09Z</dc:date>
    <item>
      <title>Radius authentication timeout</title>
      <link>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5023273#M1109385</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;We are trying to get Radius authentication to work for one of our ASA´s.&lt;BR /&gt;It is working for every ASA except ASA1.&lt;/P&gt;&lt;P&gt;following structure is given:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ASA1:&lt;BR /&gt;GigabitEthernet0/1&lt;BR /&gt;nameif transfer-ASA1-ASA2&lt;BR /&gt;security-level 10&lt;BR /&gt;ip address 194.1.1.1 255.255.255.240&lt;BR /&gt;&lt;BR /&gt;GigabitEthernet0/3&lt;BR /&gt;nameif TS&lt;BR /&gt;security level 90&lt;BR /&gt;ip address 192.168.4.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Transfer Network between ASA1 and ASA2&amp;gt;&lt;BR /&gt;&lt;BR /&gt;ASA2:&lt;BR /&gt;GigabitEthernet0/2&lt;BR /&gt;nameif transfer-ASA1-ASA2&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 194.1.1.5 255.255.255.240&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;VPN ASA2 to ASA3&amp;gt;&lt;/P&gt;&lt;P&gt;ASA3:&lt;BR /&gt;GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 193.1.1.1 255.255.255.240&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Transfer Network between ASA3 and ASA4&amp;gt;&lt;/P&gt;&lt;P&gt;ASA4:&lt;BR /&gt;GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 193.1.1.5 255.255.255.240&lt;BR /&gt;&lt;BR /&gt;GigabitEthernet0/1.1&lt;BR /&gt;vlan 10&lt;BR /&gt;nameif service-hosts&lt;BR /&gt;security level 66&lt;BR /&gt;ip address 10.10.10.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We are trying to authenticate ASA1 to Radius Server 10.10.10.50 located behind Interface "service-hosts" on ASA4.&lt;/P&gt;&lt;P&gt;if doing the following:&lt;/P&gt;&lt;P&gt;- Access ASA1 via ASDM from Host behind Interface "TS" (192.168.4.5) I am able to login with local account&lt;BR /&gt;- issue "test aaa-server authentication RADIUS host 10.10.10.50 username xxxx password xxxx"&lt;BR /&gt;&lt;BR /&gt;We can observe on the Radius host itself that everything is fine, request received and successfully authenticated:&lt;BR /&gt;&lt;BR /&gt;Thu Feb 22 14:40:20 2024 : Auth: (1488) Login OK: [xxxx] (from client xxxx port 77)&lt;/P&gt;&lt;P&gt;whilst on ASA1 we are prompted with:&lt;/P&gt;&lt;P&gt;"INFO: Attempting Authentication test to IP address (10.10.10.50) (timeout: 12 seconds)&lt;BR /&gt;ERROR: Authentication Server not responding: No response from server"&lt;/P&gt;&lt;P&gt;The logging shows connection immediatly beeing torn down:&lt;/P&gt;&lt;P&gt;Teardown UDP connection 3616867950 for TS:10.10.10.50/1812 to identity:192.168.4.1/61407 duration 0:00:00 bytes 171&lt;BR /&gt;Built outbound UDP connection 3616867950 for TS:10.10.10.50/1812 (10.10.10.50/1812) to identity:192.168.4.1/61407 (192.168.4.1/61407)&lt;/P&gt;&lt;P&gt;Note:&lt;BR /&gt;On ASA1 Interface "TS" is configured as Management Access Interface (Device Management =&amp;gt; Management Access =&amp;gt; Management Interface)&lt;BR /&gt;Radius Server Host 10.10.10.50 is located behind interface "service-hosts" on ASA4.&lt;/P&gt;&lt;P&gt;Radius config on ASA1:&lt;BR /&gt;&lt;BR /&gt;aaa-server MGMT protocol radius&lt;BR /&gt;aaa-server MGMT (TS) host 10.10.10.50&lt;BR /&gt;key *****&lt;BR /&gt;authentication-port 1812&lt;BR /&gt;accounting-port 1813&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does somebody have any advice here why this is not working?&lt;BR /&gt;For the other ASAs it is working.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 08:33:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5023273#M1109385</guid>
      <dc:creator>jensscheuvens</dc:creator>
      <dc:date>2024-02-23T08:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Radius authentication timeout</title>
      <link>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5023329#M1109387</link>
      <description>&lt;P&gt;I am assuming that you added ASA1 as a client on the RADIUS server with its IP&amp;nbsp;&lt;SPAN&gt;192.168.4.1. Could you please run some packet capture on ASA4's interface Gi0/1.1 filtering the capture with ASA1 and the RADIUS server IPs and share the output for review?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;cap RADIUS-TRAFFIC inter&amp;nbsp;service-hosts match udp host 192.168.4.1 host 10.10.10.50 eq 1812&lt;BR /&gt;cap RADIUS-TRAFFIC inter&amp;nbsp;service-hosts match udp host 10.10.10.50 eq 1812 host 192.168.4.1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 10:19:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5023329#M1109387</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-02-23T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Radius authentication timeout</title>
      <link>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5024318#M1109435</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes it is added with IP 192.168.4.1 as a Client. If this would not be correct then I think I will not get "login OK" on Radius.&lt;BR /&gt;If typing in a wrong password the Radius is saying "incorrect password".&lt;/P&gt;&lt;P&gt;Below you can find the capture:&lt;BR /&gt;3 19.909666 192.168.4.1 10.10.10.50 RADIUS 133 Access-Request id=68&lt;BR /&gt;4 19.893676 10.10.10.50 192.168.4.1 RADIUS 130 Access-Accept id=68&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 09:23:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5024318#M1109435</guid>
      <dc:creator>jensscheuvens</dc:creator>
      <dc:date>2024-02-26T09:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Radius authentication timeout</title>
      <link>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5025578#M1109506</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/151372"&gt;@jensscheuvens&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Found problems always sourcing traffic for Radius from the LAN traversing the same device, may i suggest you try using &lt;SPAN&gt;ASA1:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;GigabitEthernet0/1 instead&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 00:02:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5025578#M1109506</guid>
      <dc:creator>Ruben Cocheno</dc:creator>
      <dc:date>2024-02-28T00:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Radius authentication timeout</title>
      <link>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5025958#M1109508</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286810"&gt;@Ruben Cocheno&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;So you mean traffic should exit and come back via external&amp;nbsp;&lt;SPAN&gt;ASA1:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;GigabitEthernet0/1 or&amp;nbsp; new Radius host should be placed behind Interface at ASA1?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:51:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/radius-authentication-timeout/m-p/5025958#M1109508</guid>
      <dc:creator>jensscheuvens</dc:creator>
      <dc:date>2024-02-28T07:51:09Z</dc:date>
    </item>
  </channel>
</rss>

