Is there any way to Syncronize the onfiguration of 2 Radius servers?
i have multiple campuses. i'd have radius server @ each campus has identical configuration. plan define radius groups on infrastructure devices , offer either server authentication. have single server now, , we've had issues our cross campus link. i'd set synchronized radius servers, similar way dhcp capable of being synchronized. possible? not interested in hearing proxies , such. way needs , see it, doesn't solve problem. want keep solution simple.
i have 200 clients. want synchronize configuration between 2 servers. can avoid having make changes on both servers. if there no way synchronize, guess double editing option.
love hear ideas.
hi,
no,there no such solution 'sync'.but use simple script, scheduled run automatically, replicate radius configuration another.
first,you need these 2 commands:
to export radius configuration on master server:
netsh nps export filename = “c:\radius\config.xml” exportpsk = yes
to import on server:
netsh nps import filename = “\masterip\radius\config.xml”. (make sure replace 'masterip' ip address of master dc.)
next,in windows task scheduler (found within administration tools),create scheduled task run script periodically.
check link more information:
automatically sync radius configuration across multiple domain controllersbest regards,
cartman
please remember mark replies answers if , unmark them if provide no help.
if have feedback technet subscriber support, contact tnmff@microsoft.com.
Windows Server > Network Infrastructure Servers
Comments
Post a Comment