Проблема с NFS
Добавлено: 2009-05-18 16:53:55
Проблема при монтировани, выдйёт ошибку:
Настройки сервера:
rc.conf
/etc/export
права на каталог
ipfw
/etc/hosts.allow
Подскажите в чём может быть проблема?
Код: Выделить всё
[udp] 192.168.0.1:/home/pub: Permission deniedКод: Выделить всё
FreeBSD agro-teh.mlzone 6.4-RELEASE FreeBSD 6.4-RELEASEКод: Выделить всё
nfs_client_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
mountd_enable="YES"
mountd_flags="-r -n"
rpcbind_enable="YES"
Код: Выделить всё
/home/pub -alldirs -maproot=0 192.168.0.1 192.168.0.22Код: Выделить всё
drwxrwxrwx 4 root wheel 512 18 май 15:53 pubКод: Выделить всё
65535 35406 11149316 allow ip from any to anyКод: Выделить всё
rpcbind : 192.168.0.0/255.255.255.0 : allow
rpcbind : ALL : denyКод: Выделить всё
# rpcinfo -p
program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100000 4 local 111 rpcbind
100000 3 local 111 rpcbind
100000 2 local 111 rpcbind
100005 1 udp 897 mountd
100005 3 udp 897 mountd
100005 1 tcp 897 mountd
100005 3 tcp 897 mountd
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs