도와주세요!!
글 수 15,339
2004.04.20 06:15:37 (*.42.231.91)
21304
매뉴얼에서 제공한 순서대로 서버쪽은 모두 셋팅을 해서 아무런 문제가 없는데
클라이언트쪽에서 다음과 같은 메세지가 뜹니다.
[root@ez-x5 /]$ cd mnt
[root@ez-x5 /mnt]$ mount -t nfs -o nolock 192.168.1.5:/nfs /mnt/nfs
mount: RPC: Unable to receive; errno = No route to hostNFS: mount
program didn't
pass remote address!
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.1.5:/nfs on /mnt/nfs failed: Invalid argument
서버 ip:192.168.1.5
보드 if:192.168.10.125 입니다.
/etc/exports는 다음과 같이 셋팅했습니다.
/nfs localhost(rw,insecure)
/nfs 192.168.10.0/24(rw,insecure)
서버에서는 ping도 잘 나갑니다.
클라이언트쪽에서 다음과 같은 메세지가 뜹니다.
[root@ez-x5 /]$ cd mnt
[root@ez-x5 /mnt]$ mount -t nfs -o nolock 192.168.1.5:/nfs /mnt/nfs
mount: RPC: Unable to receive; errno = No route to hostNFS: mount
program didn't
pass remote address!
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.1.5:/nfs on /mnt/nfs failed: Invalid argument
서버 ip:192.168.1.5
보드 if:192.168.10.125 입니다.
/etc/exports는 다음과 같이 셋팅했습니다.
/nfs localhost(rw,insecure)
/nfs 192.168.10.0/24(rw,insecure)
서버에서는 ping도 잘 나갑니다.