<?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 Radius over Sito-to-Site VPN in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995181#M182123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you would like your radius authentication to go over the VPN tunnel, then you would need to specify the inside interface, instead of outside interface. That would source the radius request from the inside interface which I believe the subnet should be part of the crypto ACL. Otherwise, if it's not part of the crypto ACL, you can add that subnet so it goes over the vpn tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server RADIUS (inside) host radius01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2012 13:12:31 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2012-05-31T13:12:31Z</dc:date>
    <item>
      <title>Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995180#M182117</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Sito-to-Site VPN between two ASA 5540 outside interfaces.&lt;/P&gt;&lt;P&gt;I'm trying to configure ssh radius authentication on one of them but the Radius server is located behind the other ASA.&lt;/P&gt;&lt;P&gt;When I try to connect to this ASA outside interface using my radius credentials, the communication to the radius server goes in timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the ASA doesn't use the crypto map to route the request to the Radius server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the radius config on the ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt; accounting-mode simultaneous&lt;/P&gt;&lt;P&gt; max-failed-attempts 5&lt;/P&gt;&lt;P&gt;aaa-server RADIUS (outside) host radius01&lt;/P&gt;&lt;P&gt; key *****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console RADIUS LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:09:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995180#M182117</guid>
      <dc:creator>p.caforio</dc:creator>
      <dc:date>2019-03-11T02:09:03Z</dc:date>
    </item>
    <item>
      <title>Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995181#M182123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you would like your radius authentication to go over the VPN tunnel, then you would need to specify the inside interface, instead of outside interface. That would source the radius request from the inside interface which I believe the subnet should be part of the crypto ACL. Otherwise, if it's not part of the crypto ACL, you can add that subnet so it goes over the vpn tunnel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server RADIUS (inside) host radius01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 13:12:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995181#M182123</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-05-31T13:12:31Z</dc:date>
    </item>
    <item>
      <title>Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995182#M182129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem, and i tried to put inside interface instead outside but still asa wont to connect to RADIUS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 13:12:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995182#M182129</guid>
      <dc:creator>Badriddin Gulyaev</dc:creator>
      <dc:date>2013-06-11T13:12:08Z</dc:date>
    </item>
    <item>
      <title>Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995183#M182140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to ping the radius server sourcing inside interface?&lt;/P&gt;&lt;P&gt;ping inside radius-ip-address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the debugs from the ASA&lt;/P&gt;&lt;P&gt;debug radius&lt;/P&gt;&lt;P&gt;debug aaa authen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run the test command:&lt;/P&gt;&lt;P&gt;test aaa authentication RADIUS host radius-server-ip&lt;/P&gt;&lt;P&gt;username:xxxxx&lt;/P&gt;&lt;P&gt;password:xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you seeing any hits on the radius side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jatin Katyal &lt;BR /&gt; - Do rate helpful posts -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 14:17:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995183#M182140</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-06-11T14:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995184#M182149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i cannot ping from inside Interface Ip of my RADIUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is the debug while testing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FMFB-KGT# radius mkreq: 0x17e&lt;/P&gt;&lt;P&gt;alloc_rip 0xd8d2bc08&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; new request 0x17e --&amp;gt; 20 (0xd8d2bc08)&lt;/P&gt;&lt;P&gt;got user 'badriddin.g'&lt;/P&gt;&lt;P&gt;got password&lt;/P&gt;&lt;P&gt;add_req 0xd8d2bc08 session 0x17e id 20&lt;/P&gt;&lt;P&gt;RADIUS_REQUEST&lt;/P&gt;&lt;P&gt;radius.c: rad_mkpkt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RADIUS packet decode (authentication request)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------------------------&lt;/P&gt;&lt;P&gt;Raw packet data (length = 69).....&lt;/P&gt;&lt;P&gt;01 14 00 45 46 07 34 5d d2 a3 a0 59 1e ff cc 15&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; ...EF.4]...Y....&lt;/P&gt;&lt;P&gt;2a 1b b8 91 01 0d 62 61 64 72 69 64 64 69 6e 2e&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; *.....badriddin.&lt;/P&gt;&lt;P&gt;67 02 12 a4 01 06 8e ab df 27 4a 51 9e dc 16 2d&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; g........'JQ...-&lt;/P&gt;&lt;P&gt;24 27 e3 04 06 c0 a8 06 65 05 06 00 00 00 0b 3d&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; $'......e......=&lt;/P&gt;&lt;P&gt;06 00 00 00 05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parsed packet data.....&lt;/P&gt;&lt;P&gt;Radius: Code = 1 (0x01)&lt;/P&gt;&lt;P&gt;Radius: Identifier = 20 (0x14)&lt;/P&gt;&lt;P&gt;Radius: Length = 69 (0x0045)&lt;/P&gt;&lt;P&gt;Radius: Vector: 4607345DD2A3A0591EFFCC152A1BB891&lt;/P&gt;&lt;P&gt;Radius: Type = 1 (0x01) User-Name&lt;/P&gt;&lt;P&gt;Radius: Length = 13 (0x0D)&lt;/P&gt;&lt;P&gt;Radius: Value (String) =&lt;/P&gt;&lt;P&gt;62 61 64 72 69 64 64 69 6e 2e 67&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; badriddin.g&lt;/P&gt;&lt;P&gt;Radius: Type = 2 (0x02) User-Password&lt;/P&gt;&lt;P&gt;Radius: Length = 18 (0x12)&lt;/P&gt;&lt;P&gt;Radius: Value (String) =&lt;/P&gt;&lt;P&gt;a4 01 06 8e ab df 27 4a 51 9e dc 16 2d 24 27 e3&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; ......'JQ...-$'.&lt;/P&gt;&lt;P&gt;Radius: Type = 4 (0x04) NAS-IP-Address&lt;/P&gt;&lt;P&gt;Radius: Length = 6 (0x06)&lt;/P&gt;&lt;P&gt;Radius: Value (IP Address) = 192.168.6.101 (0xC0A80665)&lt;/P&gt;&lt;P&gt;Radius: Type = 5 (0x05) NAS-Port&lt;/P&gt;&lt;P&gt;Radius: Length = 6 (0x06)&lt;/P&gt;&lt;P&gt;Radius: Value (Hex) = 0xB&lt;/P&gt;&lt;P&gt;Radius: Type = 61 (0x3D) NAS-Port-Type&lt;/P&gt;&lt;P&gt;Radius: Length = 6 (0x06)&lt;/P&gt;&lt;P&gt;Radius: Value (Hex) = 0x5&lt;/P&gt;&lt;P&gt;send pkt pdcsrv/1645&lt;/P&gt;&lt;P&gt;RADIUS_SENT:server response timeout&lt;/P&gt;&lt;P&gt;RADIUS_DELETE&lt;/P&gt;&lt;P&gt;remove_req 0xd8d2bc08 session 0x17e id 20&lt;/P&gt;&lt;P&gt;free_rip 0xd8d2bc08&lt;/P&gt;&lt;P&gt;radius: send queue empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make it accessible to ping the remote side through crypto tunel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 05:40:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995184#M182149</guid>
      <dc:creator>Badriddin Gulyaev</dc:creator>
      <dc:date>2013-06-13T05:40:54Z</dc:date>
    </item>
    <item>
      <title>Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995185#M182193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fixed the problem for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 11:56:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/1995185#M182193</guid>
      <dc:creator>a.crusius</dc:creator>
      <dc:date>2013-07-29T11:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Radius over Sito-to-Site VPN</title>
      <link>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/3886895#M182218</link>
      <description>&lt;P&gt;&lt;IMG src="https://i0.wp.com/www.techjunkie.com/wp-content/uploads/2018/05/Bright-Pictures-for-Big-Thank-You-2.jpg?w=690&amp;amp;ssl=1" border="0" alt="Super Bright Pictures for Big Thank You " /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 09:42:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/radius-over-sito-to-site-vpn/m-p/3886895#M182218</guid>
      <dc:creator>mohdsuhailpgdi1</dc:creator>
      <dc:date>2019-07-09T09:42:25Z</dc:date>
    </item>
  </channel>
</rss>

