pam_radius_auth: Failed to open RADIUS IPv6 socket
I am using Ubuntu22.04.3 LTS. We've encountered the following error after disabling IPv6. Previously, it was working fine when IPv6 was enabled. However, in our environment, IPv6 is not in use:
"pam_radius_auth: Failed to open RADIUS IPv6 socket: Address family not supported by protocol."
My pam authentication configuration detail
vim /etc/pam_
# server[:port] shared_secret timeout (s) source_ip vrf
#127.0.0.1 secret 3
#other-server other-secret 5 192.168.1.10 vrf-blue
#[2001:
#other-other-server other-other-secret 5 0 vrf-blue
10.174.30.42 ftre$K98*
10.175.30.30 ftre$K98*
10.184.30.1 ftre$K98*
My sshd configuration details vim /etc/pam.d/sshd
# Standard Un*x authentication.
#@include common-auth
auth required pam_radius_auth.so
Could you please help to fix the issue?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu ntp Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask ramesh raman for more information if necessary.