My openvpn works with keys. I want authentication for the same and using this doc for reference... http://doc.pfsense.org/index.php/Using_OpenVPN_With_FreeRADIUS
The doc says to add in... /etc/radius.conf acct 192.168.1.1:1892 password auth 192.168.1.1:1893 password But, in netstat, i see the ports running as.. udp4 0 0 192.168.1.1.1813 *.* udp4 0 0 192.168.1.1.1812 *.* radiusd -X shows... .... Module: Instantiated radutmp (radutmp) Listening on authentication 192.168.1.1:1812 Listening on accounting 192.168.1.1:1813 Ready to process requests. *Should the port nos. be changed in radius.conf?* I'm not able to get the authentication working. ShiB. while ( ! ( succeed = try() ) );
