Unable to mount NFS share through IPV6 in Red Hat Enterprise Linux 5
Issue
mount or even showmount of a NFS share over an IPv6 interface is not working.
# showmount -e fd57:9XXX:XXXX:XXXX::XXXX
showmount: can't get address for fd57:9XXX:XXXX:XXXX::XXXX
# mount -vv [fd57:9XXX:XXXX:XXXX::XXXX]:/vol/share1 /mnt
mount: no type was given - I'll assume nfs because of the colon
mount: can't get address for [fd57
# mount -vv -t nfs [fd57:9XXX:XXXX:XXXX::XXXX]:/vol/share1 /mnt
mount: can't get address for [fd57
Environment
- Red Hat Enterprise Linux 5
- IPV6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.