[Bug 213729] showmount doesn't work with IPv6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 23 19:08:01 UTC 2016


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

--- Comment #4 from Jason Mader <jasonmader at gmail.com> ---
$ ifconfig -a
cxl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 9198
        options=880523<RXCSUM,TXCSUM,JUMBO_MTU,TSO4,LRO,LINKSTATE>
        ether 00:07:43:36:ca:00
        inet 10.141.254.2 netmask 0xffff0000 broadcast 10.141.255.255
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet 10Gbase-Twinax <full-duplex>
        status: active
cxl1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
       
options=ec07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
        ether 00:07:43:36:ca:08
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet 10Gbase-Twinax <full-duplex>
        status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo

But, again, I am running `showmount -e` on the same host about that is running
`rpcbind -6`.

   program version netid     address                service    owner
    100000    4    tcp6      ::.0.111               rpcbind    superuser
    100000    3    tcp6      ::.0.111               rpcbind    superuser
    100000    4    udp6      ::.0.111               rpcbind    superuser
    100000    3    udp6      ::.0.111               rpcbind    superuser
    100000    4    local     /var/run/rpcbind.sock  rpcbind    superuser
    100000    3    local     /var/run/rpcbind.sock  rpcbind    superuser
    100000    2    local     /var/run/rpcbind.sock  rpcbind    superuser
    100005    1    udp6      ::.2.174               mountd     superuser
    100005    3    udp6      ::.2.174               mountd     superuser
    100005    1    tcp6      ::.2.174               mountd     superuser
    100005    3    tcp6      ::.2.174               mountd     superuser
    100005    1    udp       0.0.0.0.2.174          mountd     superuser
    100005    3    udp       0.0.0.0.2.174          mountd     superuser
    100005    1    tcp       0.0.0.0.2.174          mountd     superuser
    100005    3    tcp       0.0.0.0.2.174          mountd     superuser
    100003    2    tcp       0.0.0.0.8.1            nfs        superuser
    100003    3    tcp       0.0.0.0.8.1            nfs        superuser
    100003    2    tcp6      ::.8.1                 nfs        superuser
    100003    3    tcp6      ::.8.1                 nfs        superuser

USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
root     sshd       49424 3  tcp4   10.141.254.2:22       10.141.255.254:38860
root     sshd       3916  3  tcp4   10.141.254.2:22       *:*
root     nfsd       19504 5  tcp4   *:2049                *:*
root     nfsd       19504 6  tcp6   *:2049                *:*
root     mountd     11220 5  udp6   ::1:686               *:*
root     mountd     11220 6  tcp6   ::1:686               *:*
root     mountd     11220 7  udp4   127.0.0.1:686         *:*
root     mountd     11220 8  tcp4   127.0.0.1:686         *:*
root     rpcbind    72125 4  udp6   *:*                   *:*
root     rpcbind    72125 5  stream /var/run/rpcbind.sock
root     rpcbind    72125 6  udp6   *:111                 *:*
root     rpcbind    72125 7  udp6   *:947                 *:*
root     rpcbind    72125 8  tcp6   *:111                 *:*
root     nfsuserd   27059 3  udp4   *:746                 *:*
root     nfsuserd   22349 3  udp4   *:746                 *:*
root     nfsuserd   22313 3  udp4   *:746                 *:*
root     nfsuserd   21219 3  udp4   *:746                 *:*
root     nfsuserd   16437 3  udp4   *:746                 *:*
root     syslogd    51206 4  dgram  /var/run/log
root     syslogd    51206 5  dgram  /var/run/logpriv
root     devd       56543 4  stream /var/run/devd.pipe
root     devd       56543 5  seqpac /var/run/devd.seqpacket.pipe
root     devd       56543 7  dgram  -> /var/run/logpriv

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


More information about the freebsd-net mailing list