Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2016 19:08:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 213729] showmount doesn't work with IPv6
Message-ID:  <bug-213729-2472-GGiRb6S72n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213729-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213729-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213729

--- Comment #4 from Jason Mader <jasonmader@gmail.com> ---
$ ifconfig -a
cxl0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 9198
        options=3D880523<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=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet 10Gbase-Twinax <full-duplex>
        status: active
cxl1: flags=3D8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
=20=20=20=20=20=20=20
options=3Dec07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSU=
M,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
        ether 00:07:43:36:ca:08
        nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet 10Gbase-Twinax <full-duplex>
        status: no carrier
lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3D600003<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=3D21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo

But, again, I am running `showmount -e` on the same host about that is runn=
ing
`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:38=
860
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

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



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