Hi all
I manage to start tacplus however it seems to have an issue with the connection between devices and tac_plus server when initiaing the authentication request
Error from the device as below
"Username:test
Password:
Error: Failed to send authen-req"
I've compared between the other working tac_plus and found the new server process is using tcp6 instead of tcp as below
"#sudo netstat -tulpn | grep tac_plus
tcp6 0 0 :::49 :::* LISTEN 5263/tac_plus: 0 co
"
Please advise how to change the process of tacplus to run at tcp, or if there's any way to debug the error above
Many thanks