안녕하세요.
NFS서버를 설정하고 서버디렉토리를 마운트 하려는 클라이언트에서
마운트하게 하기위해 설정을 아래와 같이 했습니다.
서버설정은
/etc/exports ==> /디렉토리이름 IP/Netmask(rw,no_root_squash)
/etc/hosts ==> 127.0.0.1 localhost.localdomain localhost
서버IP A.도메인 A
클라이언트IP B.도메인 B
hosts.deny에서 portmap:ALL
hosts.allow에서 portmap:클라이언트IP
데몬 ==>
bin 1016 1 0 18:01 ? 00:00:00 portmap
root 1143 1 0 18:02 ? 00:00:00 rpc.rquotad
root 1148 1 0 18:02 ? 00:00:00 rpc.mountd
root 1153 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1154 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1155 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1156 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1157 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1158 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1159 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1160 1 0 18:02 pts/0 00:00:00 [nfsd]
root 1161 1153 0 18:02 pts/0 00:00:00 [lockd]
root 1162 1161 0 18:02 pts/0 00:00:00 [rpciod]
클라이언트에서 데몬은 portmap과 locked데몬은 올라와 있습니다.
하지만 데몬을 마운트하려면 에러가 나는군요.
showmount -e 211.63.64.37
==> mount clntudp_create: RPC: Program not registered
아고...원인을 알수없다는..-_-;;
조언을 부탁드립니다.
수고하세요.--이 곳에 서명을 적어주십시오.
여러씸.