<?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: Authentication not work between Router and RADIUS Server in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authentication-not-work-between-router-and-radius-server/m-p/3771290#M3369</link>
    <description>&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;I assume you are using freeraidus on the server? From the server console can you stop the radius service and manually run it with the command:&lt;/P&gt;&lt;P&gt;radiusd -X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...this will dump the debug output to the terminal and you will see what is going on when you attempt to SSH onto R1. Please share this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If when you attempt to SSH onto R1, the radius debug shows no new output, can you confirm that the firewall running on the radius server is permitting traffic to TCP/1812 and TCP/1813 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Seb.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 10:59:22 GMT</pubDate>
    <dc:creator>Seb Rupik</dc:creator>
    <dc:date>2019-01-02T10:59:22Z</dc:date>
    <item>
      <title>Authentication not work between Router and RADIUS Server</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-not-work-between-router-and-radius-server/m-p/3760067#M3366</link>
      <description>&lt;P&gt;Hello Cisco Community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a simple topology of LAN network, everything works great excepted my Radius server !&lt;/P&gt;&lt;P&gt;So, here is my topology :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="topology1.PNG" style="width: 759px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25561i05DC1103F252043A/image-size/large?v=v2&amp;amp;px=999" role="button" title="topology1.PNG" alt="topology1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is when I try to do connection attempt to the router R1 from Administrateur via SSH, the authentication between R1 and my server RADIUS doesn't work.&lt;/P&gt;&lt;P&gt;here is my R1 config :&lt;/P&gt;&lt;P&gt;Router1#sh run&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;Current configuration : 3219 bytes&lt;BR /&gt;!&lt;BR /&gt;! No configuration change since last restart&lt;BR /&gt;!&lt;BR /&gt;version 12.4&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;service compress-config&lt;BR /&gt;!&lt;BR /&gt;hostname Router1&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;enable secret 5 $1$9i6a$F/bE9u0iqN3NhA.TTGRKs.&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login ACCES_SSH group radius&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;memory-size iomem 5&lt;BR /&gt;no ip icmp rate-limit unreachable&lt;BR /&gt;ip cef&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip dhcp use vrf connected&lt;BR /&gt;ip dhcp excluded-address 192.168.2.254&lt;BR /&gt;ip dhcp excluded-address 192.168.3.254&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool VLAN2&lt;BR /&gt;network 192.168.2.0 255.255.255.0&lt;BR /&gt;default-router 192.168.2.254&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool VLAN3&lt;BR /&gt;network 192.168.3.0 255.255.255.0&lt;BR /&gt;default-router 192.168.3.254&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip domain lookup&lt;BR /&gt;ip domain name MyDomaine.LAN&lt;BR /&gt;ip auth-proxy max-nodata-conns 3&lt;BR /&gt;ip admission max-nodata-conns 3&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;archive&lt;BR /&gt;log config&lt;BR /&gt;hidekeys&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;ip tcp synwait-time 5&lt;BR /&gt;ip ssh time-out 60&lt;BR /&gt;ip ssh version 2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.1&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.2&lt;BR /&gt;encapsulation dot1Q 2&lt;BR /&gt;ip address 192.168.2.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.3&lt;BR /&gt;encapsulation dot1Q 3&lt;BR /&gt;ip address 192.168.3.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.99&lt;BR /&gt;encapsulation dot1Q 99&lt;BR /&gt;ip address 192.168.99.254 255.255.255.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;ip address 192.168.1.254 255.255.255.0&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;clock rate 2000000&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/0&lt;BR /&gt;ip address 223.0.0.1 255.255.255.0&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;interface Serial1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;serial restart-delay 0&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;log-adjacency-changes&lt;BR /&gt;network 223.0.0.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 223.0.0.2&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;no ip http server&lt;BR /&gt;no ip http secure-server&lt;BR /&gt;ip nat inside source list NAT_INTERNET_VLAN2 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list NAT_INTERNET_VLAN3 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source list NAT_INTERNET_VLAN99 interface FastEthernet0/1 overload&lt;BR /&gt;ip nat inside source static tcp 192.168.2.1 80 223.0.0.1 80 extendable&lt;BR /&gt;!&lt;BR /&gt;ip access-list standard NAT_INTERNET_VLAN2&lt;BR /&gt;permit 192.168.2.0 0.0.0.255&lt;BR /&gt;ip access-list standard NAT_INTERNET_VLAN3&lt;BR /&gt;permit 192.168.3.0 0.0.0.255&lt;BR /&gt;ip access-list standard NAT_INTERNET_VLAN99&lt;BR /&gt;permit 192.168.99.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;no cdp log mismatch duplex&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;radius-server host 192.168.1.1 auth-port 1812 acct-port 1813&lt;BR /&gt;radius-server key router&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;password cisco&lt;BR /&gt;logging synchronous&lt;BR /&gt;line aux 0&lt;BR /&gt;exec-timeout 0 0&lt;BR /&gt;privilege level 15&lt;BR /&gt;logging synchronous&lt;BR /&gt;line vty 0 4&lt;BR /&gt;login authentication ACCES_SSH&lt;BR /&gt;transport input ssh&lt;BR /&gt;!&lt;BR /&gt;ntp master 1&lt;BR /&gt;ntp server 192.168.99.254&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;RADIUS config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RADIUS.PNG" style="width: 951px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25554i4FD1168E0E476238/image-size/large?v=v2&amp;amp;px=999" role="button" title="RADIUS.PNG" alt="RADIUS.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;clients.conf :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clients_conf.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25555iE76B5C0464422D49/image-size/large?v=v2&amp;amp;px=999" role="button" title="clients_conf.PNG" alt="clients_conf.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;users :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="users.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25556i1FDFE99836BAEEC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="users.PNG" alt="users.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;Administrateur config :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administrateur.PNG" style="width: 875px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25559iD25F64AB97FE995A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Administrateur.PNG" alt="Administrateur.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the problem is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Authentication.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25557iB6853AE010349AA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Authentication.PNG" alt="Authentication.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NON.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/25558i11550F08E365F958/image-size/large?v=v2&amp;amp;px=999" role="button" title="NON.PNG" alt="NON.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, if someone has an idea about that, please if he can tell me what the problem and thank you for helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-not-work-between-router-and-radius-server/m-p/3760067#M3366</guid>
      <dc:creator>YacineBEKHECHI91</dc:creator>
      <dc:date>2020-02-21T19:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication not work between Router and RADIUS Server</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-not-work-between-router-and-radius-server/m-p/3771290#M3369</link>
      <description>&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;I assume you are using freeraidus on the server? From the server console can you stop the radius service and manually run it with the command:&lt;/P&gt;&lt;P&gt;radiusd -X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...this will dump the debug output to the terminal and you will see what is going on when you attempt to SSH onto R1. Please share this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If when you attempt to SSH onto R1, the radius debug shows no new output, can you confirm that the firewall running on the radius server is permitting traffic to TCP/1812 and TCP/1813 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 10:59:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-not-work-between-router-and-radius-server/m-p/3771290#M3369</guid>
      <dc:creator>Seb Rupik</dc:creator>
      <dc:date>2019-01-02T10:59:22Z</dc:date>
    </item>
  </channel>
</rss>

