I have a Digicart/E that refuses to see a freebsd FreeBSD 9.2 NFS share. It has no problem mounting a share from Ubuntu12.04LTS.
Ubuntu's /etc/exports:
Freebsd FreeBSD's /etc/exports:
hosts.allow
/etc/rc.conf
I cannot for the life of me figure out why the FreeBSD NFS shares do not list on the Digicart but they do from Linux (And NFS services for Windows for that matter.)
Any suggestions or ways to get this to work would be appreciated.
Ubuntu's /etc/exports:
Code:
/music *(rw,sync,no_root_squash,no_subtree_check)
Code:
/wavefiles -alldirs -maproot=root
hosts.allow
Code:
rpcbind: ALL : allow
/etc/rc.conf
Code:
#NFS
rpcbind_enable="YES"
mountd_enable="YES"
mountd_flags="-n"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 6"
nfs_reserved_port_only="NO"
rpc_statd_enable="YES"
rpc_lockd_enable="YES"
tcpdump errors:
Code:
15:53:38.612980 IP 192.168.1.17.1277 > 255.255.255.255.sunrpc: UDP, length 56
15:53:39.099992 IP 192.168.1.17.1278 > 255.255.255.255.sunrpc: UDP, length 56
15:53:39.576439 IP 192.168.1.17.1279 > 255.255.255.255.sunrpc: UDP, length 56
15:53:40.058377 IP 192.168.1.17.1280 > 255.255.255.255.sunrpc: UDP, length 56
I cannot for the life of me figure out why the FreeBSD NFS shares do not list on the Digicart but they do from Linux (And NFS services for Windows for that matter.)
Any suggestions or ways to get this to work would be appreciated.