1 Articles, Search for 'rpc'

  1. 2008/11/25 nfs mout 오류
프로그래밍/기타2008/11/25 20:19
client 오류 메세지
# mount -t nfs 192.168.0.1:/data/ /data/data_nfs
mount: mount to NFS server '192.168.0.1' failed: RPC Error: Program not registered.

nfs server 오류 메세지
Nov 25 19:34:29 ub1 portmap[3206]: connect from 192.168.0.2 to getport(nfs): request from unauthorized host

nfs server 확인 사항
#vi /etc/hosts.deny
 ALL:ALL

#vi /etc/hosts.allow
  portmap:192.168.0.2   <= 추가

2008/11/25 20:19 2008/11/25 20:19
Posted by 나그네
Tags , , ,