The Adtran community holiday season is starting next week! The holiday period will span from December 21, 2024 to January 6, 2025. During this time, responses to feedback form submissions may be delayed. If you are encountering product issues, you can reach out to Adtran support at any time.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Radius Windows Server 8 R2?

Hi, i want to configure port auth for wired computers in my network:

Windows Server R2 64BIT

Roles:

1 - Active Directory Certificate Services

2 - Active Directory Domain Services

3 - DNS server

4 - Network Policy and Acces Services

Switch NetVanta 1534P

Firmware: R11.2.0.HA

aaa on

!

radius-server enable-username

!

radius-server host 192.168.3.29 timeout 5 retransmit 10 key

!

aaa authentication login LoginUseTacacs group tacacs+

aaa authentication login LoginUseRadius group radius

aaa authentication login LoginUseLocalUsers local

aaa authentication login LoginUseLinePass line

!

aaa authentication enable default enable

!

aaa authentication port-auth default group radius

!

!

Port configuration:

interface gigabit-switchport 0/5

  spanning-tree edgeport

  no shutdown

  switchport access vlan 15

  switchport trunk native vlan 15

  switchport voice vlan 99

  port-auth port-control auto

!

Windows Server Error:

Reason Code: 48

Reason: The connection request did not match any configured network policy.

Windows Client Pc Error:

EventID: 15514

ErrorCode: 0x40420110

ReasonCode: 0x50005

documentation for this configuration:

1 - Configuring 802.1X in AOS.pdf

2 - Configuring Port Access Control in AOS.pdf

Where is my error?

0 Kudos