Code: Select all
sudo mount -t nfs4 192.168.my.bubba: /home/client/bubba
mount.nfs4: Protocol not supported
By running rpcinfo at bubba i get the output;
Code: Select all
bubba:/sbin# rpcinfo -p localhost | grep -i nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
From a different machine, this is the output:
Code: Select all
user@server:/sbin$ rpcinfo -p localhost | grep -i nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs