Skip to main content
Question

IFS Cloud Ubuntu 20.04 environment, error in ifsapp-proxy POD

  • February 2, 2024
  • 3 replies
  • 144 views

Forum|alt.badge.img

IFS Cloud Ubuntu 20.04 environment, fresh install, error in ifsapp-proxy POD (see attachment). Proxy won’t start. We found this error message: "socket() [::]:8080 failed (97: Address family not supported by protocol)". We don’t have IPv6 in use, is it necessary? How can we change the configuration to use only IPv4?

3 replies

Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • May 19, 2025

Hello,

We have a similar problem now, how did you manage to solve it?


Forum|alt.badge.img+6
  • Sidekick (Partner)
  • October 3, 2025

I’m also having this issue, ​@hamalk do you know anyone who can help us here?


Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • October 7, 2025

In my case, the solution was to disable ipv6 at the OS kernel level.

The command is:

GRUB_CMDLINE_LINUX="ipv6.disable=1"