Subject: NFS over IPv6
To: None <current-users@netbsd.org>
From: Mihai CHELARU <kefren@netbsd.ro>
List: current-users
Date: 09/23/2005 11:04:50
Hello,
While in netbsd-2 I was able to use showmount -e for IPv6 NFS servers, but not
to actually mount shares (rpc errors), in netbsd-3 (and -current) even
showmount is no longer working. Anyone is using NFS over IPv6 ? If so, do you
have any hints ?
Here is exactly what happens:
On netbsd-2:
# showmount -e 2001:618:423:beef::5
Exports list on 2001:618:423:beef::5:
/usr/release/binary/sets Everyone
/usr/public 193.28.151.0
/disk3/public 193.28.151.0 2001:623:418::
/disk3 14.100.0.0
/disk2/public 193.28.151.0
# mount_nfs 2001:618:423:beef::5:/disk3/public /nfs
mount_nfs: rpcbind to nfs on server: RPC: Program not registered
^C
On -current and netbsd-3:
# showmount -e 2001:618:423:beef::5
showmount: Can't do Exports rpc: RPC: Unknown host
--
Thank you,
Mihai