음..같은 허브에 연결되어 있습니다만...
그리고 ping신호도 들어가고 있는데 NFS로 연결이 안된다는게 이해가 가질 않
네요..
그래서 같은 망의 IP어드레스로 바꾸어 주었습니다.
이지보드 : 203.241.131.208
리눅스 호스트 : 203.241.131.201

그리고 exports 파일도 아래와 같이 바꾸어 주었습니다.
[root@hitech /]# cat /etc/exports
/nfs localhost(rw, insecure)
/nfs 203.241.131.0/24(rw, insecure)
[root@hitech /]#

그리고 마운트 하니 또 다시 아래와 같은 에러(?) 메시지가..ㅠㅠ
[root@ez-x5 /mnt]$ mount -t nfs -o 203.241.131.201:/nfs /mnt/nfs/
Can't find /mnt/nfs in /etc/fstab
[root@ez-x5 /mnt]$ mount -t nfs -o nolock 203.241.131.201:/nfs /mnt/nfs/
mount: 203.241.131.201:/nfs failed, reason given by server: Permission
NFS: moun
t program didn't pass remote address!
denied
mount: nfsmount failed: Bad file descriptor
mount: Mounting 203.241.131.201:/nfs on /mnt/nfs failed: Invalid argument
[root@ez-x5 /mnt]$


그리고 메뉴얼 대로 호스트에서 테스트를 해보니 아래와 같은 메시지가 뜨더군

[root@hitech nfs]# mount -n localhost:/nfs /tmp/nfs
mount: localhost:/nfs failed, reason given by server: 허가 거부됨
[root@hitech nfs]#


이상하군요..

답변 감사합니다.




장형기 wrote..
: 안녕하세요..
:
: 리눅스 서버와 이지보드간의 local망이 다르나요???
:
: 리눅스 서버는 203.241.131.201 이고 이지보드는 203.241.130.203 이라면 이 상하지 않나요..
:
: 이지보드의 IP를 203.241.131.203 하셔야 되지않나요??
:
: 그리고../etc/exports도 203.241.131.203 이렇게 바꾸어 주시든지..
:
: 아니면..
:
: /nfs localhost(rw, insecure)
: /nfs 203.241.131.0/24(rw, insecure)
:
: 로 해 주시면 될것 같네요..
:
:
: 그럼 수고하세요..