Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2022 00:23:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 265489] IPV6 Non-Local Bind Operation timeout.
Message-ID:  <bug-265489-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265489-227>