[Bug 265489] IPV6 Non-Local Bind Operation timeout.
Date: Fri, 29 Jul 2022 00:23:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265489
Bug ID: 265489
Summary: IPV6 Non-Local Bind Operation timeout.
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs@FreeBSD.org
Reporter: todenerey@gmail.com
Hello, I creating socket() with IPV6_BINDANY option. I binding non-local ip
address.
When running my test socket program getting error: "connect() failed. Operation
timed out. errno: 60"
In Linux i using IP_FREEBIND and adding loopback address subnet good working.
But
in FreeBSD getting timed out error.
In this case need rtadvd or firewalls configure? (no services is active)
setsockopt(sock, IPPROTO_IPV6, IPV6_BINDANY, &on, sizeof on);
--
You are receiving this mail because:
You are the assignee for the bug.