[Bug 223729] rpcinfo and IPv6 addresses

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 18 09:40:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223729

            Bug ID: 223729
           Summary: rpcinfo and IPv6 addresses
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: pirzyk at FreeBSD.org

rpcinfo (and probably rpcbind) do not seem to support IPv6 addresses:

pirzyk at amigo:~/svn/puppet
25>rpcinfo -p ::1
rpcinfo: ::1: hostname nor servname provided, or not known
pirzyk at amigo:~/svn/puppet
26>rpcinfo -p 127.0.0.1
   program vers proto   port  service
    100000    4   tcp    111  rpcbind
    100000    3   tcp    111  rpcbind
    100000    2   tcp    111  rpcbind
    100000    4   udp    111  rpcbind
    100000    3   udp    111  rpcbind
    100000    2   udp    111  rpcbind
    100000    4 local    111  rpcbind
    100000    3 local    111  rpcbind
    100000    2 local    111  rpcbind
...

This also fails for non localhost IPv6 addresses.  Seems that inet_addr(3) does
not understand IPv6 formatted address.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list