Hello everyone. No other RADIUS/NPS related posts helped, so I’m asking with my specific details
I’m trying to allow AD users to connect to L2TP/IPSec (PSK)
I have a MS server 2019 with AD. NPS service is located on DC. Testing the NPS with ntradping shows that the server is listening and responding properly.
.1 is MT
.98 is ADDS
On MT (6.47.1) I have setup:
/ppp aaa
set use-radius=yes
/radius
add address=10.0.10.98 domain= secret= service=ppp,ipsec src-address=10.0.10.1
When trying to connect, log shows:
New request 1b:20 code=Access-Request service=ppp called-id=XXX.XXX.XXX.XXX
no radius server found for 1b:20
timeout for 1b:20
I have tried disabling the firewall on NPS server and on MT, so I’m sure that it’s not a firewall issue
Also, counters do not increase on each connection attempt
/radius monitor 0
pending: 0
requests: 5
accepts: 0
rejects: 0
resends: 0
timeouts: 5
bad-replies: 0
last-request-rtt: 10ms
I have tried to increase the timeout to 3000, but the ‘timeout’ message appears almost instantly.
Does anyone have any ideas that I missed?
Thanks